Greyson Parrelli
8aea20f147
Migrate local account data into SignalStore.
2021-11-17 16:14:26 -05:00
Greyson Parrelli
2df303cde7
Add some additional endpoints for PNP.
2021-11-16 17:27:47 -05:00
Greyson Parrelli
732a6324d6
Include auth token in CDSH request.
2021-11-16 17:27:47 -05:00
Greyson Parrelli
54614e67aa
Update CDSH with better error handling.
2021-11-16 17:27:47 -05:00
AsamK
1ad0b0e6ae
Close response body for all storage requests and for unsuccessful requests.
2021-11-16 17:27:47 -05:00
Jordan Rose
7ccc7ec856
Update to libsignal-client 0.10.0, which includes zkgroup.
2021-11-16 17:27:47 -05:00
Alex Hart
882bdcc726
Send user an email after Stripe completes payment for boosts.
2021-11-15 13:48:19 -04:00
Alex Hart
6b94fc82eb
Add and sync displayBadgesOnProfile Flag.
2021-11-11 16:52:08 -04:00
Alex Hart
482a10de02
Improve handling of network timeouts for donor badges.
2021-11-05 15:36:30 -04:00
Cody Henthorne
9827deffd3
Make websocket timeouts stay on IO threads.
2021-11-04 18:29:51 -04:00
Alex Hart
70355aa70e
Add server-based localization of subscription names and badge information.
2021-11-04 17:00:04 -04:00
Greyson Parrelli
56c502c9bf
Update libphonenumber to 8.12.33
2021-11-04 17:00:04 -04:00
Greyson Parrelli
a51bb8e23f
Add LeakCanary to flipper builds.
2021-11-04 16:59:59 -04:00
Greyson Parrelli
3574be913a
Log out sender key state for internal users.
2021-11-04 16:59:59 -04:00
Greyson Parrelli
4615f246ac
Log additional info about 409/410 responses.
2021-11-04 16:57:10 -04:00
Greyson Parrelli
62ee60df82
Add full support for unknown fields in storage service.
2021-11-01 17:07:01 -04:00
Alex Hart
6673da0b04
Add subscriber information to storage service account record.
2021-11-01 16:48:42 -04:00
Greyson Parrelli
5bb48caafd
Strongly type UUIDs as ACIs.
2021-11-01 16:48:41 -04:00
Alex Hart
186bd9db48
Implement new APIs for Boost badging.
2021-11-01 16:48:41 -04:00
Greyson Parrelli
48a81da883
Handle non-normalized phone number responses.
2021-11-01 16:48:41 -04:00
Alex Hart
c1820459b7
Implement further features for badges.
...
* Add Subscriptions API
* Add Accept-Language header to profile requests
* Fix several UI bugs, add error dialogs, etc.
2021-10-21 17:11:46 -04:00
Greyson Parrelli
13ef53372e
Remove the reset session button.
2021-10-21 17:11:46 -04:00
Greyson Parrelli
b89e08dad7
Update libsignal-client to 0.9.7
2021-10-21 17:11:46 -04:00
Alex Hart
43e4cba3d7
Implement the majority of the Donor UI.
2021-10-12 15:55:54 -03:00
Greyson Parrelli
92e506b117
Update libsignal-client to 0.9.6
2021-10-04 21:49:59 -04:00
Alex Hart
7f3ba1978d
Add RedeemReceiptRequest object and DonationService.
2021-10-04 21:49:59 -04:00
Alex Hart
891dfc1b68
Upgrade zkgroups to 0.8.2
2021-10-04 21:49:59 -04:00
Alex Hart
8d53c2392a
Update zkgroup to v0.8.1
2021-10-04 21:49:59 -04:00
Alex Hart
8d0acb277c
Add support for updated server badge image url formats.
2021-10-04 21:49:59 -04:00
Greyson Parrelli
1222d020ad
Fix address list for sender key messages.
2021-10-04 20:50:08 -04:00
Fumiaki Yoshimatsu
e18d9e665f
Take padded bytes into account when decrypting a stream of data.
...
Fixes #11573
2021-09-28 11:42:51 -04:00
Greyson Parrelli
cc99febe32
Allow use of the new CDSH service in staging.
2021-09-28 11:42:51 -04:00
Greyson Parrelli
7267d77dcb
Add support for syncing default reactions.
2021-09-23 11:35:21 -03:00
Alex Hart
77cf029fdc
Implement ability to view badges and modify whether they appear.
...
Note: this is available in staging only.
2021-09-23 11:35:21 -03:00
Greyson Parrelli
1031a4e96c
Improve logging around message sending and processing.
2021-09-16 14:17:38 -03:00
Alex Hart
b589449c34
Consolidate app dependencies using gradle version catalogs.
2021-09-16 14:17:38 -03:00
Alex Hart
662ba85c5a
Upgrade to Gradle 7.2 and AGP 7.0.2
2021-09-16 14:17:38 -03:00
Greyson Parrelli
573c0fad7f
Update libsignal-client to 0.9.4
2021-09-14 09:07:43 -04:00
Cody Henthorne
7e7bbad788
Ensure change number operation status before returning to normal app usage.
2021-09-08 21:04:21 -04:00
Cody Henthorne
77ff25ec49
Add Change Number capability and Conversation Update item.
2021-09-08 21:04:06 -04:00
Cody Henthorne
f2ab0b6423
Initial work to support Change Number.
2021-09-03 20:19:56 -04:00
Cody Henthorne
8e32592218
Clarify networking call order during registration flow.
2021-09-02 21:24:53 -04:00
Greyson Parrelli
bca2205945
Add measurements, improve MSL insert.
2021-09-02 21:24:53 -04:00
Greyson Parrelli
aec2ca1d87
Update libsignal-client to 0.9.0
2021-09-02 11:21:15 -04:00
Greyson Parrelli
1819af3000
Fix possible crash when a contact merge results in no UUID.
...
After merging contacts, it's possible that we don't have a valid
UUID. We need to be careful not to use it.
Kind of a bummer, but the storage sync flow is currently the only flow
where we have this 'possibly not valid UUID'. In the future we should
probably use something else instead of a SignalServiceAddress to keep
that abstraction clean.
2021-09-01 10:46:42 -04:00
Greyson Parrelli
45a6894da1
Handle invalid registrationIds during sender key sends.
2021-08-30 20:32:41 -04:00
Greyson Parrelli
08008629b3
Fix some issues around SignalServiceAddress creation.
2021-08-27 14:43:38 -03:00
Greyson Parrelli
b21abb8e7e
Fix crash during block list parsing.
2021-08-26 09:51:28 -04:00
Alex Hart
3f233ed39f
Use AttachmentsV2 if the resumable upload link from V3 becomes corrupted.
2021-08-26 10:24:20 -03:00
Greyson Parrelli
28d86886bd
Update handling of invalid unknown fields.
2021-08-25 13:34:29 -04:00
Cody Henthorne
c1fb4f9421
Include urgency in opaque call message sends.
2021-08-25 09:28:16 -04:00
Greyson Parrelli
665d9e31f6
Separate thread updates into a job and other perf improvements.
2021-08-24 16:59:09 -03:00
Cody Henthorne
db7272730e
Add Small Group Ringing support.
2021-08-24 16:59:09 -03:00
Greyson Parrelli
2068fa8041
Several sender key performance improvements.
...
- Remove extra unnecessary sync message
- Add a bulk session retrieval method
- Do the encrypt in a transaction
2021-08-24 16:59:09 -03:00
Greyson Parrelli
642d1984c4
Ensure all SignalServiceAddresses have UUIDs.
2021-08-24 09:09:27 -03:00
Greyson Parrelli
0ab2100fa5
Update libsignal-client to 0.8.4
2021-08-24 09:09:27 -03:00
Greyson Parrelli
f6b2d3faf8
Small refactor to building the sender key target list.
2021-08-06 17:49:08 -04:00
Greyson Parrelli
61c7959ffc
Ensure typing indicators are sent as online messages with sender key.
2021-08-06 17:29:25 -04:00
Greyson Parrelli
67ccd14af2
Ensure certain sender key payloads are serialized properly.
2021-08-06 17:29:02 -04:00
Greyson Parrelli
0762a93787
Refactor protobuf validation exceptions.
2021-08-06 14:47:43 -04:00
Cody Henthorne
570b4d7150
Fix bug with processing and displaying long messages with mentions.
2021-08-06 13:19:44 -04:00
Greyson Parrelli
c1c9ca7c4c
Give the service direct knowledge of linked device status.
2021-07-30 17:39:29 -04:00
Greyson Parrelli
75421b1af8
Rebuild list of send targets after sending distribution key.
2021-07-30 13:17:43 -04:00
Greyson Parrelli
d40bb2d9ee
Clear all sender key knowledge for a device after a 409/410.
2021-07-30 13:17:43 -04:00
Greyson Parrelli
25234496bf
Add support for announcement groups.
2021-07-28 17:21:19 -04:00
Cody Henthorne
712b0c147a
Improve WebSocket health monitoring.
2021-07-27 13:40:33 -04:00
Alex Hart
ed23c3fe7c
Add avatar picker and defaults.
2021-07-21 16:57:03 -04:00
Greyson Parrelli
4a0e6a3eb2
Improve logging around message sends.
2021-07-16 12:53:29 -04:00
Cody Henthorne
5d6d78a51e
Initial WebSocket refactor.
2021-07-15 16:28:13 -04:00
Jordan Rose
68a2d5ed20
Reimplement ProfileCipherInputStream using libsignal-client.
...
libsignal-client provides an AES-GCM streaming interface that can
replace the implementation in AES-GCM-Provider. Using it from
ProfileCipherInputStream requires some knowledge about the tag size of
AES-GCM, but frees it from the JCE interface.
Note that it remains a serious error to not read the *entire* stream,
since the authentication tag is at the end!
2021-07-15 16:28:11 -04:00
Jordan Rose
35e9e31a7b
Update to libsignal-client 0.8.3
...
This also fixes a misalignment where signal-client-android was on
0.8.0 but signal-client-java was 0.8.1, which was fortunately harmless
for this particular pair of versions.
2021-07-12 20:29:07 -04:00
Cody Henthorne
444d947743
Add RxJava.
2021-07-12 20:29:07 -04:00
Cody Henthorne
182749c101
Fix bug where some profile fetches would 400 over the websocket.
2021-07-09 15:30:08 -04:00
Greyson Parrelli
7f0a0bef5a
Incrementally insert MSL entries for legacy group sends.
2021-07-07 14:58:50 -03:00
Greyson Parrelli
a1c8573fad
Insert resent messages at the proper location.
2021-07-07 14:58:50 -03:00
Cody Henthorne
90a27d2227
Fix device transfer test dependent on native library.
2021-07-07 14:58:50 -03:00
Greyson Parrelli
f19033a7a2
Implement the message send log for sender key retries.
2021-06-24 16:36:13 -04:00
Greyson Parrelli
6502ef64ce
Read the group history response as a stream.
2021-06-23 17:47:05 -04:00
Alex Hart
dfe804dfa0
Increment GIF flag in AttachmentPointer to avoid android client bug.
2021-06-08 16:53:21 -03:00
Greyson Parrelli
57c0b8fd0f
Initial pre-alpha support for sender key.
2021-06-07 18:14:12 -04:00
Greyson Parrelli
1322f5bc08
Be more careful with unknown IDs during storage sync.
2021-05-27 16:17:07 -04:00
Greyson Parrelli
e74d502ae6
Remove legacy session version.
...
Hasn't been used since the TextSecure days!
2021-05-26 17:46:58 -04:00
Cody Henthorne
defd5e8047
Add universal disappearing messages.
2021-05-18 18:21:48 -04:00
Greyson Parrelli
8c6a88374b
No longer use SignalServiceAddress legacy identifier.
...
We had to do this in the past because we previously didn't allow
UUID-only contacts back in the day. This hasn't been the case for some
time. We should be preferring the UUID in all cases.
2021-05-18 18:21:48 -04:00
Cody Henthorne
ef5b68eb35
Add report spam in message request state.
2021-05-17 17:03:21 -03:00
Greyson Parrelli
80c911e118
Sync whether or not our primary device can send SMS.
2021-05-12 14:58:19 -04:00
Greyson Parrelli
2d2de1a652
Fix storage service record merge.
2021-05-12 10:56:34 -04:00
Cody Henthorne
8c9df8d3be
Add support for Group V2 description field.
2021-05-10 19:30:10 -04:00
Greyson Parrelli
03b65ce6dc
Update to libsignal-client 0.5.1
2021-05-10 19:30:10 -04:00
Greyson Parrelli
31e1c6f7aa
Handle 428 rate limiting.
2021-05-05 16:47:13 -04:00
Greyson Parrelli
2f30d29351
Ensure we have a storageId for self.
2021-04-29 17:55:34 -04:00
Alex Hart
ab44d608d2
Add support for sending and syncing viewed receipts behind a feature flag.
2021-04-28 16:36:11 -03:00
Greyson Parrelli
cdc7f1565e
Further simplify storage service syncing.
2021-04-28 16:36:11 -03:00
Alex Hart
bf124b87fa
Fix bad flag parsing on attachment pointers.
2021-04-22 14:46:20 -03:00
Alex Hart
c31146e902
Render gifs in gif search as MP4s.
2021-04-19 18:11:56 -04:00
Cody Henthorne
2547db2a8e
Revert "Prevent changes to conversations while device is unregistered."
...
This reverts commit ed8edb5aee
.
2021-04-14 18:02:57 -04:00
Cody Henthorne
ed8edb5aee
Prevent changes to conversations while device is unregistered.
2021-04-14 15:50:40 -04:00
Greyson Parrelli
20b98122c1
Send an empty group sync when linking devices if no groups exist.
2021-04-13 11:35:42 -04:00
Greyson Parrelli
35c102aa98
Fix issues with StorageSyncV2 bookkeeping.
...
1. I screwed up the comparators in the record processor. Pretty bad, glad this was caught.
2. Previously I was sort of keeping track of which local-only records were accounted for while I was merging, and then hoping everything worked out in the end. Now I just very directly take some set differences and retrieve the appropriate records, so it's clear that we should never fail certain validations.
3. Rev's the feature flag so we don't turn on something broken.
2021-04-13 11:32:24 -04:00
Greyson Parrelli
e096ba27ce
Sync mute status via storage service.
2021-04-12 12:25:09 -04:00
Greyson Parrelli
0e200b1fb6
Rewrite storage service change processing.
2021-04-12 12:25:09 -04:00
Alan Evans
113393de8f
Enforce upper bound on MobileCoin/fiat entry.
2021-04-09 11:17:50 -03:00
Android Team
c42023855b
Service support for Payments.
...
Co-authored-by: Alan Evans <alan@signal.org>
Co-authored-by: Alex Hart <alex@signal.org>
Co-authored-by: Cody Henthorne <cody@signal.org>
2021-04-06 15:27:23 -03:00
Chris Eager
09cba8774d
Add support for verification codes without an internal hyphen
2021-03-19 14:38:30 -05:00
Greyson Parrelli
8950100bd7
Decrypt and process messages all in one transaction.
...
Giddy up
2021-02-23 18:34:18 -05:00
Greyson Parrelli
28f3ded4bd
Perform individual decryptions inside a database transaction.
...
Required a lot of random locking work to prevent deadlocking, but
overall this results in about a 2x speed increase for decryptions.
2021-02-20 14:45:36 -05:00
Greyson Parrelli
f2ea13a142
Bump libsignal-client to 0.1.6
2021-02-20 14:45:36 -05:00
Cody Henthorne
4afb459b30
Revert "Bump libsignal-client to 0.2.3"
...
This reverts commit 8b7506ed2d
.
2021-02-12 15:03:37 -05:00
Greyson Parrelli
2751076089
Archive sessions on 409/410 instead of deleting them.
2021-02-11 10:43:04 -05:00
Greyson Parrelli
29d66f2b92
Remove unused signaling key code.
2021-02-10 15:21:04 -05:00
Jack Lloyd
8b7506ed2d
Bump libsignal-client to 0.2.3
2021-02-05 15:18:56 -05:00
Greyson Parrelli
af7e736de9
Use a simple check to verify proxies during registration.
2021-02-03 16:04:01 -05:00
AsamK
4bb214cb2a
Configure keep alive duration for okhttp connection pool to 1 minute.
...
The signal http server supports http keep alive, but closes idle
connections after 1 minute.
The default OkHttp connection pool will keep idle connections in the pool
for 5 minutes and doesn't notice it when the server closes connections.
As currently the automatic okhttp retries are disabled, reusing such a
stale connection will be fatal.
Issue is especially severe for incoming calls, which fail because the request
to retrieve the turn servers fails and isn't retried: #10787
2021-02-02 20:35:14 -05:00
Greyson Parrelli
46344776a4
Add UI support for configuring a proxy.
2021-02-02 16:42:47 -05:00
Moxie Marlinspike
7f2b6178d5
Add support for configuring a signal proxy.
2021-02-01 21:52:01 -05:00
Greyson Parrelli
3f51f89d86
Update libphonenumber to v8.12.17
2021-01-30 11:04:54 -05:00
Greyson Parrelli
6264f9b585
Have a much longer backoff maximum for 5xx errors.
2021-01-28 18:51:42 -05:00
Greyson Parrelli
4482bfcabb
Ensure NonSuccessfulReponseCodeException knows the response code.
2021-01-28 18:51:42 -05:00
Alan Evans
7cac0c9a7c
UUID is now returned always.
2021-01-27 11:52:32 -04:00
Alan Evans
17fb815805
Prevent duplicate member UUIDs in groups.
...
Fixes #10702
2021-01-25 13:06:15 -04:00
Greyson Parrelli
afbe27c55f
Revert "Bump libsignal-client to 0.2.2"
...
This reverts commit ce156c3450
.
2021-01-24 17:40:44 -05:00
Alex Hart
e55834d523
Prevent NPE in PhoneNumberFormatter.
2021-01-22 23:36:42 -05:00
Alan Evans
e2d297eb8a
Skip native LibSignal tests on unsupported and non-unix OS.
2021-01-22 00:34:41 -04:00
Jack Lloyd
ce156c3450
Bump libsignal-client to 0.2.2
2021-01-21 18:02:19 -05:00
Greyson Parrelli
7db16e6156
Add support for an 'About' field on your profile.
2021-01-21 18:02:19 -05:00
Alex Hart
1553f9b75d
Upgrade libphonenumber to v8.12.16
2021-01-21 18:02:19 -05:00
Greyson Parrelli
8ca54bcc7b
Create a new manage profile screen.
2021-01-19 10:39:49 -05:00
Greyson Parrelli
d40dc1d90b
Bump signal-client-java version to 0.1.5
2021-01-16 21:11:42 -05:00
Greyson Parrelli
4571151e3c
Revert "Remove reset session button."
...
This reverts commit f24020e7b7
.
2021-01-16 21:11:42 -05:00
Greyson Parrelli
0514950333
Feature flag OkHttp automatic network retry.
2021-01-16 21:11:42 -05:00
Greyson Parrelli
c95f0fce6e
Handle ServerRejectedException.
...
Handle an exception that indicates we should halt retries.
2021-01-16 02:32:09 -05:00
Alex Hart
2d20ceea01
Show contact profile photo instead of system contact.
2021-01-13 19:43:23 -05:00
Greyson Parrelli
f24020e7b7
Remove reset session button.
2021-01-13 19:43:23 -05:00
Greyson Parrelli
728f1707b6
Automatically recover from bad encrypted messages.
2021-01-13 19:43:23 -05:00
Alan Evans
adea15df10
Recover from CDN 416 Range error on attachment download.
2021-01-13 19:43:23 -05:00
Alan Evans
dda68d6c95
Revert "Bump libsignal-client to 0.2.0"
...
This reverts commit e845fba8b3
.
2021-01-07 16:07:04 -04:00
Jack Lloyd
e845fba8b3
Bump libsignal-client to 0.2.0
2021-01-06 17:03:21 -04:00
Alan Evans
a8dd81eace
Return optional for telephone number region name for the unknown case to be localized.
2020-12-09 15:47:44 -04:00
Alex Hart
edb2a17bcb
Add ability to delete your Signal account from within the app.
2020-12-07 17:39:16 -04:00
Greyson Parrelli
31960b53a0
Use our own homemade paging library for conversation paging.
...
I made the lib, and Alan made the build actually work.
Co-authored-by: Alan Evans <alan@signal.org>
2020-12-05 13:44:13 -05:00
Greyson Parrelli
7efd8be238
Inline max envelope size feature flag.
2020-11-30 11:47:54 -05:00
Alan Evans
3aebadd90d
Use protobuf's reserved keyword.
2020-11-25 13:58:06 -04:00
Jack Lloyd
13c014215d
Move to Signal Protocol written in Rust.
...
Co-authored-by: Alex Hart <alex@signal.org>
2020-11-25 11:40:05 -04:00
Alan Evans
ce68da1613
Reserve service field 20.
2020-11-25 11:40:05 -04:00
Alex Hart
ce44e3949c
Add new VIEWED item in RecieptMessage enumeration.
...
Also includes necessary Database changes for supporting this as well as View-Once receipt support.
2020-11-25 11:37:13 -04:00
Alex Hart
5941b22eb6
Revert "Move to Signal Protocol written in Rust."
...
This reverts commit 907e8d93a3
.
2020-11-23 10:22:53 -04:00
Cody Henthorne
b90a74d26a
Add additional Group Calling features.
2020-11-20 15:42:46 -05:00
Greyson Parrelli
28511de23c
Ensure we properly detect update messages for migrations.
2020-11-20 11:39:55 -05:00
Jack Lloyd
907e8d93a3
Move to Signal Protocol written in Rust.
...
Co-authored-by: Alex Hart <alex@signal.org>
2020-11-16 12:28:11 -05:00
Cody Henthorne
b1f6786392
Add initial support for Group Calling.
2020-11-11 15:29:02 -05:00
Greyson Parrelli
f4c1e34402
Enforce max envelope size in more places.
2020-11-11 15:29:00 -05:00
Alan Evans
872f935fd5
Revert "Do not set or read quote author phone number."
...
This reverts commit 936e772ba0
.
2020-11-05 18:56:17 -04:00
Alan Evans
985a220fca
Migrate GV1 to GV2 on to server. Allow query of group status.
2020-11-04 16:05:34 -04:00
Alan Evans
936e772ba0
Do not set or read quote author phone number.
2020-11-04 16:05:34 -04:00
Greyson Parrelli
f676d1c61c
Enforce a configurable max envelope size.
2020-10-22 16:56:16 -04:00
Alan Evans
ffc7c13717
Group GET 404 and PUT 409 handling.
2020-10-22 16:56:16 -04:00
Greyson Parrelli
d21782696a
Read the new GV1 Migration capability.
2020-10-22 15:55:18 -03:00
Greyson Parrelli
3357475fc4
Move capabilities into a single column.
2020-10-22 15:55:18 -03:00
Greyson Parrelli
84ec6dd458
Improve network reliability during resumable uploads.
2020-10-15 16:19:17 -04:00
Greyson Parrelli
7ef57cc0cf
Add support for syncing pinned status with storage service.
2020-10-15 16:19:17 -04:00
Alan Evans
054c705fe2
Respect the 206 paged response from the server group logs endpoint.
...
Prevent the deduplicate message logic firing and log it if it does.
2020-10-09 17:46:21 -03:00
Alan Evans
07b0d8cf6e
Utilities for correctly handling json parsing errors on network responses.
2020-10-09 17:11:19 -03:00
Greyson Parrelli
63746bbb47
Add support for syncing forced unread status.
2020-10-07 17:22:05 -04:00
Greyson Parrelli
474963dcf1
Add the ability to migrate to new KBS enclaves.
2020-10-06 10:32:03 -03:00
Cody Henthorne
e70a8ae6a0
Drop messages with mentions not sent to V2 Groups.
2020-09-30 14:52:18 -04:00
Alan Evans
e8ef62116f
Write gv2-3 capability.
2020-09-28 14:15:19 -03:00
Alan Evans
caf8bb39d8
Fix desktop sync with body-less messages.
2020-09-28 11:53:27 -03:00
Alan Evans
74e94f3a97
Separate capability reads from writes and introduce gv2-2 write flag.
2020-09-23 16:54:38 -04:00
Alan Evans
64efb3d2a4
Do not set or read reaction target phone number.
2020-09-23 16:54:38 -04:00
Cody Henthorne
e2cfd247c3
Fix mention parsing for quotes.
2020-09-23 16:54:38 -04:00
Greyson Parrelli
97eb9154b2
Prevent NPE when setting sticker emoji.
2020-09-23 16:54:38 -04:00
Greyson Parrelli
e89285a219
Reduce log noise.
2020-09-23 16:54:38 -04:00
Greyson Parrelli
706f43caa8
Remove AttachmentsV3 feature flag.
2020-09-23 16:54:38 -04:00
Greyson Parrelli
d0dfcaaad5
Fix issue with storage key intersections.
...
- When doing the intersection, ignore keys that have type mismatches (same storageId, different types)
- If we detect that scenario, schedule a force push to happen afterwards
- Also schedule a force push afterwards if we detect that there's keys in the manifest that don't have any storage item on the service
2020-09-10 14:01:41 -04:00
Alan Evans
3cffaddc0a
Validate incoming Group lengths and remote delete entries if wrong.
...
Ignore incoming messages with bad V1 group lengths.
2020-09-10 14:39:29 -03:00
Alan Evans
935c831a7f
Fix equality comparison causing blank updates and "The group was updated" messages.
2020-09-09 12:16:09 -03:00
Greyson Parrelli
2784285d47
Add support for fetching remote deprecation.
2020-09-08 18:03:56 -04:00
Alan Evans
c797b09228
Set profile sharing based on who added you to the group.
2020-09-08 09:47:57 -04:00
Alan Evans
43ed9e7310
Set discoverable account attribute.
2020-09-08 09:47:57 -04:00
Alan Evans
7b24e66ed3
Phone number privacy settings and certificate support behind feature flag.
2020-09-03 20:23:26 -04:00
Greyson Parrelli
f4a199f621
Add support for animated stickers.
2020-09-03 20:23:26 -04:00
Greyson Parrelli
4714895c59
Do not attempt to send to unregistered users when using CDS flag.
...
CDS is slow, and unregistered users will always trigger a CDS lookup on
send (since we can't get their UUID).
This starts skipping sends to unregistered users and shortens the time
window to do a full CDS lookup from every 12 hours to every 6 hours.
2020-08-31 11:33:57 -04:00
Alan Evans
a478605da4
Remove requesting members if they are directly added to the group.
2020-08-28 10:32:20 -03:00
Alex Hart
1425b651d4
Update username UX and UI.
2020-08-27 12:12:44 -03:00
Greyson Parrelli
dd8b9ff8fb
Add support for article dates in link previews.
2020-08-26 17:25:54 -03:00
Alan Evans
bfed03b7b5
Manage group links behind feature flag.
2020-08-26 17:25:54 -03:00
Alan Evans
860f06ec9e
Join group via invite link.
2020-08-26 12:51:25 -03:00
Alan Evans
f1c0df7d87
Update KBS Service Id on staging.
2020-08-25 17:10:07 -03:00
Greyson Parrelli
c78e098cb4
Add support for link preview descriptions.
2020-08-25 16:05:39 -04:00
Alex Hart
b94a636542
Apply Content-Range and Content-Length headers to resumable upload request.
2020-08-24 11:16:41 -03:00
Greyson Parrelli
2cf9eb69eb
Add support for handling unknown protobuf fields.
2020-08-24 11:16:41 -03:00
Greyson Parrelli
6cffd0a723
Update link preview sync settings.
...
We need to rotate the link preview setting to avoid newer desktops with
older mobile clients from generating proxy-less previews.
2020-08-24 11:16:41 -03:00
Alan Evans
477bb45df7
Group invite link epoch support.
2020-08-19 16:32:01 -04:00
Alan Evans
e4456bb236
Handle GV2 addresses.
2020-08-14 15:54:05 -04:00
Greyson Parrelli
0448278a78
Include a recipient in sent transcripts when possible.
2020-08-07 19:20:35 -04:00
Alan Evans
810ccf8e94
Improve GV2 Invitation revoke experience.
2020-08-06 20:57:50 -04:00
Cody Henthorne
b2d4c5d14b
Add mentions for v2 group chats.
2020-08-06 20:57:50 -04:00
Alan Evans
fbfa3abffd
Skip delete actions where the removed member/pending member is not in the group.
2020-08-06 20:57:50 -04:00
Alan Evans
fdf4ad9543
Remove the GV2 "anyone" access level.
2020-08-06 20:57:50 -04:00
Alan Evans
b28ac7af8c
Additional tests around rigid Groups V2 change application.
2020-08-06 20:57:50 -04:00