Ameya Lokare
|
32befd7c9a
|
Port DonationController to gRPC
|
2026-06-11 11:28:23 -04:00 |
|
Jon Chambers
|
dd93833324
|
Avoid retaining messages while waiting for acknowledgement
|
2026-06-11 11:14:02 -04:00 |
|
Jon Chambers
|
5d624b463a
|
Acknowledge messages by ID rather than by passing the whole message around
|
2026-06-11 11:14:02 -04:00 |
|
Jon Chambers
|
f524d9fb25
|
Retire string-based service identifiers/UUIDs in Envelope entities
|
2026-06-10 14:28:30 -04:00 |
|
Jon Chambers
|
4a9302033a
|
Remove the additional callback executor from FoundationDbMessageStore
|
2026-06-10 13:12:40 -04:00 |
|
Jon Chambers
|
292f03586b
|
Add an IP-based rate limiter for adding payment methods for subscriptions
|
2026-06-10 11:29:51 -04:00 |
|
Jon Chambers
|
8257859834
|
Add an IP-based rate limiter for creating one-time donations
|
2026-06-10 11:29:51 -04:00 |
|
Katherine Yen
|
2c5210e7c4
|
Fix a flaky test by waiting for the async insert to complete before attempting to remove the message
v20260608.0.0
|
2026-06-08 17:42:35 -04:00 |
|
Katherine
|
b93da1323b
|
Discard ephemeral messages from the finite publisher in FoundationDB
|
2026-06-08 17:23:21 -04:00 |
|
Ravi Khadiwala
|
d9c39cc12b
|
Update messages integration test to use websocket
|
2026-06-08 16:01:23 -05:00 |
|
Ravi Khadiwala
|
d69027ce5c
|
Remove REST message retrieval entities
|
2026-06-08 16:01:23 -05:00 |
|
Jon Chambers
|
a4381a2617
|
Parse FoundationDB envelopes at load time and add GUIDs later
|
2026-06-08 16:56:53 -04:00 |
|
Jon Chambers
|
3e4ad32fce
|
Introduce AcknowledgedMessageBuffer
|
2026-06-08 16:56:15 -04:00 |
|
Jon Chambers
|
c3a48fd08b
|
Port CertificateController to gRPC
|
2026-06-08 16:55:53 -04:00 |
|
Ravi Khadiwala
|
7471a21fee
|
Update to the latest version of the spam filter
v20260605.0.0
|
2026-06-05 12:41:26 -05:00 |
|
Ameya Lokare
|
13a5458344
|
Port ChallengeController to gRPC
|
2026-06-05 12:32:46 -05:00 |
|
Ravi Khadiwala
|
704b53aa79
|
Close responses in WhisperServerServiceTest
|
2026-06-05 12:30:09 -05:00 |
|
Jon Chambers
|
5774ffdeab
|
Wait for test message insertion to complete before attempting to read
|
2026-06-05 10:22:34 -04:00 |
|
Ravi Khadiwala
|
fac7dbbeb7
|
Add a timeout to WhisperServerServiceTest
|
2026-06-04 18:06:27 -05:00 |
|
Ravi Khadiwala
|
29b1ec694b
|
Update to the latest version of the spam filter
v20260603.0.0
|
2026-06-03 11:39:07 -05:00 |
|
dependabot[bot]
|
181004f031
|
Bump the minor-actions-dependencies group with 2 updates
Bumps the minor-actions-dependencies group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials).
Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67214ff5f5447ce83dd...df4cb1c069e1874edd31b4311f1884172cec0e10)
Updates `aws-actions/configure-aws-credentials` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-actions/configure-aws-credentials/compare/ec61189d14ec14c8efccab744f656cffd0e33f37...e7f100cf4c008499ea8adda475de1042d6975c7b)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor-actions-dependencies
- dependency-name: aws-actions/configure-aws-credentials
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: minor-actions-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-06-03 12:03:36 -04:00 |
|
Jon Chambers
|
bb18a84808
|
Add an experiment to recompress messages just before delivery
|
2026-06-03 12:00:34 -04:00 |
|
Jon Chambers
|
27fb4f227d
|
Revert "Add an experiment to skip envelope expansion"
This reverts commit 0d32ca120d.
|
2026-06-03 12:00:34 -04:00 |
|
Ravi Khadiwala
|
324c4eafb6
|
Retire REST message retrieval
Remove `GET /v1/messages`
|
2026-06-03 10:59:41 -05:00 |
|
Jon Chambers
|
0d32ca120d
|
Add an experiment to skip envelope expansion
v20260602.0.0
|
2026-06-02 16:01:06 -04:00 |
|
Katherine
|
69a954e889
|
Discard stale ephemeral messages in FoundationDB
|
2026-06-02 16:00:25 -04:00 |
|
Jon Chambers
|
d57ed3133c
|
Avoid spurious padding
v20260601.0.0
|
2026-06-01 16:51:56 -05:00 |
|
Jon Chambers
|
4a9f44b88c
|
Use an all-zero IV and the parameter block as the first plaintext block
|
2026-06-01 16:51:56 -05:00 |
|
Jon Chambers
|
264897656b
|
Actually make the "copy to S3" command available
v20260529.0.0
|
2026-05-29 10:03:47 -04:00 |
|
Chris Eager
|
f8f60c92ff
|
Use getByPhoneNumberIdentifier in getAccountsForChangeNumber
|
2026-05-29 10:00:17 -04:00 |
|
Jon Chambers
|
e6c24c373d
|
Update to the latest version of the spam filter
|
2026-05-29 09:59:17 -04:00 |
|
Jon Chambers
|
ab34e7c10e
|
Update to the latest version of the spam filter
v20260528.0.0
|
2026-05-28 16:50:48 -04:00 |
|
Jon Chambers
|
c32d15617b
|
Add a command for copying files from the open internet to S3
|
2026-05-28 16:17:37 -04:00 |
|
Jon Chambers
|
11136868ac
|
Update to the latest version of the spam filter
v20260527.0.1
|
2026-05-28 10:37:58 -04:00 |
|
Katherine
|
81167a8ae5
|
Add a device capability for username change sync messages
v20260527.0.0
|
2026-05-27 15:34:01 -04:00 |
|
ameya-signal
|
a6bf60e4cb
|
Fix flaky test FoundationDbMessageStoreTest#getMessagesPublishMoreAfterQueueEmpty
|
2026-05-27 15:33:07 -04:00 |
|
Jon Chambers
|
15698aee46
|
Wire PaymentsGrpcService up as an authenticated service
|
2026-05-27 15:32:49 -04:00 |
|
Katherine
|
b2942a8dbd
|
Limit the number of unacknowledged FoundationDB messages
|
2026-05-27 15:32:27 -04:00 |
|
Jon Chambers
|
f10cc26144
|
Include optional call ID hashes in call quality survey responses
|
2026-05-27 15:31:53 -04:00 |
|
Katherine Yen
|
d4581931ff
|
Update to the latest version of the spam filter
|
2026-05-27 15:31:32 -04:00 |
|
Chris Eager
|
41b953f5a1
|
Add rotation_id to ZK Credential key
|
2026-05-27 14:23:20 -05:00 |
|
Jon Chambers
|
3f1df3032f
|
Update to the latest version of the spam filter
v20260526.0.0
|
2026-05-26 09:17:49 -04:00 |
|
Jon Chambers
|
cb6123125f
|
Only send verification code push notifications to primary devices
|
2026-05-26 09:17:32 -04:00 |
|
Jon Chambers
|
9f6d80cb39
|
Update to the latest version of the spam filter
v20260521.0.0
|
2026-05-21 14:33:55 -04:00 |
|
Jon Chambers
|
da439e7144
|
Guard against NullPointerExceptions when getting details from a GoogleJsonResponseException
|
2026-05-21 13:10:44 -04:00 |
|
Jonathan Klabunde Tomer
|
22656396dc
|
serialize account current profile version as base64
|
2026-05-21 13:10:03 -04:00 |
|
Chris Eager
|
90b280d6a0
|
Convert Subscriptions to sync DynamoDB client
|
2026-05-21 13:09:31 -04:00 |
|
Chris Eager
|
482a1b7bb5
|
Convert RedeemedReceiptsManager to sync DynamoDB client
|
2026-05-21 13:09:31 -04:00 |
|
Chris Eager
|
fea4300d7d
|
Convert RegistrationRecoveryPasswords to sync DynamoDB client
|
2026-05-21 13:08:49 -04:00 |
|
Chris Eager
|
66b0ed16d1
|
Convert VerificationSessions to sync DynamoDB client
|
2026-05-21 13:08:49 -04:00 |
|