Commit Graph

9882 Commits (515b83f6110426cad366a5df7b2ad187005e0d5a)
 

Author SHA1 Message Date
Audric Ackermann 8d45ea2742
do not unlock signin by linking if the displayName got is empty 4 years ago
Audric Ackermann 78257037bb
restoreFromSeed restores groups from first configMessage got 4 years ago
Audric Ackermann 0a8335b125
handle message while linking as if were already linked 4 years ago
Audric Ackermann 781567f0df
add a spinner while we upload new user avatar on EditProfile 4 years ago
Audric Ackermann 6fbe060973
move deleteAccount() to AccountManager 4 years ago
Audric Ackermann feb6d5a39a
register allconvos on ActionPanel start 4 years ago
Audric Ackermann 2ae259092f
fix propagation of WrongSwarmError in pollForAllKeys() 4 years ago
Audric Ackermann e930348684 handle Enter Key on the signin tab 4 years ago
Audric Ackermann c420bfcf74 only handle a single time the groups from a configurationMessage 4 years ago
Audric Ackermann 4478d0adea update delivery receipt on the leftpane when we get one 4 years ago
Audric Ackermann 2fab4f0940 Use sentAt as lastJoinedTimestamp when we get a new closed group
This is to make sure we do not drop group updates between the message
adding us and now().
We only have to drop messages before we were added to the group, which
is the sent timestamp
4 years ago
Audric Ackermann a04bc0d225 center notification icon on settings and make label clickable 4 years ago
Audric Ackermann 533b95c827 fix updateMessage being always at the end of the messagesList
this was because we were using Date.now() always rather than using the
envelope timestamp to save the update
4 years ago
Audric Ackermann db167eaf1b fix a bug preventing our avatar to be updated on restore from seed
this was due to the fact that the redux was not ready when our
conversation is created. so the events were not linked
4 years ago
Audric Ackermann 7e83aa3baa
Merge pull request #1527 from oxen-io/clearnet
Session v1.4.11
4 years ago
Audric Ackermann 05e9c936ff speed up loading of messages by not notify on every new message 4 years ago
Audric Ackermann f6e3b354d0 join openGroup => allow only one at a time for each channel/server 4 years ago
Audric Ackermann 8c87935378 include deb link packages info on Readme 4 years ago
Audric Ackermann c1a4e011a7
Merge pull request #1526 from Bilb/bump-version
bump to v1.4.11
4 years ago
Audric Ackermann 7b894b1a90 bump to v1.4.11 4 years ago
Audric Ackermann c656dd25cf move configMessage handling to a another file 4 years ago
Audric Ackermann 6a998111c7 add a qrcode to scan mnemonic/seed in dialog 4 years ago
Audric Ackermann f47752738c
Merge pull request #1525 from Bilb/fix-sync-1-to-1
fix building of sync message from 1-to-1 convo
4 years ago
Audric Ackermann 853222d25b Do not sync configurationMessage on app load if restored from seed 4 years ago
Audric Ackermann b8a17bcd94 do not include lokiProfile on sync Message => we use ConfigMessage now 4 years ago
Audric Ackermann e052a6743a fix building of sync message from 1-to-1 convo 4 years ago
Audric Ackermann 9586c3a06a add linking of a device to the Registration logic 4 years ago
Audric Ackermann 305ece1c7c update our profile on incoming configMessage sent after our last update 4 years ago
Audric Ackermann e6cf28cb2a prettier on pre-commit 4 years ago
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 9859f6f12f
Merge pull request #1519 from oxen-io/clearnet
Fix the bug where if we leave and get added back, we get removed again
4 years ago
Audric Ackermann 8e180890ea
Merge pull request #1518 from Bilb/fix-left-readded-bug
Fix the bug where if we leave and get added back, we get removed again
4 years ago
Audric Ackermann 641f9ee368
Fix the bug where if we leave and get added back, we get removed again 4 years ago
Audric Ackermann 4df8a1a676
Merge pull request #1516 from oxen-io/clearnet
Session v1.4.10
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