Commit Graph

854 Commits (a314b461056488a61aad2be2d45349b51f32bda4)

Author SHA1 Message Date
Audric Ackermann 5cda9ad0f3
fix: we need to apply invitePending state when creating group
from the user config
3 months ago
Audric Ackermann a56cd3c577
fix: auto retry forever to push group notification msgs 3 months ago
Audric Ackermann 82ec3414b5
fix: override local 03 group priority with what we get from merge 4 months ago
Audric Ackermann 5fd5db5a2d
chore: bring back the screenshot notification handling
as it is not removed from all platforms yet
4 months ago
Audric Ackermann 35c77accac
chore: cleanup call notification message selectors 4 months ago
Audric Ackermann 7570bc6ba7
chore: cleanup data extraction notification 4 months ago
Audric Ackermann c90b84ca92
fix: decline msg group request syncs correctly 4 months ago
Audric Ackermann 97da52113a
fix: track hashes for disappearing message timer changes too 4 months ago
Audric Ackermann 6ae0e3aac9
fix: reset lasthash on promotion 4 months ago
Audric Ackermann 2b26c65f5f
fix: declining convo mark it as hidden 4 months ago
Audric Ackermann ae08af1ae0
fix: groups without joined_at are moved to bottom of convolist 5 months ago
Audric Ackermann 7f1dab1836
fix: make UserSyncJob a periodic task 5 months ago
Audric Ackermann b1b557581b
feat: move back conversation request buttons to the bottom
because we can
5 months ago
Audric Ackermann fa98d0397a
fix: make sure joined_at is in seconds before saving 5 months ago
Audric Ackermann 315b4b4e4c
fix: add a way to empty all seenHashes & lastHashes for a pukbey 5 months ago
Audric Ackermann 1f0510546f
chore: fix typo and update session foundation contact 6 months ago
Audric Ackermann 3087604c1a
fix: address most PR reviews 6 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 7 months ago
Audric Ackermann eff4d13b9a
fix: unapproved contact inving to kicked group moves it to msg requests 7 months ago
Audric Ackermann c1fd66d4e9
fix: break down index files to avoid circular deps 7 months ago
Audric Ackermann 745a20d1bc
fix: fetched latest strings. app starts 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
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
10 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 11 months ago
Audric Ackermann 2988420e50 chore: fix lint 11 months ago
Audric Ackermann 534cebf5c4 fix: bump libsession and remove manual unwrapping/wrapping of push() 11 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