Commit Graph

6461 Commits (6ee5d041fb91c5e23ad2d622af3f18b344fe7001)
 

Author SHA1 Message Date
Beaudan Brown 4aaa9ba26d Update sendSyncMessage to use primary pubkey and don't send to itsself, don't send typing messages for primary conversation (note to self) 6 years ago
Maxim Shishmarev f6d9d2a606
Merge pull request #599 from msgmaxim/groups
Add a feature flag for private group chats
6 years ago
sachaaaaa 46613de846 lint 6 years ago
sachaaaaa b324421534 Allow primary device to assign local aliases to paired devices 6 years ago
sachaaaaa d350e4adfb
Merge pull request #598 from sachaaaaa/secret_words_on_primary_device
[multi-device]show pairing words on paired device list
6 years ago
Maxim Shishmarev f4ed8b2bf3 Add a feature flag for private group chats 6 years ago
Maxim Shishmarev 49976a4f81
Merge pull request #565 from msgmaxim/groups
Private Group Chat Essentials
6 years ago
Maxim Shishmarev 7c8da8dc74 Fix unit tests 6 years ago
Maxim Shishmarev 395daf3aba Use Array.includes in place of Array.indexOf 6 years ago
Maxim Shishmarev a2f836c690 Address review comments 6 years ago
Maxim Shishmarev 7c05939f55 Add group admins and the ability to remove members from private groups 6 years ago
Maxim Shishmarev 0df5214979 Limit small private groups to 10 members 6 years ago
Maxim Shishmarev 0490e5c668 Clean up conversation options for groups 6 years ago
Maxim Shishmarev 9f81f67460 Can leave private group chats 6 years ago
Maxim Shishmarev f5e9a870f7 Add support for mentions in private group chats 6 years ago
Maxim Shishmarev 90f1d4a6aa Display error messages when creating/updating group chats 6 years ago
Maxim Shishmarev cf18572049 Adding new group members; establishing sessions between non-friends 6 years ago
Maxim Shishmarev 0d19b708f9 Creating private group chats between friends 6 years ago
sachaaaaa 9ddc237f6d show pairing words instead of pubkeys on the primary device's paired devices list. 6 years ago
Maxim Shishmarev 6c08852118
Merge pull request #593 from msgmaxim/not-friends
Fix incorrectly showing friend request as pending
6 years ago
Maxim Shishmarev 279328f47b
Merge pull request #595 from msgmaxim/fix-rss
Clean up RSS conversation
6 years ago
Maxim Shishmarev 3efedcab05
Merge pull request #596 from msgmaxim/delete-failed
Delete public chat messages locally if not stored on the server
6 years ago
Beaudan Campbell-Brown 09da4af2df
Merge pull request #591 from BeaudanBrown/type-fix
Fix pairing error
6 years ago
sachaaaaa 65361d33f5 New menu item "show pairing words" for secondary devices 6 years ago
Maxim Shishmarev e64ccbdd2b Clean up RSS conversation 6 years ago
Maxim Shishmarev 9e6f6d5a01 Fix incorrectly showing friend request as pending 6 years ago
Maxim Shishmarev 1f4af59dad Delete public chat messages locally if not stored on the server 6 years ago
Beaudan Brown 94b0faf2aa Remove (hopefully) last place the type of a pairing request is being checked 6 years ago
Beaudan Brown e9dc3b531e Simplify auto accept check 6 years ago
Beaudan Campbell-Brown 8235662518
Merge pull request #589 from Mikunj/pairing-fix
Fix cross platform device linking
6 years ago
Beaudan Campbell-Brown 85d45196a1
Merge pull request #588 from BeaudanBrown/simple-error
Give a simple error instead of logging a failed null check
6 years ago
Beaudan Campbell-Brown d52a08a9e2
Merge pull request #586 from BeaudanBrown/robust-sessions
[multi-device] Robust sessions
6 years ago
Beaudan Brown 653fd06451 Don't await for some background messages 6 years ago
Beaudan Brown 8ccf62ed4e Trigger endSession code if we receive a friend request from a friend 6 years ago
Mikunj 589b3f3233 Infer pairing message type from the content.
This should fix device pairing cross platform.
6 years ago
Beaudan Brown cc8277f54d Better variable name and use it in more places 6 years ago
Beaudan Brown 72b60077c7 Give a simple error instead of logging a failed null check 6 years ago
Beaudan Brown 883feb668d The rest of my multidevice work, send messages to all the correct devices and automatic friend request if not friends with a device 6 years ago
Beaudan Campbell-Brown aa66b28ffe
Merge pull request #579 from BeaudanBrown/friends-with-any
Add isFriendsWithAnyDevice and use it in relevant places
6 years ago
Beaudan Campbell-Brown 26a5b6c6fc
Merge pull request #580 from BeaudanBrown/is-secondary-device
isSecondary flag
6 years ago
Beaudan Campbell-Brown 17e70bf81c
Merge branch 'multi-device' into is-secondary-device 6 years ago
Beaudan Campbell-Brown 8adf6a474e
Merge pull request #578 from BeaudanBrown/multidevice-bugs
Unique constraint and prevent some undefined bugs
6 years ago
Beaudan Brown 76b36845bb Add isFriendsWithAnyDevice and use it in relevant places 6 years ago
Beaudan Campbell-Brown 5d2c15fd24
Merge pull request #584 from BeaudanBrown/ugh-other-name
Final change
6 years ago
Beaudan Brown 0defebc484 Final change 6 years ago
Beaudan Campbell-Brown 4c59eb7977
Merge pull request #583 from BeaudanBrown/nickname-message
Update change nickname message
6 years ago
Beaudan Brown 1b3f56dfd3 Update change nickname message 6 years ago
Beaudan Campbell-Brown 9516cce497
Merge pull request #574 from BeaudanBrown/beta6-bugfixes
Beta6 bugfixes
6 years ago
Beaudan Brown 6a512503f0 Update display name sanitisation to allow a bunch of languages and spaces 6 years ago
Beaudan Brown 08ad913105 Add explicit isSecondary flag to conversation list items so they can remain hidden in the menu after they become friends etc 6 years ago