Commit Graph

510 Commits (fc24df00fb4c232ae7a443f29e677bde1fc1f383)

Author SHA1 Message Date
Audric Ackermann fc24df00fb
always share our profileKey on outgoing messages 5 years ago
Audric Ackermann 01085244bd
split up registration signup tab logic to sub components 5 years ago
Audric Ackermann c55f204440
Merge branch 'clearnet' into restore-handle-configuration 5 years ago
Audric Ackermann 08c41004a2
do not send expire timer to member added on closed group 5 years ago
Audric Ackermann 215cffdd75
address reviews 5 years ago
Audric Ackermann e0c2cf8e9a
Force configuration message on avatar or display name update 5 years ago
Audric Ackermann 3f59ce1692
fix updates of message on message syncing 5 years ago
Audric Ackermann a61f5e6814
add contacts to ConfigurationMessage 5 years ago
Audric Ackermann 0a82bf98fa
Add displayName and avatar pointer to ConfigurationMessage 5 years ago
Audric Ackermann e466062f15 WIP 5 years ago
Audric Ackermann ca22b4635f fixup some building of sync message issues 5 years ago
Audric Ackermann 58cc6551e5 fix updates of message on message syncing 5 years ago
Audric Ackermann 5ab3680903 make OnionPath a singleton and build path on app Start only 5 years ago
Audric Ackermann 7a3a12ccdc Merge branch 'clearnet' into move-models-to-ts-2 5 years ago
Audric Ackermann 8716fbf495 improve sent message handling by setting the correct convoId at start 5 years ago
Audric Ackermann 8a800cf58c move the logic of handling when a message is sent to MessageSentHandler 5 years ago
Audric Ackermann 25e03eba35 fix lint 5 years ago
Audric Ackermann 3ee0ccfac8 remove the forceSave logic for a message, always insert or replace 5 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
5 years ago
Audric Ackermann 3f43ae48ad WIP 5 years ago
Audric Ackermann 370158951a move events from MessageQueue to MessageSentHandler 5 years ago
Audric Ackermann a34720501c update avatar on convo only if DL+decrypt is OK 5 years ago
Audric Ackermann 8ea9f02cec Move data.js to data.ts 5 years ago
Audric Ackermann 7b81c4213a
Merge clearnet 5 years ago
Audric Ackermann 0c1343cad5
add a way to share currently distributing keypair to added members 5 years ago
Audric Ackermann 78e7255cb8
send the keypair to added members if we are admin
and remove request encryption keypair handling
5 years ago
Audric Ackermann ebf9714e49
remove MessageQueueInterface 5 years ago
Audric Ackermann 2d7515cf0b
Merge branch 'clearnet' into move-models-to-ts-2 5 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
5 years ago
Audric Ackermann 375c5ba1a8 add the request and reply of an encryptionKeyPair if needed 5 years ago
Audric Ackermann ed84760f0e
add a tslint rule to forbid use of async without await 5 years ago
Audric Ackermann 36fab86d30
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2 5 years ago
Audric Ackermann df0b44db4c
Merge remote-tracking branch 'upstream/clearnet' into multi-device-v2 5 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
5 years ago
Audric Ackermann 20cf5dbf10
Merge remote-tracking branch 'upstream/clearnet' into move-models-to-ts-2 5 years ago
Audric Ackermann b76ce0f2ff
update models to TS part2 5 years ago
Audric Ackermann 65ed81e980
enable explicit group updates on the sending side 5 years ago
Audric Ackermann 5a7c8ffa35
fix previews sent on next message if they are resolved too late 5 years ago
Audric Ackermann 89ea946b3f
disable sending of explicit group updates for now - only receiving is ON 5 years ago
Audric Ackermann 267a3e6bf6
disable closedgroup update groups for now 5 years ago
Audric Ackermann ebd94ce15c
fix order of added new group in leftPane 5 years ago
Audric Ackermann 3b3378a2ee
finish explicit group updates 5 years ago
Audric Ackermann 7054385d4a
remove body pending loading of message > 2000.
Also remove the limit when sending text messages
5 years ago
Audric Ackermann a51f95d28c
move models to TS part1 5 years ago
Audric Ackermann aede96b69b
enable explicit group updates on the sending side 5 years ago
Audric Ackermann b88ea110e8
Add multi device v2 support 5 years ago
Audric Ackermann 64737a89d7
add ConfigurationMessage 5 years ago
Audric Ackermann fb9f615a11
Merge remote-tracking branch 'upstream/clearnet' into fix-explicit-updates-not-yet-sending 5 years ago
Audric Ackermann 859cbfbe36
Merge pull request #1466 from Bilb/fix-link-previews
fix previews sent on next message if they are resolved too late
5 years ago
Audric Ackermann ab8aa0d982
disable sending of explicit group updates for now - only receiving is ON 5 years ago