Commit Graph

737 Commits (f19016b71b4c192f228160192d3516e270681c25)

Author SHA1 Message Date
Mikunj f19016b71b Fix uncaught promise errors not showing up correctly in logs 5 years ago
Audric Ackermann 6d267b0fcb
remove unused code 5 years ago
Maxim Shishmarev d95dfdc04a
Merge pull request #1280 from msgmaxim/medium-group-fixes
Medium group protocol changes
5 years ago
Audric Ackermann 401c37c39e
make standardized menu, use them in ConversationHeader
and ConversationListItem
5 years ago
Maxim Shishmarev cc43555cd2 Merge branch 'clearnet' into medium-group-fixes 5 years ago
Audric Ackermann d2a4757061
trigger and handle blocked contacts/groups as a list on block/unblock 5 years ago
Maxim Shishmarev 87144336b7 Large refactor of medium groups. Fixes them for multidevice 5 years ago
Audric Ackermann a17edd0ce9
enable back delivery Receipt and read receipt message 5 years ago
Audric Ackermann f4af41e07f
remove wrapSend() and prepareForSend() from conversation 5 years ago
Audric Ackermann 5ec3a5b3f7
Merge pull request #1253 from Bilb/fix-expire-timer 5 years ago
Audric Ackermann ac4a608b4b
send an expireTimer message when member added and expireTimer is set 5 years ago
Audric Ackermann 45cdbcbb2f
handle sync of blocked contact/groups as sync events 5 years ago
Audric Ackermann 8d544a9d87
make redux store update on block/unblock 5 years ago
Audric Ackermann edc34649a4
Merge pull request #1241 from Bilb/fix-our-profile-picture-change 5 years ago
Audric Ackermann 839938bad7
add missing timestamp field for some Outgoing messages 5 years ago
Audric Ackermann 3fd260b793
enforce type of profileKey and signature on linking messages 5 years ago
Maxim Shishmarev c843da0e94
Merge pull request #1238 from msgmaxim/revive-medium-groups
Fix medium group sending for single device users; protocol changes
5 years ago
Maxim Shishmarev 6351fc1d4c Lint 5 years ago
Maxim Shishmarev f6223ce5ab Use message queue for medium group chat messages 5 years ago
Audric Ackermann d58408fed0
handle sync of closed group updates message on an empty closed group 5 years ago
Maxim Shishmarev 237bd84b35 Fix medium group sending for single device users; protocol changes 5 years ago
Audric Ackermann b5e5b3856d
handle sync for closed groups update as we do for regular messages 5 years ago
Audric Ackermann 465c78b2ee
send expiration timer update only to added members in closed group 5 years ago
Audric Ackermann 7eb1440263
use db identifier for opengroup message so we handle sent events 5 years ago
Audric Ackermann 3fa54c3ef9
Merge pull request #1226 from Bilb/various-closed-group-fixes 5 years ago
Audric Ackermann 797802885c
include joined and kicked members on local groupUpdate
also only print name update if the name changed
5 years ago
Audric Ackermann d5cfcf9edc
Merge pull request #1223 from Bilb/various-closed-group-fixes
* fix display name and avatar to be shown when message is coming from a secondary device
* fix show of expiretimer in the group conversation when it is for it.
* fix a bug creating empty conversation when sync closed group message is received on secondary device
* trigger an expiretimer update message to all members when updating a group.
* trigger an expiretimer update message when sending back group details (after a requestGroupInfo)
5 years ago
Audric Ackermann 696fbd8d7a
address review 5 years ago
Audric Ackermann 2a26f4af50
trigger send of expiretimer message ongroupupdate or groupInfo 5 years ago
Mikunj Varsani f11e0f2cd0
Merge pull request #1222 from Mikunj/blocking
Fix up Blocking
5 years ago
Mikunj f008a8b3ef Always block the primary device instead of all devices.
Added isBlockedAsync function.
5 years ago
Mikunj 2a1afa9fe7 Forgot checking for our own devices 5 years ago
Mikunj 3159baebfa Fix case where blocked user adds a new linked device. 5 years ago
Mikunj aa75205bbd Move BlockedNumberController to ts 5 years ago
Maxim Shishmarev d5a98b8b47 Remove swarm nodes from conversations 5 years ago
Mikunj 669648d9cb Fix expire timer 5 years ago
Maxim Shishmarev cf8ff24535
Merge pull request #1212 from msgmaxim/remove-dead-code
Clean up dead code
5 years ago
Maxim Shishmarev 514d60b1cf Clean up dead code 5 years ago
Mikunj 2d5230715f Merge branch 'clearnet' into closed-group-fixes 5 years ago
Mikunj c422c9e2ad Lint 5 years ago
Mikunj 269c87a42e Fix closed group issues 5 years ago
Mikunj 7665ecacfb Fix incorrect sent timestamps 5 years ago
Audric Ackermann 7c89b291de
Merge pull request #1205 from Bilb/handle-message-sending-events 5 years ago
Audric Ackermann af7f73073b
address review 5 years ago
Audric Ackermann bbebfa4c7e
remove fixed comments 5 years ago
Audric Ackermann 1413b98749
create a conversation with member of a closedgroup we receive 5 years ago
Audric Ackermann 105acd63d8
reenable isVerifier on contactCollection 5 years ago
Audric Ackermann 1a09ba0b35
remove identifier from message to disable syncing of them on events callback 5 years ago
Audric Ackermann 0474e84b19
fix profileKey sharing and avatar 5 years ago
Mikunj 23b05107fb Fix closed group infinite request loop 5 years ago