Cody Henthorne
2f4669d7eb
Fix web socket management related crashes.
2025-03-25 09:44:38 -04:00
Greyson Parrelli
edf5ecf2d6
Fix potential archive export issue around voice notes in revisions.
2025-03-21 13:59:01 -04:00
Greyson Parrelli
f145c20508
Fix potential archive export error around username.
2025-03-21 11:46:29 -04:00
Greyson Parrelli
8b54cea119
Fix potential NPE during archive export.
2025-03-21 11:25:51 -04:00
Greyson Parrelli
2b1f71d3b6
Fix potential constraint violation during thread merge.
2025-03-21 11:20:48 -04:00
Alex Hart
df4c6b59cd
Enable DOM storage and enable error messaging for PayPal user actions.
2025-03-21 10:42:58 -03:00
Cody Henthorne
5a0def7390
Prevent unregistered clients from repeatedly attempting an auth WebSockect connection.
2025-03-19 10:48:31 -03:00
Alex Hart
49f764a392
Add SDK check for incoming call state during full screen intent display.
2025-03-19 10:48:31 -03:00
Cody Henthorne
2dacb3b20f
Use unbounded thread pool for Rx I/O scheduler.
2025-03-19 10:48:31 -03:00
Cody Henthorne
323697dfc9
Improve auth WebSocket lifecycle.
2025-03-19 10:48:31 -03:00
Alex Hart
4a5fb88800
Suppress megaphone if user is not registered.
2025-03-17 16:02:50 -03:00
Alex Hart
28d18a8012
Add checks for user registration when attempting to access dontations or perform keep-alive.
2025-03-17 16:01:52 -03:00
Alex Hart
a7fb84e7e6
Improve error code handling in recurring context job.
2025-03-17 15:05:11 -03:00
Cody Henthorne
0d133b8d1e
Improve stacktraces by not wrapping CDS exceptions in RuntimeExceptions.
2025-03-17 09:19:26 -04:00
Michelle Tang
ab2f3e7918
Bump version to 7.38.2
2025-03-14 14:48:03 -04:00
Greyson Parrelli
39f440431c
Fix story syncing to linked devices.
2025-03-14 11:45:14 -04:00
Michelle Tang
c54958f0a9
Fix crash in migration job.
2025-03-12 21:43:17 -04:00
Cody Henthorne
ddda5e8b47
Revert delete account conversion to WebSocket.
2025-03-12 16:15:41 -04:00
Greyson Parrelli
6d956ca0f9
Add internal debug setting to archive session.
2025-03-12 16:15:41 -04:00
Greyson Parrelli
22d908385b
Consistently format byte sizes.
2025-03-12 16:15:41 -04:00
Cody Henthorne
d2006853c7
Start new style messsage api and convert report spam to WebSocket.
2025-03-12 16:15:41 -04:00
Michelle Tang
f61109391a
Add support for blocked chat events.
2025-03-12 16:15:41 -04:00
Cody Henthorne
b563d7e855
Add headers to StatusCodeError.
2025-03-12 16:15:41 -04:00
Cody Henthorne
61a8636217
Convert rate limit apis to WebSocket.
2025-03-12 16:15:41 -04:00
Cody Henthorne
86b2fe9742
Convert storage service auth to WebSocket.
2025-03-12 16:15:41 -04:00
Cody Henthorne
6aca7c9194
Convert CDSI auth to WebSocket and service to NetworkResult.
2025-03-12 16:15:41 -04:00
Cody Henthorne
92e590aa3b
Convert calling and payments apis to WebSocket.
2025-03-12 16:15:41 -04:00
Michelle Tang
224a85f5db
Update linked devices check.
2025-03-12 16:15:41 -04:00
Greyson Parrelli
a21b3387fc
Fix label of field in internal settings.
2025-03-12 16:15:41 -04:00
Greyson Parrelli
0839ecdc1a
Post internal notification for failed archive media restores.
2025-03-12 16:15:41 -04:00
Andrew
8f00373e08
Improve network reliability.
2025-03-12 16:15:41 -04:00
Cody Henthorne
d6316d955f
Remove unusued NetworkFailureException.
2025-03-12 16:15:41 -04:00
Michelle Tang
c568f2e9cc
Add ability to delete avatars in internal details.
2025-03-12 16:15:41 -04:00
Alex Hart
7191a40aba
Do not notify call observers if data has not changed.
2025-03-12 16:15:41 -04:00
Jeffrey Starke
f2950e279b
Improve handling of errors when saving media attachments.
...
Improves the error handling in `SaveAttachmentUtil.saveAttachments()` to continue processing all requested attachment saves even after individual save operations fail.
2025-03-12 16:15:41 -04:00
Alex Hart
9b6f355802
Resolve consistent subscription state after new subscription is created.
2025-03-12 16:15:40 -04:00
Alex Hart
5ec3371b9a
Trigger backup-id upload before allowing user to pay.
2025-03-12 16:15:40 -04:00
Alex Hart
862628fc28
Mark end state in job that failed with an error.
2025-03-12 16:15:40 -04:00
Cody Henthorne
cf78c76bbb
Convert chat-based backup calls to WebSocket.
2025-03-12 16:15:40 -04:00
Cody Henthorne
305b380fef
Convert all account based calls to WebSocket.
2025-03-12 16:15:40 -04:00
Alex Hart
6d115a912d
Take purchase token straight from payment result during linking to subscriber id.
2025-03-12 16:15:40 -04:00
Greyson Parrelli
1cc3e16d1a
Add migration to clean up dupe e164's (again).
2025-03-12 16:15:40 -04:00
Michelle Tang
9eba978da6
Update various message request UI.
2025-03-12 16:15:40 -04:00
Sagar
e00d780115
Add the ability to edit a link preview in stories before sending.
...
Resolves #14035
2025-03-12 16:15:40 -04:00
Henry Addo
cf529b354b
Prevent empty passphrases when restoring local chat backups.
...
Fixes #14015
Resolves #14016
2025-03-12 16:15:38 -04:00
Greyson Parrelli
0c445c2fe9
Cap the max image render size to 12000x12000.
2025-03-12 15:34:49 -04:00
Greyson Parrelli
1793c77bf2
Revert "Fix some media not appearing in the gallery picker."
...
This reverts commit 5ad042d232 .
2025-03-12 15:34:49 -04:00
Alex Hart
3fee68e33e
Fix checks in backup subscription check job.
2025-03-12 15:34:49 -04:00
Cody Henthorne
c38342e2fb
Convert device linking apis to use websockets.
2025-03-12 15:34:49 -04:00
Michelle Tang
451d12ed53
Block avatar downloads in message request states.
2025-03-12 15:34:49 -04:00