Jon Chambers
|
2383aaaa3d
|
Update ClusterLuaScript formatting
|
2021-09-29 16:08:17 -04:00 |
Jon Chambers
|
8359ef73f4
|
Cycle all connected websockets on any device or account enabled state change
|
2021-09-29 14:18:35 -04:00 |
Jon Chambers
|
e333cbd94d
|
Close websockets on account deletion
|
2021-09-29 14:11:16 -04:00 |
Chris Eager
|
5189cbe5c7
|
apply editorconfig formatting
|
2021-09-29 10:31:39 -07:00 |
Chris Eager
|
3e5087e60b
|
Remove obsolete ephemeral queue handling
|
2021-09-29 10:31:39 -07:00 |
Ehren Kret
|
559026933d
|
Add low and high detail svgs to badges
|
2021-09-27 17:00:09 -05:00 |
Ehren Kret
|
7864405efd
|
Remove single URL in favor of density based sprite sheets
|
2021-09-27 16:50:18 -05:00 |
Ehren Kret
|
041aed2d72
|
Remove zkgroup enabled flag
The last remnants of a time before zkgroup have been swept away.
|
2021-09-23 09:24:06 -05:00 |
Jon Chambers
|
98e41f9a37
|
Improve Redis exception handling
|
2021-09-22 10:31:39 -04:00 |
Chris Eager
|
6a71d369e2
|
More Accounts cleanup
* Remove `AccountStore`
* Clean up `AccountsDynamoDb#delete`
* Rename `AccountsDynamoDb` → `Accounts`
* Remove unused configuration
* Move Accounts scan page size to static configuration
* Remove disabled tests and related methods
|
2021-09-21 15:25:16 -07:00 |
Ehren Kret
|
df5498e1c0
|
Add test for self badge fetching
|
2021-09-20 16:42:38 -05:00 |
Ehren Kret
|
44bc90e5ab
|
Return a badge with additional properties when fetching your own profile
|
2021-09-20 16:42:38 -05:00 |
Ehren Kret
|
17e8b77e88
|
Add unit test for setting badges
|
2021-09-20 16:41:09 -05:00 |
Ehren Kret
|
8011935a3b
|
Fix compilation issues created by constructor changes
|
2021-09-20 16:41:09 -05:00 |
Ehren Kret
|
537d61d5bd
|
Add badges to CreateProfileRequest
This will permit users to set the order and visibility of badges on
their profile.
|
2021-09-20 16:41:09 -05:00 |
Jon Chambers
|
09519ae942
|
Only retry websocket sending if the client is still connected
|
2021-09-20 14:24:07 -04:00 |
Chris Eager
|
2a67b2e610
|
Remove Accounts Postgres
|
2021-09-20 11:10:24 -07:00 |
Chris Eager
|
8161f55a82
|
Add dynamic configuration for setting Dynamo as primary
|
2021-09-17 13:28:45 -07:00 |
Chris Eager
|
ecee189ad8
|
Add `AccountDatabaseCrawler.dedicatedDynamoMigrationCrawler`
|
2021-09-17 11:27:20 -07:00 |
Jon Chambers
|
c2ba8ab562
|
Identify receipt destinations by UUID instead of e164
|
2021-09-16 10:47:03 -04:00 |
Chris Eager
|
83e0a19561
|
Migrate `MessagesDynamoDbRule` to `MessagesDynamoDbExtension`
|
2021-09-16 10:46:37 -04:00 |
Jon Chambers
|
6a5d475198
|
Add a "refresh websocket on number change" provider
|
2021-09-16 10:37:34 -04:00 |
Jon Chambers
|
49ccbba2e3
|
Generalize the "watch for websockets that need to be refreshed" listener
|
2021-09-16 10:37:34 -04:00 |
Ehren Kret
|
fb1f99da87
|
Add a method to enable a badge for all accounts
|
2021-09-16 09:28:21 -05:00 |
Ehren Kret
|
08c6a8c2e5
|
Add category to badges
|
2021-09-16 09:28:21 -05:00 |
Ehren Kret
|
ce3835e176
|
Rename id to name in the configuration
|
2021-09-16 09:28:21 -05:00 |
Ehren Kret
|
39f6eadbb9
|
Add test for add and remove badges
|
2021-09-16 09:28:21 -05:00 |
Ehren Kret
|
8a8e6e7b49
|
Rename name to id in the stored badge information and expose id in the profile endpoint
|
2021-09-16 09:28:21 -05:00 |
Ehren Kret
|
98a31d1474
|
Switch ProfileController to the actual badge converter
|
2021-09-16 09:28:21 -05:00 |
Ehren Kret
|
5b25e38e41
|
Ensure badges are in ordered collections
|
2021-09-15 16:20:15 -05:00 |
Chris Eager
|
2fb400280b
|
Remove unused parameter from `deleteMessageByDestinationAndGuid`
|
2021-09-15 10:14:08 -07:00 |
Ehren Kret
|
79ad09524e
|
Implement the ProfileBadgeConverter interface
|
2021-09-15 10:32:20 -05:00 |
Graeme Connell
|
6304c84cdb
|
Add ContactDiscoveryWriterTest based on mock.
|
2021-09-13 15:20:21 -06:00 |
Chris Eager
|
a51a7a0901
|
Add `MigrationMismatchedAccounts` to `AccountsManager`
|
2021-09-13 13:54:19 -07:00 |
Chris Eager
|
372e131e25
|
Update `PaymentsControllerTest`
|
2021-09-13 09:58:42 -07:00 |
Sophiah Ho
|
cd66a1ceb7
|
fix merge issue after 2021 Aug 15 commit d1735c7e57 (#137)
|
2021-09-13 09:39:11 -07:00 |
Sophiah Ho
|
feb59deb28
|
Use BigDecimal instead of Double for currency rate calculations (#134)
use BigDecimal instead of double for accuracy
|
2021-09-10 16:15:57 -05:00 |
Chris Eager
|
49489a6021
|
Re-check mismatched accounts after a delay, to avoid false positives from concurrent requests
|
2021-09-10 11:31:44 -07:00 |
Chris Eager
|
8cd93d68e4
|
Add MetricsUtil
|
2021-09-10 11:31:44 -07:00 |
Chris Eager
|
b91a69d8b3
|
Add asynchronous chunk pre-read to `AccountDatabaseCrawler`
|
2021-09-10 11:14:11 -07:00 |
Chris Eager
|
23a076a204
|
Update `Account#getNextDeviceId` to not reuse disable device’s IDs
|
2021-09-10 10:48:48 -07:00 |
Chris Eager
|
016141a05d
|
Add `DevicesHelper`
|
2021-09-10 10:48:48 -07:00 |
Graeme Connell
|
a064b25a14
|
Fix CDS writer to use AccountsManager.
|
2021-09-10 11:36:06 -06:00 |
Ehren Kret
|
bd40e32f3b
|
Send acceptable languages instead of request into the profile badge converter
|
2021-09-10 10:53:04 -05:00 |
Chris Eager
|
539b62a829
|
Add request event listener that handles device.isEnabled changes
|
2021-09-08 13:11:09 -07:00 |
Ehren Kret
|
fc1465c05d
|
Wire up stored account badges to the profile endpoints
|
2021-09-07 15:51:29 -05:00 |
Graeme Connell
|
2059bb5ef8
|
Update test to handle read-then-write in ContactDiscoveryWriter.
|
2021-09-07 13:41:47 -06:00 |
Graeme Connell
|
b4aabd799b
|
Canonical discoverability writing.
|
2021-09-07 13:41:47 -06:00 |
Jon Chambers
|
92f035bc2a
|
Add a "change number" device/account capability
|
2021-09-07 15:07:30 -04:00 |
Jon Chambers
|
d1735c7e57
|
Retire `AmbiguousIdentifier`
|
2021-08-27 13:40:46 -04:00 |