Audric Ackermann
|
d839ff936d
|
chore: resolve compilation errors
|
1 year ago |
Audric Ackermann
|
6d81f5ff36
|
Merge remote-tracking branch 'yougotwill/userconfig_disappearingmessage' into closed-group-chunk2
|
1 year ago |
Audric Ackermann
|
ba513b29ca
|
fix: fallback when we have an invite state without who invited us
|
1 year ago |
Audric Ackermann
|
5b704ebdc7
|
fix: bug with updatelastmessage not resetting when no msgs
also make fix the DaS expires_at so destroyExpiredMessages finds it
|
1 year ago |
Audric Ackermann
|
98fd834367
|
fix: already read DaR messages start with right time left on receive
|
1 year ago |
Audric Ackermann
|
fd4aedb54b
|
fix: show date break if we don't have a previous message
|
1 year ago |
Audric Ackermann
|
543c80bbe3
|
fix: add most of new designs (own setting) for disappear v2 messages
|
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
|
315bc3ea70
|
fix: when promoted call loadAdminKeys
|
1 year ago |
Audric Ackermann
|
b259d18443
|
fix: add still broken promote handling with set_sig_keys
|
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
|
4cbc452f26
|
fix: avatar style for incoming messages in groups
had to refactor a fair bit, but well...
|
2 years ago |
Audric Ackermann
|
6e4052c4ab
|
fix: fix typo pushing new messages to redux store
|
2 years ago |
Audric Ackermann
|
16e7ee1cd6
|
feat: make groupv2 messages skip cache
also add group members change
|
2 years ago |
Audric Ackermann
|
8274712528
|
feat: add member status from wrapper when we are an admin
|
2 years ago |
Audric Ackermann
|
c7838952d7
|
fix: update redux mostRecentMessageid anytime a message changes/added
|
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
|
dbe94f2293
|
feat: added strings for groupv2 control message and components for them
|
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 |
William Grant
|
9fb67f20c2
|
refactor: moved getMessageExpirationProps
into useParamSelector since it is only called there
|
2 years ago |
William Grant
|
730641a14d
|
feat: added todo to section duck
we want to move it into a redux slice in future
|
2 years ago |
Audric Ackermann
|
84451399e3
|
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk1
|
2 years ago |
William Grant
|
1d7380a254
|
refactor: rename expirationLength
to expirationDurationMs
|
2 years ago |
Audric Ackermann
|
ae67215a7e
|
test: finished tests for userSyncJob
|
2 years ago |
William Grant
|
0212166fcc
|
feat: moved disappearing logic to a feature folder
only moved types and timerOptions so far
|
2 years ago |
William Grant
|
b471900a18
|
feat: move timer options out of redux
|
2 years ago |
William Grant
|
851eca36e3
|
feat: use custom hook useRightOverlayMode
|
2 years ago |
William Grant
|
d6cc4f9c75
|
feat: use custom hook useIsRightPanelShowing
in functional components
|
2 years ago |
Audric Ackermann
|
eb77c50fa9
|
chore: renamed GroupConfigurationJob to GroupSyncJob
|
2 years ago |
William Grant
|
ca7983caac
|
fix: align expire timers with the member avatars
in groups
|
2 years ago |
William Grant
|
fd73787192
|
feat: anyone in a group can change the setting
before the v2 release
|
2 years ago |
William Grant
|
029db2d73f
|
refactor: useselectedconversationexpirationtype to useselectedconversationdisappearingmode
|
2 years ago |
William Grant
|
250e3d0238
|
refactor: rename expirationType on convo to expirationMode
this means convo has expirationMode and messages have expirationType
|
2 years ago |
William Grant
|
cd2f51684d
|
refactor: disappearingmessageconversationtype to disappearingmessageconversationmodetype
|
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
|
cd17a08c2e
|
chore: lint
|
2 years ago |
Audric Ackermann
|
1a18054fae
|
feat: add bump of config hashes for groups when we have admin key
|
2 years ago |
Audric Ackermann
|
9191c3476d
|
feat: mark us as admin and others as invite pending
|
2 years ago |
Audric Ackermann
|
46e3675c45
|
feat: add function to redux to grab group detail outside of store
|
2 years ago |
William Grant
|
ad21d198cf
|
feat: outdated banner now shows specific messaging for synced messages
|
2 years ago |
Audric Ackermann
|
90f4dd761c
|
feat: add meta merge and update of name+members
|
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 |