Mikunj Varsani
beb4cdbed8
Closed group fixes. ( #816 )
...
* Fix group updates not syning
* Fix leaving closed groups
* Fix incorrect members being shown on create group dialog
* Linting
* Fix create closed group showing our own conversation
6 years ago
Mikunj
164303180f
Remove unneeded boolean condition.
6 years ago
Mikunj
c9f60826b4
Fix friend request messages being sent to users you don't have a session in closed groups.
...
Disable typing messages and read receipts in groups.
Send out session request messages if you don't have a session with a member in the group.
6 years ago
Mikunj
8ae793db19
Rename BACKGROUND_FRIEND_REQUEST to SESSION_REQUEST.
...
Don't trigger friend request logic if a message is aimed at a group.
6 years ago
Ryan Tharp
158b4fcb08
fix typo
6 years ago
Ryan Tharp
d69a0a9fd4
lint
6 years ago
Maxim Shishmarev
dadd4b97ad
Remove source field from envelope
6 years ago
Maxim Shishmarev
3f58dea035
Remove mixpanel
6 years ago
Vincent
9dcc851ebd
Updated all icon references
6 years ago
Maxim Shishmarev
02320334f0
Remove P2P
6 years ago
Maxim Shishmarev
3472a1a938
Remove unused destinationRegistrationId; lint
6 years ago
Maxim Shishmarev
b7e93ab597
Support sealed sender for friend requests
6 years ago
Maxim Shishmarev
b405b150cc
Sealed sender support
6 years ago
Audric Ackermann
293eca0509
Merge branch 'brand-redesign' into clearnet
6 years ago
Vincent
a1a582d7ea
Session branding fixes
6 years ago
Vincent
5fbbdc33c3
Signal branding
6 years ago
Ryan Tharp
2cf39cc1ed
Merge pull request #690 from neuroscr/multidevice-publicchat
...
Add/Remove Moderators interface
6 years ago
Ryan Tharp
6c9f14fc31
fix makeAttachmentPointer to make 3 parameter optional
6 years ago
Mikunj
84a8b0f0af
Merge branch 'clearnet' into bug-fix
6 years ago
Maxim Shishmarev
5123fa0409
Merge pull request #669 from msgmaxim/restoration
...
Prompting the user to reset session on invalid ciphertext
6 years ago
Mikunj
daf5da09c6
Fix minor profile picture bugs.
6 years ago
sachaaaaa
a29f0a4120
encrypted pictures for public chats
6 years ago
sachaaaaa
0122fb8603
handle SYNC messages
6 years ago
sachaaaaa
b0122b6ce6
Ensure the primary profile is used on secondary devices
6 years ago
sachaaaaa
7c52a1d038
encrypt and decrypt images before upload and after download
6 years ago
Maxim Shishmarev
81bfa90943
Prompting the user to reset session on invalid ciphertext
6 years ago
Maxim Shishmarev
2ab0d084f1
Merge pull request #645 from msgmaxim/group-invites
...
Public chat invitations
6 years ago
sachaaaaa
516b463d2e
Merge pull request #641 from sachaaaaa/pairing_revocation
...
Sending and handling of special UNPAIRING_REQUEST message
6 years ago
Maxim Shishmarev
8ea82b14e3
Add channel id field to invitations
6 years ago
Maxim Shishmarev
a5fce17d8c
public chat invitations
6 years ago
sachaaaaa
3d22abc9cf
Ensure message is not FR
6 years ago
sachaaaaa
e0dc04cba5
Merge pull request #639 from sachaaaaa/fix_prekey_id_not_found
...
Prevent prekeys to be deleted when re-sending pairing request
6 years ago
sachaaaaa
db0068b429
Sending and handling of special UNPAIRING_REQUEST message
6 years ago
sachaaaaa
3d7548729f
Prevent prekeys to be deleted when re-sending pairing request
6 years ago
Maxim Shishmarev
5a08ac9cc1
Use avatar specific endpoint
6 years ago
Maxim Shishmarev
4dd314c18f
Enable profile pictures
6 years ago
Beaudan Brown
56a1c31bf4
Ensure we can still send messages to ourselves (sync) and disable group chats
6 years ago
Beaudan Brown
685ada5cc5
Merge branch 'clearnet' into prep-merge
6 years ago
Beaudan Brown
030264c689
Fix misuse of getAllDevicePubKeysForPrimaryPubKey and rename some vars
6 years ago
Beaudan Brown
bce18b7ae6
Revert change so we are always friends with our secondary devices, check validSyncSender from primary pubkey rather than ourNumber
6 years ago
Beaudan Brown
74045d58d7
Use Int32 for the contact list buffer
6 years ago
Beaudan Campbell-Brown
6611a10855
Merge pull request #590 from BeaudanBrown/session-reset-on-fr
...
Session reset on fr
6 years ago
Beaudan Brown
1c022856b1
Address review
6 years ago
Beaudan Brown
370dee5abb
Ensure we have the correct apis and listeners during the pairing process. Catch upnp error. Remove redundant friend requests
6 years ago
Beaudan Brown
c31535edb4
Rename blockSync, only send contacts and profile if sending a GRANT request, do *not* always be friends with secondary devices because we still need to complete a friend request exchange
6 years ago
Beaudan Brown
332cd30052
Send contact sync message when becoming friends with contact and auto accept/send friend requests when receiving contact sync
6 years ago
Beaudan Campbell-Brown
e88aca57f2
Merge pull request #603 from sachaaaaa/Fix_secondary_nickname
...
[multi-device] Fix secondary nickname
6 years ago
Beaudan Campbell-Brown
0f74a002df
Merge pull request #601 from BeaudanBrown/sync-messages
...
[multi-device] Sync messages
6 years ago
Beaudan Brown
accd16cae1
Trigger friend request received update for the correct device conversation, throttle the sending of automated friend requests and don't send them to devices which sent *us* a friend request
6 years ago
Beaudan Brown
41fdcef695
Ensure that we can't miss the apisReady event and only listen for single emit
6 years ago