Vince
2a3d0331f3
Merge pull request #1242 from vincentbavitz/ts-constants
...
Partially Move Constants to TypeScript
5 years ago
Vincent
7345e8d4ae
Merge branch 'ts-constants' into ui-polish
5 years ago
Audric Ackermann
48e4862c8c
be sure ourConversation is set in retrySend()
5 years ago
Vincent
9d6a24d802
rm-uipolishmergre
5 years ago
Vincent
07096e5b09
Merge branch 'ts-constants' into ui-polish
5 years ago
Vincent
d4a0e245ea
Merge branch 'ts-constants' into ui-polish
5 years ago
Vincent
7896671df0
fixup-tests
5 years ago
Audric Ackermann
ae1f86325f
lint
5 years ago
Audric Ackermann
839938bad7
add missing timestamp field for some Outgoing messages
5 years ago
Audric Ackermann
d2e7462627
unregister to change events for avatarUpdates on ActionPanel
5 years ago
Audric Ackermann
5eb2f35c45
remove toast on link request when the linking screen is opened
5 years ago
Audric Ackermann
3fd260b793
enforce type of profileKey and signature on linking messages
5 years ago
Vincent
1a150f96c4
merged w ts-constants
5 years ago
Vincent
5216cc2c2e
merge clearnet
5 years ago
Vincent
c020eddef6
constants-to-ts
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
9b2f11b860
Use stub instead of replace
5 years ago
Audric Ackermann
37bab1a771
Merge pull request #1243 from Bilb/remove-outgoing_message.js
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
3faa4f71f3
Fix unit tests
5 years ago
Vincent
f8cd997b13
constants-to-ts
5 years ago
Audric Ackermann
49164f069e
Merge pull request #1235 from Bilb/closed-group-update-sync
...
handle sync for closed groups update as we do for regular messages
5 years ago
Audric Ackermann
948e32fbf7
update our top left avatar on avatar changes
...
when our primary device updates the avatar, we wait for a sync message
to know about this update.
Once this message comes in, it updates the avatar on the conversation,
but nothing refresh the ActionPanel component.
This commit makes sure we listen for changes on our conversation to
trigger this refresh.
5 years ago
Vincent
506b55bfe2
session-id-editable
5 years ago
Vincent
fd746a475a
ui polished and ttl constants
5 years ago
Maxim Shishmarev
d747249d4f
Merge branch 'clearnet' into revive-medium-groups
5 years ago
Maxim Shishmarev
6351fc1d4c
Lint
5 years ago
Maxim Shishmarev
f6223ce5ab
Use message queue for medium group chat messages
5 years ago
Vincent
39dea3b1bc
Merge branch 'clearnet' of https://github.com/loki-project/session-desktop into blocked-fixes
5 years ago
Audric Ackermann
91f2632cda
Merge pull request #1239 from Bilb/fix-closed-gorup-updates-with-1.0.9
5 years ago
Audric Ackermann
d58408fed0
handle sync of closed group updates message on an empty closed group
5 years ago
Vincent
1b21191c3c
multideviceprotocol-usage
5 years ago
Audric Ackermann
6ec5f1921c
Merge pull request #1237 from Bilb/close-panel-one-open-group-joined
...
close overlay when open group is joined
5 years ago
Audric Ackermann
6fa00168ea
Merge pull request #1236 from Bilb/fix-note-to-self
5 years ago
Vincent
9b07c8fc8e
outline-class
5 years ago
Audric Ackermann
a4fedaf75d
fix empty avatar being undefined rather than ''
...
building ClosedGroupUpdate message via ts makes it have an avatar
content with fields empty if we pass '' as avatar.
we wamt no avatar field at all
5 years ago
Maxim Shishmarev
237bd84b35
Fix medium group sending for single device users; protocol changes
5 years ago
Audric Ackermann
c7daf55a65
close overlay when open group is joined
5 years ago
Audric Ackermann
4c108b470b
hide ourdevices when creating a closed group
5 years ago
Audric Ackermann
b5e5b3856d
handle sync for closed groups update as we do for regular messages
5 years ago
Vince
9be0dcabd9
Merge pull request #1234 from vincentbavitz/message-encrypter-pubkey
...
Message Encrypter Pubkey
5 years ago
Vincent
ca96992a44
Pukbeyified
5 years ago
Vincent
68f2a90f7c
pubkeys-in-message-encryptor-init
5 years ago
Mikunj Varsani
549de42df2
Merge pull request #1233 from Mikunj/sending-ux-fix
...
Message sending changes
5 years ago
Mikunj
646973e330
Made changes to how messages are sent.
...
Instead of blocking the message queue when we don't have a session, we instead just send out a session request and send the queued messages using fallback encryption.
This means that users will be able to message right away without having to wait.
The only down side is that all messages sent before sessions are established will be using the weaker encryption.
This change also means we have to detach session requests from envelope type (which is a good thing) and thus now a message is a session request if it contains a preKeyBundle.
5 years ago
Audric Ackermann
4381d0135f
Merge pull request #1231 from Bilb/fix-open-groups-ui
5 years ago
Maxim Shishmarev
8ce1b5c343
Merge pull request #1232 from msgmaxim/fix-pow-update
...
Fix incorrect handling of pow update
5 years ago
Maxim Shishmarev
7724df25cc
Fix incorrect handling of pow update
5 years ago