Audric Ackermann
|
315bc3ea70
|
fix: when promoted call loadAdminKeys
|
1 year ago |
Audric Ackermann
|
f4fc803b07
|
fix: hide composition box when canWrite is false
|
1 year ago |
Audric Ackermann
|
b259d18443
|
fix: add still broken promote handling with set_sig_keys
|
1 year ago |
Audric Ackermann
|
bbb376fc2a
|
fix: mark SharedConfigMessage as reserved
|
1 year ago |
Audric Ackermann
|
08c5f76a15
|
fix: store envelopetimestamp in cache, and make sure we use network one
everywhere
|
1 year ago |
Audric Ackermann
|
93d87d82ae
|
chore: renamed getnowwithnetworkoffset to now()
|
1 year ago |
Audric Ackermann
|
9595f09085
|
fix: add setadmin on promote accepts
also sign/verify group update messages
|
1 year ago |
Audric Ackermann
|
16e7ee1cd6
|
feat: make groupv2 messages skip cache
also add group members change
|
1 year ago |
Audric Ackermann
|
5adfe2e52b
|
feat: add revoke/unrevoke subrequests
unused currently
|
2 years ago |
Audric Ackermann
|
f9502b4bbe
|
fix: remove titles from toasts
as they have been removed from the guideline
|
2 years ago |
Audric Ackermann
|
8274712528
|
feat: add member status from wrapper when we are an admin
|
2 years ago |
Audric Ackermann
|
1dbcd157a0
|
feat: add invite failed toast debounced
also make the toast replace pubkeys with nicknames/names or shortened
pks
|
2 years ago |
Audric Ackermann
|
f17beaf852
|
feat: add GroupInviteJob
|
2 years ago |
Audric Ackermann
|
b8876ebbfe
|
feat: add subaccount auth
|
2 years ago |
Audric Ackermann
|
d7608c42b6
|
feat: add building and sending of invite messages
|
2 years ago |
Audric Ackermann
|
6ed74c9807
|
feat: move profile details of group invite to use the one in dataMsg
|
2 years ago |
Audric Ackermann
|
e2801915ef
|
chore: cleaned up window.d.ts
|
2 years ago |
Audric Ackermann
|
dbe94f2293
|
feat: added strings for groupv2 control message and components for them
|
2 years ago |
Audric Ackermann
|
c9b2d69a73
|
fix: remove all of the ConfiguratioMessage (legacy) logic
|
2 years ago |
Audric Ackermann
|
0fbb0cc852
|
chore: merge ReceiptMessage and readReceiptMessage into one
|
2 years ago |
Audric Ackermann
|
df3a188074
|
fix: address PR reviews
|
2 years ago |
Audric Ackermann
|
ed16e9b500
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk1
|
2 years ago |
Audric Ackermann
|
28d99a0f52
|
chore: lint
|
2 years ago |
Audric Ackermann
|
67f569e9e3
|
Merge pull request #2917 from RubenGarcia/RenameMultipleAttachments
Rename multiple attachments
|
2 years ago |
Ruben Garcia
|
916babb9d0
|
fix: requested changes by Bilb
|
2 years ago |
Audric Ackermann
|
0b4f9b2c97
|
chore: rename useSelectedisNoteToSelf to useSelectedIsNoteToSelf
|
2 years ago |
Audric Ackermann
|
b0e38670ab
|
chore: rename all groupv3 to groupv2
|
2 years ago |
Audric Ackermann
|
84451399e3
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk1
|
2 years ago |
Audric Ackermann
|
2ee4cad33e
|
chore: move mocha config to .mocharc.yml to package.json is cleaner
|
2 years ago |
Audric Ackermann
|
ae67215a7e
|
test: finished tests for userSyncJob
|
2 years ago |
Audric Ackermann
|
9492fdc51e
|
fix: first working test ios to desktop
still have some tests to fix
|
2 years ago |
Audric Ackermann
|
ceffa1e13b
|
test: add tests for pendingchangesforus
|
2 years ago |
Audric Ackermann
|
d134da3421
|
chore: renamed ConfigurationSyncJob to UserSyncJob
|
2 years ago |
Audric Ackermann
|
eb77c50fa9
|
chore: renamed GroupConfigurationJob to GroupSyncJob
|
2 years ago |
Audric Ackermann
|
c14276200e
|
chore: merged what can be between user and group sync job
|
2 years ago |
Audric Ackermann
|
d9300e67a0
|
fix: remove the whole kind logic and use namespace instead
this is because session doesn't care about the config it receives
anymore and just forwards them to libsession
|
2 years ago |
Audric Ackermann
|
0ef2df801e
|
test: speedup onion tests by stubbing retries timeout
|
2 years ago |
Audric Ackermann
|
51205424d6
|
test: add tests for GroupSyncJob
|
2 years ago |
Audric Ackermann
|
6b3adff972
|
test: added a (still broken) test for key conflicts
|
2 years ago |
Audric Ackermann
|
e24ec9e1a8
|
test: added tests for metagroup members wrapper
|
2 years ago |
Audric Ackermann
|
cf44ea1da1
|
test: added tests for group info get/set
|
2 years ago |
Audric Ackermann
|
9cf5d4d7c5
|
test: add unit tests for encrypting/decryption groups messages
|
2 years ago |
Audric Ackermann
|
7c16ce9da4
|
fix: do not try to store contacts not matching pubkey regex in wrapper
also remove existing convo with spaces and 05 on start
|
2 years ago |
Audric Ackermann
|
cc7e6f03db
|
test: add tests for swarmPolling of new groups 03
|
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
|
e8e0e19b40
|
chore: added tests for SnodeSignatures calls
|
2 years ago |
Audric Ackermann
|
820103b340
|
chore: refactor snodesignature input args type
before testing
|
2 years ago |
Audric Ackermann
|
1dc5224c26
|
test: added unit tests for pubkeys constructor checks
|
2 years ago |
Audric Ackermann
|
e220aeea91
|
feat: add working encrypt/decrypt for 03 group with libsession
|
2 years ago |