Audric Ackermann
0beb47e597
add messageDeleted redux action
4 years ago
Audric Ackermann
2f2eb2ad53
link back backbone conversation events to redux store
4 years ago
Audric Ackermann
918eeae275
move InboxView to react
4 years ago
Audric Ackermann
2ae7a6dfe5
cleanup message.js and conversation_view.js
4 years ago
Audric Ackermann
f3430bdcb5
add toast on isBlocked, isKicked, ... for sending of messages
4 years ago
Audric Ackermann
e45ce43e01
store messages currently loaded in convo on redux
4 years ago
Audric Ackermann
221f264de6
rename all saveMessage to message.commit()
4 years ago
Audric Ackermann
5122433eb4
remove message_list_view.js and replace saveMessage with a commit()
4 years ago
Audric Ackermann
0b4400837b
fix scroll to quoted message and contact display name of group updates
4 years ago
Audric Ackermann
dfbcf3ac9b
do not remove convo when removing only message
...
use the user pubkey if group update notification with an unknown user
make GroupNotification a function component
4 years ago
Audric Ackermann
325331550c
fix group update message for medium group 'You' left or kicked
4 years ago
Audric Ackermann
141e497af7
cleanup unused fetch method of messages.js
5 years ago
Audric Ackermann
12bf46e09e
use pushToast through ToastUtils when it's a static toast content
5 years ago
Audric Ackermann
a0e5c7386f
delete messages needs to be called once the message is selected
5 years ago
Audric Ackermann
55fa65fc31
override attachments name on upload
5 years ago
Audric Ackermann
a7c4ce77a1
enable back attachments download on context menu
5 years ago
Audric Ackermann
2a155a0f43
fix lightbox for single attachment display and download
5 years ago
Audric Ackermann
b7f5a32570
add reply to message UI logic
5 years ago
Audric Ackermann
4d991d3992
Merge branch 'clearnet' into react-refactor
5 years ago
Audric Ackermann
cfb9e65f30
trigger new ratchet send on message sent success
...
send our new ratchet to all new members when we just sent a message
containing no senderKey in it.
an set but empty senderKey array should only be sent when a user left or
was removed.
5 years ago
Audric Ackermann
7011fa3efc
drop the check for ttl in shouldSendNotify
5 years ago
Audric Ackermann
3a876c7322
add notify to PN server on message sent
5 years ago
Audric Ackermann
56cd42d34c
remove authorColor unused in Session
5 years ago
Audric Ackermann
6fc7b175b6
Merge pull request #1330 from Bilb/fix-name-group-update
...
show display name on conversation list on groupUpdate
5 years ago
Audric Ackermann
5bab1c665f
lint
5 years ago
Audric Ackermann
29dfb092eb
add Secondary Device only if it's not a primary device
5 years ago
Audric Ackermann
bd6bd24f2b
show display name on conversation list on groupUpdate
5 years ago
Audric Ackermann
1e446b0a81
fix order for open groups message which are out of sync
5 years ago
Audric Ackermann
76664d9a11
use created_at for public group to order messages
5 years ago
Audric Ackermann
133d541a48
fix tests
5 years ago
Audric Ackermann
0b6c915f8f
update translation to match android - part 2
5 years ago
Audric Ackermann
9d4dff611f
simplify Copied xxx => Copied to clipboard
5 years ago
Audric Ackermann
3945c6b208
Merge remote-tracking branch 'upstream/clearnet' into react-refactor
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
Vincent
bf32cd3ae6
fixed up
5 years ago
Vincent
28a0d82ea2
Updating message recieving
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
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
Audric Ackermann
b5e5b3856d
handle sync for closed groups update as we do for regular messages
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
2a26f4af50
trigger send of expiretimer message ongroupupdate or groupInfo
5 years ago
Maxim Shishmarev
d5a98b8b47
Remove swarm nodes from conversations
5 years ago
Mikunj
c422c9e2ad
Lint
5 years ago
Mikunj
269c87a42e
Fix closed group issues
5 years ago
Maxim Shishmarev
7e737a3ccd
Merge branch 'clearnet' into refactor-polling
5 years ago