Audric Ackermann
0b6c915f8f
update translation to match android - part 2
5 years ago
Audric Ackermann
70b739d24f
update translation to match android - part 1
5 years ago
Audric Ackermann
9d4dff611f
simplify Copied xxx => Copied to clipboard
5 years ago
Audric Ackermann
e008dbd0d5
"leave {Closed|Open} Group" => "leave group"
5 years ago
Audric Ackermann
66d3a2b86c
replace unsend with deleteForEveryone
5 years ago
Audric Ackermann
b05576075f
disable deleteMessages() for open groups. As only leaveGroup is
...
supported
5 years ago
Audric Ackermann
ec2274d5e8
Merge pull request #1300 from Bilb/clean-en-translation
5 years ago
Mikunj
f19016b71b
Fix uncaught promise errors not showing up correctly in logs
5 years ago
Audric Ackermann
3e56eb6133
add beta german translation copy pasted from android
5 years ago
Audric Ackermann
64dff64925
fix mentions notification displayname rather than pubkeys
...
* replace @pubkeys with their corresponding display name if found
* fix the display of the @ sign on the conversationListItem
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
Mikunj Varsani
f2668571c2
Merge pull request #1252 from Bilb/drop-auto-fr-messages
...
drop auto fr messages 'Please Accept... '
5 years ago
Audric Ackermann
9df0a79fb9
remove blockedNumber.js
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
66697bc235
remove unused addBlockedGroup function since we moved to controller
...
for blocked group
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
4e56ad2419
Merge pull request #1244 from Bilb/fix-sending-errors-handling
5 years ago
Audric Ackermann
48e4862c8c
be sure ourConversation is set in retrySend()
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
Audric Ackermann
f641b9436b
fix our handling of snode sending errors so we have a real error shown
...
when a message fails to send because of it.
Also, fix the retry logic on the corresponding message
5 years ago
Maxim Shishmarev
1d1a62e683
Fix incorrectly syncing medium group chat messages
5 years ago
Audric Ackermann
53433261d9
remove outgoing_message.js and everything related to it
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
b502fcc3f9
clean code and add comments
5 years ago
Audric Ackermann
126f18278f
handle message sent success for opengroups events correctly
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