Commit Graph

839 Commits (3ab94a7e0080ee0b51ffbb48249d9a926ea38100)

Author SHA1 Message Date
Audric Ackermann 1f0510546f
chore: fix typo and update session foundation contact 5 months ago
Audric Ackermann 3087604c1a
fix: address most PR reviews 5 months ago
Audric Ackermann 8e2741349d
chore: lint 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 02093fdfbf
fix: legacy groups are kind of working again
at least as much as they ever did
6 months ago
Audric Ackermann 038e08ed3d
fix: unrevoke on resend invite 6 months ago
Audric Ackermann eff4d13b9a
fix: unapproved contact inving to kicked group moves it to msg requests 6 months ago
Audric Ackermann c1fd66d4e9
fix: break down index files to avoid circular deps 6 months ago
Audric Ackermann 745a20d1bc
fix: fetched latest strings. app starts 6 months ago
Audric Ackermann e5724da28c
chore: fixed a bunch of compilation errors after merge
commit before fetching latest strings from crowdin
6 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 6 months ago
Audric Ackermann 74aa448631
chore: commit before merge unstable 7 months ago
Audric Ackermann 25cf11f86a feat: call setName/setNameTruncated depending on usecase for nts 8 months ago
Audric Ackermann b80eb53d31 fix: group control messages issues since strings
SES-2666
8 months ago
Audric Ackermann dd2e9a1c1f fix: use latestenvelopetimestamp of userprofile conf for nts message 9 months ago
Audric Ackermann 1998f5f6cc fix: postpone first sync after start 9 months ago
yougotwill 6b627254c0 fix: use a constant for the fallback timestamp 9 months ago
yougotwill 2b448dc596 fix: if a group is missing a joinedAt value we use fallback value
so we can poll for it and display it in the convo list
9 months ago
yougotwill 29d4f8497c fix: restoring groups should use the libsession joined at timestamp
and then update using the active_at value as we read messages
9 months ago
yougotwill 39d8ad11e5 fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
9 months ago
Audric Ackermann 4d7a0e7a04 fix: add name property to GroupPromoteMessage 10 months ago
Audric Ackermann 79aca9c231 fix: open url confirm is Primary color and not destructive
also delete all messages when reinvited to a group we were kicked from
10 months ago
Audric Ackermann aa6d39c270 fix: delete member + content from the admin side 10 months ago
Audric Ackermann a8c674c07a feat: use details from GROUP_MEMBERS when we don't know him 10 months ago
Audric Ackermann c4e9aab66c fix: remove invite/promote to group message once processed 10 months ago
Audric Ackermann 2bed606651 fix: update group name in usergroup when getting kicked 10 months ago
Audric Ackermann 9963287193 fix: a few issues with group invite job/refresh state 10 months ago
Audric Ackermann 8ce2bf6d2a Merge remote-tracking branch 'origin/clearnet' into unstable 10 months ago
Audric Ackermann 2988420e50 chore: fix lint 10 months ago
Audric Ackermann 534cebf5c4 fix: bump libsession and remove manual unwrapping/wrapping of push() 10 months ago
Audric Ackermann cd122c7252 fix: make pushChangesToGroupSwarm take an extraStoreRequest 11 months ago
Audric Ackermann 7826dff0f7 fix: use values from db and not libsession when inserting into wrappers
this is just another reason to get rid of the duplication between the DB
and libsession. We should be able to trust what we get from libsession,
but currently we have to trust that we update the DB with what we get
from libsession.
11 months ago
Audric Ackermann 8ce5f6f429 fix: don't drop groupUpdateMessages from a blocked user
because we still need to process some things even if he is blocked
(getting promoted, etc).
If the message needs to be dropped, we should not have that group at
all, so that message will be dropped nevertheless
11 months ago
Audric Ackermann 1aa9091026 feat: call swarm_verify_subaccount when receiving an invite 11 months ago
William Grant 685469438d Merge branch 'unstable' into feat/ses-50/onboarding
improved global window types for persistStore and inboxStore, we now await the persist store purge in deleteDbLocally
11 months ago
Audric Ackermann 9d9844aeb4 feat: make group v2 control messages disappear 11 months ago
Audric Ackermann 0a3d71fe03 feat: delete msg on swarm when admin receives member request 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 11 months ago
Audric Ackermann 1796e82bcb fix: add handling of revoked namespace messages 12 months ago
William Grant 74986eca04 fix: note to self messages from other devices should be outgoing 1 year ago
William Grant 1e40f1b608 fix: cleanup 1 year ago
William Grant 76b7c2192f feat: depracate getLastProfileUpdateTimestamp
since new user config has been on for a few months
1 year ago
Audric Ackermann 3b8fd82d17 feat: add multiencrypt/decrypt unit test 1 year ago
Audric Ackermann 626e2a368c fix: unsend in group: only apply change for msg sent before sig_ts 1 year ago
William Grant 6a2af3e088 feat: added free function to libsession wrappers
almost processing the dump correctly
1 year ago
Audric Ackermann d4f3c7fdc1 feat: add ability to unsend messages in groupv2 1 year ago
William Grant a3262d7af9 feat: attempting to fetch the display name separate from the usual pipeline 1 year ago
Audric Ackermann 05215d8c61 fix: drop incoming msg if deleteBefore says so 1 year ago