Commit Graph

13398 Commits (95cd940948f671381217d217a386a94a0af19d1d)
 

Author SHA1 Message Date
Audric Ackermann 95cd940948 fix: make the UI more responsive to GroupInvite retries 11 months ago
Audric Ackermann d2af48f6fc fix: groupKeys needs to be sent first, so with an negative requestOrder 11 months ago
Audric Ackermann 102e05d924 fix: small padding inconsistency between TextNotification usage 11 months ago
Audric Ackermann d6cb399cf3 chore: matched designs better for the NoticeBanner 11 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 9b124d384e fix: featureFlag to show some buttons/toggle for QA of group chunk3 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
Audric Ackermann e42be002a6 feat: cleaned up accept/block/decline logic 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 176f125028 chore: working deps after merge 11 months ago
Audric Ackermann 6e137fe69f Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 12 months ago
Audric Ackermann 6f7e576604 feat: add notice banner for deprecating group and inviting users 12 months ago
Audric Ackermann 1796e82bcb fix: add handling of revoked namespace messages 12 months ago
Audric Ackermann 71436eacdf
Merge pull request #3093 from yougotwill/fix/no-ref/mac_arm64_local_building
Arm64 now builds locally from source
12 months ago
Audric Ackermann d591f15157 Merge remote-tracking branch 'origin/master' into unstable 12 months ago
Audric Ackermann d3cbe3d93d
Merge pull request #3099 from yougotwill/fix/no-ref/message_preview_status
fix: message preview status icon was shrinking due to text overflow
1 year ago
William Grant 12caf66cde fix: message preview status icon was shrinking due to text overflow
also added session icon improvements from onboarding branch
1 year ago
Audric Ackermann 009bc18903
Merge pull request #3094 from Aerilym/change_max_avatar_size
Change max avatar size to match other platforms
1 year ago
Audric Ackermann 6303288c3f
Merge pull request #3092 from yougotwill/fix/ses-1835/note_to_self_incoming
Note to Self messages from other devices should always be treated as outgoing
1 year ago
Ryan Miller c0bb39d4e3
fix: add filesize constant 1 year ago
Ryan Miller 2fb88cfba8
fix: change max avatar size to match other platforms 1 year ago
William Grant cd6f7f8189 fix: arm64 now builds locally
we still have an issue with building on ci
1 year ago
William Grant 74986eca04 fix: note to self messages from other devices should be outgoing 1 year ago
Audric Ackermann 5921251147
Merge pull request #3091 from oxen-io/clearnet
Session 1.12.3
1 year ago
Audric Ackermann 2d871ef0d9 chore: bump to Session 1.12.3 1 year ago
Audric Ackermann 4186c29fe1
Merge pull request #3090 from oxen-io/unstable
fix retrieve issue
1 year ago
Audric Ackermann 4eafe8c68c
Merge pull request #3080 from Bilb/fix-retrieve-snode-down
fix: randomly pick a snode to poll from until we build a better way with changes server side
1 year ago
Audric Ackermann 51c307af25 chore: fix PR reviews 1 year ago
Audric Ackermann faa24ce9a6 fix: lint 1 year ago
Audric Ackermann 42bea0264c fix: improve retrieve timeout to 10s
also:
- add comments about not adding the limit:256 on snode list fetch
- fix an issue when no audio are found when starting a webrtc call
1 year ago
Audric Ackermann 4589bde672 chore: moved more types to ReduxTypes.d.ts 1 year ago
Audric Ackermann fb99c3491c chore: remove calls to Storage from settings.tsx 1 year ago
Audric Ackermann 49ab04d2fd chore: move SessionSettingsCategory to .d.ts file
and remove the enum (instead use string union)
1 year ago
Audric Ackermann 7f7f0fe26c fix: clear swarms from snodes not in pool on full fetch 1 year ago
Audric Ackermann 48a245e13c
Merge pull request #3082 from Aerilym/chore/rename_fetch_functions
Rename fetch functions
1 year ago
Ryan Miller 87fb1701d4
chore: rename fetch functions 1 year ago
Audric Ackermann 52ebcfdbab fix: randomly pick a snode topollfrom until we build a better way 1 year ago
Audric Ackermann c681916eea
Merge pull request #3077 from oxen-io/clearnet
Session 1.12.2
1 year ago
Audric Ackermann ab971ab702
Merge pull request #3076 from oxen-io/unstable
Session 1.12.2
1 year ago
Audric Ackermann e58f88f1f0 chore: bump Session to 1.12.2 1 year ago
Audric Ackermann 99562a5073
Merge pull request #3075 from yougotwill/fix/ses-1734/link_device_fails
fix: recover an account with a new display name if linking fails
1 year ago
Audric Ackermann 1d71c00515
Merge pull request #3074 from Bilb/fix-focustrap-default-button
fix: focustrap when no buttons are mounted right away
1 year ago