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
11 months ago
Audric Ackermann
6f7e576604
feat: add notice banner for deprecating group and inviting users
11 months ago
Audric Ackermann
1796e82bcb
fix: add handling of revoked namespace messages
11 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
12 months ago
William Grant
12caf66cde
fix: message preview status icon was shrinking due to text overflow
...
also added session icon improvements from onboarding branch
12 months ago
Audric Ackermann
009bc18903
Merge pull request #3094 from Aerilym/change_max_avatar_size
...
Change max avatar size to match other platforms
12 months 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
12 months ago
Ryan Miller
c0bb39d4e3
fix: add filesize constant
12 months 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
Audric Ackermann
b887850388
chore: disable animations when running in integrationTests
1 year ago
William Grant
2265c59dcc
fix: recover an account with a new display name if linking fails
...
added stop function to swarm polling
1 year ago
Audric Ackermann
63fa2538fc
chore: fix integration tests
1 year ago
Audric Ackermann
53aeb63894
fix: focustrap activates on mount to prevent throw
1 year ago
Audric Ackermann
85c247eaf0
fix: focustrap when no buttons are mounted right away
1 year ago
Audric Ackermann
7329920837
Merge pull request #3073 from oxen-io/clearnet
...
Fix password window crash and add min-width to the unread counter
1 year ago
Audric Ackermann
97ef4b6436
Merge pull request #3072 from oxen-io/unstable
...
Fix password window crash and add min-width to the unread counter
1 year ago
Audric Ackermann
ab718c2343
Merge pull request #3071 from Bilb/fix-password-window-crash
...
Fix password window crash
1 year ago
Audric Ackermann
24c034d305
Merge pull request #3070 from yougotwill/fix/ses-1603/min_width_height
...
fix: set min height and width for unread acount for scroll button
1 year ago
Audric Ackermann
7f1e3ed8d8
feat: remove custom icon for toasts as only used once
1 year ago
Audric Ackermann
f304a5239f
fix: app start password window crash
1 year ago