Commit Graph

9714 Commits (3ea628a02f4d19ea9c1554012aaa5ba02e894404)
 

Author SHA1 Message Date
Audric Ackermann 5e3578f27b
Merge pull request #1507 from Bilb/fix-mulltiple-closed-group-creat
Allow allow one group creation at a time
4 years ago
Audric Ackermann 818e6b2edf
Merge pull request #1508 from Bilb/fix-avatar-profilekey
update avatar on convo only if DL+decrypt is OK
4 years ago
Audric Ackermann 8716fbf495 improve sent message handling by setting the correct convoId at start 4 years ago
Audric Ackermann 66a6190f2b remove unused replyable error types 4 years ago
Audric Ackermann bb3641b39a remove the forceSave option for unprocessed message too 4 years ago
Audric Ackermann 8a800cf58c move the logic of handling when a message is sent to MessageSentHandler 4 years ago
Audric Ackermann 25e03eba35 fix lint 4 years ago
Audric Ackermann 3ee0ccfac8 remove the forceSave logic for a message, always insert or replace 4 years ago
Audric Ackermann 7e77a3f3b6 remove unused functions in Data.ts and sql.js 4 years ago
Audric Ackermann d844c5141e remove unprocessed from store. Nothing was stored in the store
it was simply as passthrough to the Data file.
No we directly call the data file instead
4 years ago
Audric Ackermann 3f43ae48ad WIP 4 years ago
Audric Ackermann 370158951a move events from MessageQueue to MessageSentHandler 4 years ago
Audric Ackermann a34720501c update avatar on convo only if DL+decrypt is OK 4 years ago
Audric Ackermann 2a1d68401d Allow allow one group creation at a time 4 years ago
Audric Ackermann 7b08f3b6ba
Merge pull request #1506 from oxen-io/clearnet
Session v1.4.9
4 years ago
Audric Ackermann 1cf65626db
Merge pull request #1505 from Bilb/fix-closed-group-v4
be sure to leave a group when leaving from another device
4 years ago
Audric Ackermann 720922cc71 be sure to leave a group when leaving from another device 4 years ago
Audric Ackermann 8ea9f02cec Move data.js to data.ts 4 years ago
Audric Ackermann efab941226
Merge pull request #1502 from oxen-io/clearnet
Session v1.4.9
4 years ago
Audric Ackermann c150fc6bb3
bump to v1.4.9 4 years ago
Audric Ackermann 7b81c4213a
Merge clearnet 4 years ago
Audric Ackermann b427230017
Merge pull request #1501 from Bilb/closed-group-v4
send the keypair to added members if we are admin
4 years ago
Audric Ackermann 0c1343cad5
add a way to share currently distributing keypair to added members 4 years ago
Audric Ackermann 78e7255cb8
send the keypair to added members if we are admin
and remove request encryption keypair handling
4 years ago
Ryan Tharp e5cea8a23e
Merge pull request #1499 from oxen-io/neuroscr-submitchall-fix
Replace unused textResponse with used noJson, updating logging
4 years ago
Ryan Tharp fde51fd9b3
Merge pull request #1500 from oxen-io/neuroscr-defaultavatar
Add default avatar back
4 years ago
Audric Ackermann ebf9714e49
remove MessageQueueInterface 4 years ago
Audric Ackermann 2d7515cf0b
Merge branch 'clearnet' into move-models-to-ts-2 4 years ago
Audric Ackermann 986496c2a5
Merge pull request #1498 from Bilb/fix-closed-group
add the request and reply of an encryptionKeyPair if needed
4 years ago
Audric Ackermann df3ca5d38a
add a sql function to check if a keypair is already saved in db 4 years ago
Audric Ackermann a31c457c08
allow closedgroup new message to be sent to our other devices
also, do not drop it on the receiving side
4 years ago
Ryan Tharp 3e9c9efb7e
Add default avatar back 4 years ago
Ryan Tharp e3dd43aaac
Replace unused textResponse with used noJson, updating logging 4 years ago
Audric Ackermann 01f834ae98
only handle the first ever configuration message incoming 4 years ago
Audric Ackermann 6d28f343c9
try to decrypt unprocessed message when we get a new encryptionkeypair 4 years ago
Audric Ackermann ad06b94708 do not drop a message which was not decrypted for a medium group
Instead, trigger a request to the group to get the encryption keypair.
We will try to process those messages on an app restart
4 years ago
Audric Ackermann 375c5ba1a8 add the request and reply of an encryptionKeyPair if needed 4 years ago
Audric Ackermann 850233bc9e review PR 4 years ago
Audric Ackermann 8eb1507fcf fix tests with should() 4 years ago
Audric Ackermann ed84760f0e
add a tslint rule to forbid use of async without await 4 years ago
Audric Ackermann 36fab86d30
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2 4 years ago
Audric Ackermann 94a9faec9a
Merge pull request #1493 from Bilb/multi-device-v2
Add Multi device v2 support
4 years ago
Audric Ackermann c7fa765b65
be sure to have a conversationId on handleMessageEvent() 4 years ago
Audric Ackermann df0b44db4c
Merge remote-tracking branch 'upstream/clearnet' into multi-device-v2 4 years ago
Audric Ackermann f41bf31515
fix tests 4 years ago
Audric Ackermann ea2c4437a3
cleanup models with unused events
also, sort message from DB and on redux by sent_at or received_at when
not a public group
4 years ago
Audric Ackermann 6edcb88788
remove resend as it does not make any sense with medium groups
and sendAnyway
4 years ago
Audric Ackermann 20cf5dbf10
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2 4 years ago
Audric Ackermann 5ec9722e00
autobind typescript class methods with autobind 4 years ago
Audric Ackermann b76ce0f2ff
update models to TS part2 4 years ago