Audric Ackermann
c150fc6bb3
bump to v1.4.9
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
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
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
9f48587cbd
Merge pull request #1494 from Bilb/enable-explicit-group-updates-sending
...
Enable explicit group updates sending
4 years ago
Audric Ackermann
aede96b69b
enable explicit group updates on the sending side
4 years ago
Audric Ackermann
b88ea110e8
Add multi device v2 support
4 years ago
Audric Ackermann
9400ec9e1c
Merge pull request #1478 from Bilb/fix-es-419-moment-locale
...
fallback to es for moment when given locale is es-419
4 years ago
Audric Ackermann
682a4c790b
Merge pull request #1481 from Bilb/fix-closed-group-max-size
...
fix max size of closed group back to 100
4 years ago
Audric Ackermann
812fac4020
fix max size of closed group back to 100
4 years ago
Audric Ackermann
64737a89d7
add ConfigurationMessage
4 years ago
Audric Ackermann
5c1cd7467b
fallback to es for moment when given locale is es-419
4 years ago
Audric Ackermann
70f56810b3
Revert "bump to v1.4.9"
...
This reverts commit 258a7b83e8
.
4 years ago
Audric Ackermann
ce3b6218d2
Merge pull request #1473 from Bilb/force-ubuntu-18.04
...
force ubuntu 18.04 for workflows (issue with glibc being too recent)
4 years ago
Audric Ackermann
f1222f4b3e
Merge pull request #1470 from Bilb/fix-registration-buttons
...
fix registration continue your session button not shown for recovery
4 years ago
Audric Ackermann
258a7b83e8
bump to v1.4.9
4 years ago
Audric Ackermann
8127691276
force ubuntu-18.04 for github actions
...
building on ubuntu 20.04 was causing issue with a too recent glibc for
some users dependent on ubuntu 18.04 or similar (elementary OS)
The issue arise as github action ubuntu-latest was upgraded recently too
ubuntu 20.04.
This fix forces the app to be built on ubuntu 18.04
Relates #1471
4 years ago
Audric Ackermann
83c852ca60
fix registration continue your session button not shown for recovery
4 years ago
Audric Ackermann
5159761059
Bump to v1.4.8
4 years ago
Audric Ackermann
0549d09b71
Merge pull request #1468 from Bilb/fix-explicit-updates-not-yet-sending
...
disable sending of explicit group updates for now - only receiving is ON
4 years ago
Audric Ackermann
d60e34017a
allow back to leave an open group
4 years ago
Audric Ackermann
fb9f615a11
Merge remote-tracking branch 'upstream/clearnet' into fix-explicit-updates-not-yet-sending
4 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
4 years ago
Audric Ackermann
e34ffb89fc
Merge pull request #1467 from Bilb/fix-delete-group-menu-left
...
Be sure to show a right click menu to delete a closed group when we already left it
4 years ago
Audric Ackermann
446a1ecefb
show Delete conversation menu when we got removed from the group too
4 years ago
Audric Ackermann
ab8aa0d982
disable sending of explicit group updates for now - only receiving is ON
4 years ago
Audric Ackermann
2462e12a04
Merge pull request #1461 from Bilb/explicit-group-updates
...
Explicit group updates
4 years ago
Audric Ackermann
f179694439
remove unused worker
4 years ago
Audric Ackermann
6ed5f505c3
be able to remove a closed group once we left it already
4 years ago
Audric Ackermann
cdd6fb61eb
fix previews sent on next message if they are resolved too late
4 years ago
Audric Ackermann
7048f81214
disable closedgroup update groups for now
4 years ago
Audric Ackermann
c06f710b3b
fix order of added new group in leftPane
4 years ago
Audric Ackermann
334da0a169
finish explicit group updates
4 years ago
Audric Ackermann
82a7ed73df
trigger new message onError while handling a request
4 years ago
Audric Ackermann
46fdebe3d7
Merge pull request #1459 from Bilb/improve-open-group-loading-speed
...
Improve open group loading speed
4 years ago
Audric Ackermann
0e25ab2874
WIP
4 years ago