Commit Graph

9636 Commits (5d6d81b9ef34acde905c51806531812699926937)
 

Author SHA1 Message Date
Audric Ackermann 5d6d81b9ef Move accountManager to typescript 4 years ago
Audric Ackermann fe684088de
set the lastProfileUpdateTimestamp when user edits its profile 4 years ago
Audric Ackermann 0a539c79ce
on signup/register, set last_profile_update_timestamp to now() 4 years ago
Audric Ackermann b6ff4dc186
always share profileKey if it is set 4 years ago
Audric Ackermann 619a894b52
fix up Signup 4 years ago
Audric Ackermann 683fa84970
remove Nickname dialog for now 4 years ago
Audric Ackermann 43e2ca00ff
do not sync profileKey on sync => only on ConfigurationMessage 4 years ago
Audric Ackermann fc24df00fb
always share our profileKey on outgoing messages 4 years ago
Audric Ackermann 01085244bd
split up registration signup tab logic to sub components 4 years ago
Audric Ackermann c55f204440
Merge branch 'clearnet' into restore-handle-configuration 4 years ago
Audric Ackermann 6aa3e5b7bc
Merge pull request #1517 from Bilb/include-user-details-config-message
do not send expire timer to member added on closed group
4 years ago
Audric Ackermann 08c41004a2
do not send expire timer to member added on closed group 4 years ago
Audric Ackermann 15c9395a55
Merge pull request #1515 from Bilb/include-user-details-config-message
Include user details & contacts in config message
4 years ago
Audric Ackermann 215cffdd75
address reviews 4 years ago
Audric Ackermann e0c2cf8e9a
Force configuration message on avatar or display name update 4 years ago
Audric Ackermann 92901d9462
bump to v1.4.10 4 years ago
Audric Ackermann 1a405fdf43
do not notify PN server when we sync a message to our device 4 years ago
Audric Ackermann 3f59ce1692
fix updates of message on message syncing 4 years ago
Audric Ackermann a61f5e6814
add contacts to ConfigurationMessage 4 years ago
Audric Ackermann 0a82bf98fa
Add displayName and avatar pointer to ConfigurationMessage 4 years ago
Audric Ackermann e466062f15 WIP 4 years ago
Audric Ackermann 99cc5b448a remove unused qrcode.js 4 years ago
Audric Ackermann c81e7b4547 remove two unused files 4 years ago
Audric Ackermann 08004ad7b8 WIP 4 years ago
Audric Ackermann 1fc672da28 adress review 4 years ago
Audric Ackermann 4f7cb04552 remove completely SignalProtocolStore 4 years ago
Audric Ackermann 4d6fcda668 fix typo SessionLastSeedIndicator => SessionLastSeenIndicator 4 years ago
Audric Ackermann d5c4108ed6 fix tests 4 years ago
Audric Ackermann 31e2341978 update last message on message delete
otherwise, we might still see the last message on the leftpane if the
message removed was the last one
4 years ago
Audric Ackermann 6ed4511c21 be sure to hide emjipanel when sending a message 4 years ago
Audric Ackermann ca22b4635f fixup some building of sync message issues 4 years ago
Audric Ackermann e92632285b init messageQueue in the ActionsPanel
This is to unsure that unsent messages in the pipeline are added to the
pipeline right when we start the app again
4 years ago
Audric Ackermann 58cc6551e5 fix updates of message on message syncing 4 years ago
Audric Ackermann 5ab3680903 make OnionPath a singleton and build path on app Start only 4 years ago
Audric Ackermann 7a3a12ccdc Merge branch 'clearnet' into move-models-to-ts-2 4 years ago
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 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