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
40d3ddb244
fix: cleaned up pending removal job with tech design
10 months ago
Audric Ackermann
9963287193
fix: a few issues with group invite job/refresh state
10 months ago
Audric Ackermann
95cd940948
fix: make the UI more responsive to GroupInvite retries
10 months ago
Audric Ackermann
d2af48f6fc
fix: groupKeys needs to be sent first, so with an negative requestOrder
10 months ago
Audric Ackermann
102e05d924
fix: small padding inconsistency between TextNotification usage
10 months ago
Audric Ackermann
d6cb399cf3
chore: matched designs better for the NoticeBanner
10 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
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
12 months ago
Audric Ackermann
1796e82bcb
fix: add handling of revoked namespace messages
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
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
74986eca04
fix: note to self messages from other devices should be outgoing
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
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
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
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
ab718c2343
Merge pull request #3071 from Bilb/fix-password-window-crash
...
Fix password window crash
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
William Grant
76e5260285
fix: set min height and width for unread acount for scroll button
...
single digits rendered weirdly
1 year ago
William Grant
a139299cd1
fix: review feedback
...
use isClosedGroup, update comment
1 year ago