Chris Eager
|
391aa9c518
|
Wrap runtime exceptions during WebSocket auth into AuthenticationException
|
2023-03-29 10:08:55 -05:00 |
|
Chris Eager
|
f5c62a3d85
|
Migrate from bounded elastic to dedicated executor for message delivery
|
2023-03-22 12:57:44 -05:00 |
|
Chris Eager
|
6075d5137b
|
Add /v2/accounts/data_report
|
2023-03-22 12:57:21 -05:00 |
|
ravi-signal
|
890293e429
|
change v1/challenge response for invalid captcha
|
2023-03-21 17:38:30 -05:00 |
|
Ravi Khadiwala
|
ee53260d72
|
Add filter-provided captcha score thresholds
|
2023-03-21 17:34:58 -05:00 |
|
Ravi Khadiwala
|
a8eb27940d
|
Add per-action captcha site-key configuration
- reject captcha requests without valid actions
- require specific site keys for each action
|
2023-03-21 17:34:58 -05:00 |
|
Katherine Yen
|
a3a7d7108b
|
Change reglock expiration check to be > 0 instead of >= 0
|
2023-03-21 12:46:35 -07:00 |
|
Jon Chambers
|
35606a9afd
|
Send "account already exists" flag when creating registration sessions
|
2023-03-20 15:18:55 -04:00 |
|
Chris Eager
|
292f69256e
|
Refactor WebSocket message sending error and completion to subscriber from “doOn…”
|
2023-03-17 12:42:57 -05:00 |
|
Sergey Skrobotov
|
c14ef7e6cf
|
migrate token bucket redis record format from json to hash: phase 2
|
2023-03-16 09:15:22 -07:00 |
|
Sergey Skrobotov
|
483e444174
|
migrate token bucket redis record format from json to hash: phase 1
|
2023-03-15 16:01:06 -07:00 |
|
Sergey Skrobotov
|
ebf8aa7b15
|
fixing embedded redis based tests
|
2023-03-15 13:56:40 -07:00 |
|
Sergey Skrobotov
|
4c85e7ba66
|
Moving RateLimiter logic to Redis Lua and adding async API
|
2023-03-13 14:50:26 -07:00 |
|
Katherine Yen
|
46fef4082c
|
Add metrics for registration lock flow
|
2023-03-09 09:07:21 -08:00 |
|
Ravi Khadiwala
|
c06313dd2e
|
Drop tagging for legacy user agents
|
2023-03-09 10:43:45 -06:00 |
|
Ravi Khadiwala
|
59bc2c5535
|
Add by-action captcha score config
Enable setting different captcha score thresholds for different captcha
actions via configuration
|
2023-03-09 10:43:16 -06:00 |
|
Chris Eager
|
437bc1358b
|
Use server timestamp for queue score
|
2023-03-06 11:31:11 -06:00 |
|
Chris Eager
|
179f3df847
|
Allow DisabledPermittedAuthenticatedAccount at /v1/accounts/me
|
2023-03-03 13:17:17 -06:00 |
|
Chris Eager
|
8a889516b0
|
Improve LoggingUnhandledExceptionMapper combination with CompletionExceptionMapper
|
2023-03-03 13:17:07 -06:00 |
|
Chris Eager
|
ef2cc6620e
|
Add @Produces annotation for validation error response
|
2023-02-27 16:33:18 -06:00 |
|
Sergey Skrobotov
|
b9b4e3fdd8
|
Adding a uniform configuration for all json/yaml mapper use cases: part 1
|
2023-02-23 16:38:48 -08:00 |
|
Sergey Skrobotov
|
7529c35013
|
Rate limiters code refactored
|
2023-02-23 10:49:06 -08:00 |
|
erik-signal
|
378b32d44d
|
Add missing token field to OutgoingMessageEntity
|
2023-02-23 11:18:07 -05:00 |
|
Chris Eager
|
35286f838e
|
Add /v1/verification
|
2023-02-22 14:27:05 -06:00 |
|
Jon Chambers
|
e1ea3795bb
|
Reuse registration sessions if possible when requesting pre-auth codes
|
2023-02-22 12:45:26 -05:00 |
|
erik-signal
|
95237a22a9
|
Relax validation to allow null reporting tokens.
|
2023-02-22 11:06:51 -05:00 |
|
Katherine Yen
|
11c93c5f53
|
Keep username hash during reregistration
|
2023-02-21 09:07:30 -08:00 |
|
Jon Chambers
|
b59b8621c5
|
Add reporter platform as a reported message dimension
|
2023-02-17 16:44:13 -05:00 |
|
Chris Eager
|
44c61d9a58
|
Allow updates if the profile already has a payment address
|
2023-02-17 16:44:01 -05:00 |
|
Katherine Yen
|
c03060fe3c
|
Phone number discoverability update endpoint
|
2023-02-10 11:52:51 -08:00 |
|
Chris Eager
|
c16006dc4b
|
Add PUT /v2/account/number
|
2023-02-10 12:09:03 -06:00 |
|
Sergey Skrobotov
|
8fc465b3e8
|
removing redundant logic in new registration flow
|
2023-02-09 09:06:48 -08:00 |
|
Chris Eager
|
e23386ddc7
|
Remove unused JUnit extension from test
|
2023-02-09 09:05:11 -08:00 |
|
Jon Chambers
|
0f17d63774
|
Add tests for ProvisioningController
|
2023-02-09 09:04:52 -08:00 |
|
Katherine Yen
|
4fc3949367
|
Add zkproof validation in username flow
|
2023-02-09 09:02:53 -08:00 |
|
Sergey Skrobotov
|
7558489ad0
|
Registration Recovery Password support in /v1/registration
|
2023-02-08 13:20:23 -08:00 |
|
Katherine Yen
|
4a3880b5ae
|
usernameHashes on reserve request can't be null
|
2023-02-07 08:44:04 -08:00 |
|
Chris Eager
|
a4a45de161
|
Add /v1/registration
|
2023-02-06 16:11:59 -06:00 |
|
Chris Eager
|
358a286523
|
Use java.util Hex and Base64 codecs
|
2023-02-06 12:16:59 -06:00 |
|
Sergey Skrobotov
|
8afe917a6c
|
Registration recovery passwords store and manager
|
2023-02-03 16:33:03 -08:00 |
|
Katherine Yen
|
24f515ccb4
|
Revert "Revert "Stored hashed username""
|
2023-02-02 11:20:44 -08:00 |
|
Katherine Yen
|
c98b54ff15
|
Revert "Stored hashed username"
|
2023-02-01 14:31:44 -08:00 |
|
Katherine Yen
|
d93d50d038
|
Stored hashed username
|
2023-02-01 12:08:25 -08:00 |
|
Sergey Skrobotov
|
8d0e23bde1
|
AuthenticationCredentials name changed to SaltedTokenHash
|
2023-01-30 15:45:24 -08:00 |
|
Sergey Skrobotov
|
dc8f62a4ad
|
/v1/backup/auth/check endpoint added
|
2023-01-30 15:39:42 -08:00 |
|
Jon Chambers
|
cd4a4b1dcf
|
Retire VoiceVerificationController
|
2023-01-30 16:28:14 -05:00 |
|
Jon Chambers
|
38a0737afb
|
Retire ReportSpamTokenHandler interface in favor of ReportedMessageListener
|
2023-01-30 16:27:54 -05:00 |
|
Jon Chambers
|
4a2768b81d
|
Add spam report token support to ReportedMessageListener
|
2023-01-30 16:27:54 -05:00 |
|
Jon Chambers
|
00e08b8402
|
Simplify parsing/validation of spam report tokens
|
2023-01-30 16:27:54 -05:00 |
|
erik-signal
|
a89e30fe75
|
Clarify naming around spam filtering.
|
2023-01-27 11:40:33 -05:00 |
|