Audric Ackermann
7f1dab1836
fix: make UserSyncJob a periodic task
5 months ago
Audric Ackermann
3ee69437b0
fix: split view with a few messages appeared sticky at the top
5 months ago
Audric Ackermann
1957b3ece3
fix: do not remove link previews as part of the "clear all attachments"
5 months ago
Audric Ackermann
315b4b4e4c
fix: add a way to empty all seenHashes & lastHashes for a pukbey
5 months ago
Audric Ackermann
53cdcfbe35
chore: address PR reviews
5 months ago
Audric Ackermann
b129c409a7
fix: allow to abort a request globally when a request takes too long
5 months ago
Audric Ackermann
64a3360def
fix: use nickname for group update messages if available
5 months ago
Audric Ackermann
cf899ee18c
fix: add group members sorting
...
not good but hopefully we won't have to keep for too long
6 months ago
Audric Ackermann
db22094898
fix: delete messages for groups by admin are marked as deleted
6 months ago
Audric Ackermann
4c4806df47
chore: latest crowdin fetch
6 months ago
Audric Ackermann
0dd0869348
fix: add interactionNotification when we fail to leave 03 group
7 months ago
Audric Ackermann
c1fd66d4e9
fix: break down index files to avoid circular deps
7 months ago
Audric Ackermann
e5724da28c
chore: fixed a bunch of compilation errors after merge
...
commit before fetching latest strings from crowdin
7 months ago
Audric Ackermann
7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3
7 months ago
Audric Ackermann
74aa448631
chore: commit before merge unstable
8 months ago
yougotwill
39d8ad11e5
fix: a whole bunch of circular depdencies
...
for various convo duck, convo interactions, convo model and opengroup types
10 months ago
Audric Ackermann
2bed606651
fix: update group name in usergroup when getting kicked
10 months ago
Audric Ackermann
40d3ddb244
fix: cleaned up pending removal job with tech design
10 months ago
Audric Ackermann
a9122be2f1
fix: clean up sending pipeline with a single array of requests
11 months ago
Audric Ackermann
59a4048323
fix: cleaned up SnodeRequestTypes and made sup_keys a single item
11 months ago
Audric Ackermann
a49a65c92b
chore: cleaned up the batch sender
11 months ago
Audric Ackermann
816f29d682
chore: moved outgoing message wrapper functions to MessagWrapper.ts
11 months ago
Audric Ackermann
cd122c7252
fix: make pushChangesToGroupSwarm take an extraStoreRequest
11 months ago
Audric Ackermann
9d9844aeb4
feat: make group v2 control messages disappear
11 months ago
Audric Ackermann
2ec6c7f29c
feat: handle isDestroyed flag + "you were removed from XXX"
11 months ago
Audric Ackermann
6e137fe69f
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3
12 months ago
Audric Ackermann
1796e82bcb
fix: add handling of revoked namespace messages
12 months ago
Audric Ackermann
0a4e3041de
fix: leave group v2 as only admin mark it as deleted and pushes to swarm
...
before removing the wrapper data
1 year ago
Audric Ackermann
2371dba5ee
Merge branch 'unstable' into closed-group-chunk2
1 year ago
Audric Ackermann
571d593c38
fix: fix small ui issues after merge of multiple PRs
1 year ago
Audric Ackermann
24887dd05b
Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage
1 year ago
Audric Ackermann
77a62e82e7
fix: add avatar change message handling
...
still needs to be able to send one, but that's chunk3
1 year ago
Audric Ackermann
6d81f5ff36
Merge remote-tracking branch 'yougotwill/userconfig_disappearingmessage' into closed-group-chunk2
1 year ago
Audric Ackermann
f6cd12d599
fix: use at least 2 hashes for the update_expiries too
...
until the storage server release is live we need this workaround
1 year ago
Audric Ackermann
744283fc56
fix: changed some message control to not expire
...
still some to discuss with the team
1 year ago
Audric Ackermann
ad9fa6dbee
chore: remove lastChangetimestmap and add explciit expiretype and type
...
on the messages creation
1 year ago
Audric Ackermann
e5c76d3b70
feat: group message requests kind of working
...
still need to have them visible in the msg request only
1 year ago
Audric Ackermann
08c5f76a15
fix: store envelopetimestamp in cache, and make sure we use network one
...
everywhere
2 years ago
Audric Ackermann
93d87d82ae
chore: renamed getnowwithnetworkoffset to now()
2 years ago
Audric Ackermann
16e7ee1cd6
feat: make groupv2 messages skip cache
...
also add group members change
2 years ago
Audric Ackermann
b0e38670ab
chore: rename all groupv3 to groupv2
2 years ago
Audric Ackermann
d134da3421
chore: renamed ConfigurationSyncJob to UserSyncJob
2 years ago
Audric Ackermann
e69c5c4b35
chore: fixed unit tests
2 years ago
Audric Ackermann
d12071f3c8
chore: big rename of convocontroller to convohub
2 years ago
Audric Ackermann
b53264593b
feat: preload name of group from usergroup wrapper
...
until we get the groupinfo name from polling
2 years ago
Audric Ackermann
1a18054fae
feat: add bump of config hashes for groups when we have admin key
2 years ago
Audric Ackermann
197383a52f
feat: move some the convomodel.get attributes to functions
...
this is because we need to be able to override what is returned by what
is in the redux lib slice if needed (libsession data overrides what is
in the DB for groupv3)
2 years ago
Audric Ackermann
46e3675c45
feat: add function to redux to grab group detail outside of store
2 years ago
Audric Ackermann
08164f2fd0
feat: add sending and receiving of libsession encrypted msgs
...
still a wip though
2 years ago
Audric Ackermann
d89ff59560
feat: store info+members+keys on right namespaces for groups
...
make the signature work with the admin key, fetching it from the
usergroups wrapper
2 years ago