Ravi Khadiwala
|
a7f1cd25b9
|
Remove UAK normalization code
All accounts now have UAKs in top-level attributes
|
2022-08-15 10:47:52 -05:00 |
|
ravi-signal
|
a84a7dbc3d
|
Add support for generating discriminators
- adds `PUT accounts/username` endpoint
- adds `GET accounts/username/{username}` to lookup aci by username
- deletes `PUT accounts/username/{username}`, `GET profile/username/{username}`
- adds randomized discriminator generation
|
2022-08-15 10:44:36 -05:00 |
|
Jon Chambers
|
b4281c5a70
|
Send non-urgent push notifications with lower priority
|
2022-08-12 11:06:31 -04:00 |
|
Jon Chambers
|
0a6d724f2c
|
Remove GCMSender
|
2022-08-02 17:31:35 -04:00 |
|
Jon Chambers
|
421d594507
|
Introduce an FcmSender
|
2022-08-02 15:34:09 -04:00 |
|
Jon Chambers
|
d0e3fb1901
|
Unconditionally write messages to the messages table as envelopes
|
2022-08-01 10:44:27 -04:00 |
|
Jon Chambers
|
04287c5073
|
Optionally write messages as envelopes to the messages table
|
2022-07-29 11:10:50 -04:00 |
|
Chris Eager
|
a6f9409a39
|
Remove dynamic configuration feature flags; add DynamicMessagePersisterConfiguration
|
2022-07-27 14:19:10 -07:00 |
|
Ravi Khadiwala
|
5cfb133f79
|
Use redis for abusive hosts autoblock
Also delete postgres dependencies that we no longer need
|
2022-05-31 10:08:10 -05:00 |
|
Ehren Kret
|
c38572307d
|
Remove unused imports
|
2022-05-20 10:20:45 -07:00 |
|
gram-signal
|
06dd4c5026
|
Derive username from ACI for CDS{H,I} (#989)
* Derive username from ACI for CDS{H,I}
* Update sample YAML.
|
2022-05-02 08:41:38 -06:00 |
|
Ehren Kret
|
f6471cf8f9
|
Add gift configuration source
|
2022-04-29 10:14:39 -05:00 |
|
Jon Chambers
|
3dc0d0bb92
|
Revert "Revert "Replace curve25519-java with libsignal-server""
This reverts commit c06a5ac96c.
|
2022-03-29 12:24:45 -04:00 |
|
Jon Chambers
|
c06a5ac96c
|
Revert "Replace curve25519-java with libsignal-server"
This reverts commit 06a57ef811.
|
2022-03-24 12:11:46 -04:00 |
|
Jordan Rose
|
06a57ef811
|
Replace curve25519-java with libsignal-server
These APIs stemmed from a common source long ago, so there's not much
to change!
|
2022-03-24 10:50:18 -04:00 |
|
Ravi Khadiwala
|
c70d7535b9
|
Make TURN configuration dynamic
Also enables conditionally including more TURN servers for gradual
rollouts
|
2022-03-23 14:38:02 -05:00 |
|
Ravi Khadiwala
|
5a88ff0811
|
Use the async dynamo client to batch uak updates
|
2022-03-14 14:02:16 -05:00 |
|
Ravi Khadiwala
|
1571f14815
|
Add a feature flag to disable account normalization
|
2022-03-09 14:03:21 -06:00 |
|
Chris Eager
|
54207254f1
|
Remove unused configuration
|
2022-03-04 11:44:17 -08:00 |
|
Chris Eager
|
1395dcc0be
|
Make the enterprise client canonical
|
2022-03-04 11:44:17 -08:00 |
|
Chris Eager
|
2a68d9095d
|
Remove transitional and legacy client
|
2022-03-04 11:44:17 -08:00 |
|
Jon Chambers
|
f6cbc32ee7
|
Align "link device" and "fetch pre-keys" rate limits
|
2022-03-04 10:45:06 -05:00 |
|
Chris Eager
|
eee6307789
|
Move score floor to dynamic configuration, add distribution summary
|
2022-03-02 15:18:33 -08:00 |
|
Chris Eager
|
935e268dec
|
Parameterize sitekey
|
2022-03-01 10:40:42 -08:00 |
|
Jon Chambers
|
3a1c716c73
|
Remove an unused rate limiter
|
2022-02-25 13:50:17 -08:00 |
|
Jon Chambers
|
f69db11f42
|
Drop some unused dynamic configuration properties
|
2022-01-21 18:46:37 -05:00 |
|
Jon Chambers
|
5baa51d547
|
Migrate challenge-issuing configuration into the abusive message filter module
|
2021-12-16 12:22:19 -05:00 |
|
Jon Chambers
|
616db337e1
|
Remove an old rate limiting feature flag
|
2021-12-16 12:22:19 -05:00 |
|
Jon Chambers
|
2d1ca98605
|
Consolidate DynamoDB clients/configuration
|
2021-12-15 12:42:41 -05:00 |
|
Chris Eager
|
0ce87153e5
|
Remove second database for AbusiveHostRules
|
2021-12-08 16:03:02 -08:00 |
|
Chris Eager
|
a70b057e1c
|
Add second (migration) database to AbusiveHostRules
|
2021-12-08 12:46:05 -08:00 |
|
Jon Chambers
|
14cff958e9
|
Migrate challenge-issuing rate limiters to the abusive message filter
|
2021-12-03 11:52:58 -05:00 |
|
Jon Chambers
|
401953313a
|
Remove all vestiges of the relational account database
|
2021-12-02 12:46:43 -05:00 |
|
Jon Chambers
|
23bc11f3b6
|
Introduce a DynamoDB-backed remote config store
|
2021-12-02 11:13:07 -05:00 |
|
Jon Chambers
|
d94e86781f
|
Migrate username storage from a relational database to DynamoDB
|
2021-12-01 16:50:18 -05:00 |
|
Jon Chambers
|
d89b4f7e95
|
Compare versioned profiles synchronously; log a subset of mismatches for further investigation
|
2021-11-30 16:35:29 -07:00 |
|
Jon Chambers
|
9e7010f185
|
Migrate profiles from a relational database to DynamoDB
|
2021-11-24 14:48:41 -05:00 |
|
Ehren Kret
|
7ea43a728d
|
Set boost description from configuration
|
2021-11-16 17:21:57 -06:00 |
|
Jon Chambers
|
975f753c2b
|
Add an endpoint for testing whether an account with a given ACI or PNI exists
|
2021-11-16 15:08:10 -05:00 |
|
Jon Chambers
|
c1d6c04ab2
|
Revert "Replace curve25519-java with libsignal-client"
This reverts commit 0011b8925b.
|
2021-11-16 11:35:10 -05:00 |
|
Jordan Rose
|
0011b8925b
|
Replace curve25519-java with libsignal-client
These APIs stemmed from a common source long ago, so there's not much
to change!
|
2021-11-16 09:52:38 -05:00 |
|
Jon Chambers
|
2015ba77ca
|
Switch to a disallowed prefix model instead of a disallowed country code model
|
2021-11-15 15:44:55 -05:00 |
|
Jon Chambers
|
aaa2a6eef1
|
Break down push latency metrics by VOIP/not-VOIP and optionally by client version
|
2021-11-10 10:35:41 -05:00 |
|
Jon Chambers
|
da5c0ae4b6
|
Enable Payments Beta for more country codes
|
2021-11-10 10:15:14 -05:00 |
|
Jon Chambers
|
3398955c1a
|
Add basic support for phone number identifiers
|
2021-11-09 10:23:08 -05:00 |
|
Chris Eager
|
31c0c3275f
|
Use the latest and in config, @JsonCreator
|
2021-11-08 14:30:52 -07:00 |
|
Chris Eager
|
eb86986cf4
|
Add /v2/directory/auth endpoint
|
2021-11-08 14:30:52 -07:00 |
|
Jon Chambers
|
c931103712
|
Remove unused utility classes
|
2021-11-01 10:51:47 -04:00 |
|
Jon Chambers
|
ad1aeea74b
|
Add an abusive message filter interface and submodule
|
2021-11-01 10:51:47 -04:00 |
|
Ehren Kret
|
24480b2090
|
Add endpoint to fetch information on boost badges
|
2021-10-26 14:05:59 -07:00 |
|