Audric Ackermann
|
911d3883f4
|
fix: sneaky double showError remove + lint
|
3 months ago |
wafflesvsfrankie
|
e2ae0e3ab3
|
fix: fixed a bunch of nice to have strings and updated the styling on message request banner icon
|
3 months ago |
Audric Ackermann
|
811d334e5a
|
Merge pull request #35 from Bilb/fix-groups-issues-5
fix: more x4 fixes for group
|
3 months ago |
Audric Ackermann
|
e0d719457f
|
feat: limit input of composition box to 2000 char
|
3 months ago |
Audric Ackermann
|
82ec3414b5
|
fix: override local 03 group priority with what we get from merge
|
3 months ago |
Audric Ackermann
|
b7cd4fc247
|
fix: group admin delete attachments subset of attachments only
|
4 months ago |
Audric Ackermann
|
946812a362
|
chore: fix typo
|
4 months ago |
Audric Ackermann
|
fbc449e859
|
fix: trust userGroups is kicked state in addition to the group's one
|
4 months ago |
Audric Ackermann
|
060175004f
|
fix: retrieve from 2 snodes on every call
to take care of a snode being out of sync
|
4 months ago |
Audric Ackermann
|
3e9c1e5060
|
fix: padding issue when inviteToGroup container has no child
|
4 months ago |
Audric Ackermann
|
cd6fd475e3
|
fix: use unique timestamps for batch request
because android still needs them to be uniq
|
4 months ago |
Audric Ackermann
|
5f468144be
|
Merge pull request #34 from Bilb/fix-groups-issues-4
fix: more more more fixes for groups
|
4 months ago |
Audric Ackermann
|
624134ccc9
|
fix: anything to 03 pubkey should be wrapped to envelope for group
even if no one should care about it, android still does
|
4 months ago |
Audric Ackermann
|
d55b88790f
|
fix: do not deleted quoted message attachments on quote delete
|
4 months ago |
Audric Ackermann
|
c131cad927
|
fix: avatar does not reset when moving to a convo without one
see SES-2800
|
4 months ago |
Audric Ackermann
|
5e67f6a424
|
fix: screen does not glitch on last message deleted anymore
|
4 months ago |
Audric Ackermann
|
70cd069175
|
fix: multiple DaR/DaS messages can no longer appear
|
4 months ago |
Audric Ackermann
|
43818833cc
|
feat: add asdf .tool-versions file to specific python version for convenience
|
4 months ago |
Audric Ackermann
|
eda1c53577
|
chore: lint
|
4 months ago |
Audric Ackermann
|
16d835edf3
|
fix: resolve compilation issues after merge
|
4 months ago |
Audric Ackermann
|
8480bc678c
|
Merge remote-tracking branch 'upstream/unstable' into release/1.15.0
|
4 months ago |
Audric Ackermann
|
ca67167ce5
|
chore: rename useAreSameThanOurSide to useOurExpirationMatches
|
4 months ago |
Audric Ackermann
|
42d54abb91
|
chore: refactor I18n types outside of window object
to keep ts/localization folder self contained
|
4 months ago |
Audric Ackermann
|
ce734f1e1c
|
chore: enforce i18n functions types to match what is in window.d.ts
|
4 months ago |
Audric Ackermann
|
9156ec83a7
|
fix: make inviteAsAdmin a useState and not featureFlag
|
4 months ago |
Audric Ackermann
|
bc680a39f6
|
chore: cleanup message list component to render switch
|
4 months ago |
Audric Ackermann
|
d4cae6e5b2
|
chore: address PR reviews
|
4 months ago |
Audric Ackermann
|
9e32aa01ef
|
chore: rename GroupInvitation.tsx to CommunityInvitation.tsx
|
4 months ago |
Audric Ackermann
|
b3fffc9cae
|
fix: fix the control messages not being marked as read sometimes
|
4 months ago |
Audric Ackermann
|
e33f2ed734
|
chore: useIsMessageSelectioMode hook when needed
|
4 months ago |
Audric Ackermann
|
42f47c15f6
|
chore: move cleaning up of groupupdates
|
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
|
7cf3bcbcf1
|
chore: cleanup groupUpdates props
|
4 months ago |
Audric Ackermann
|
fac7960cc9
|
chore: cleanup expireationTimerUpdate msg
|
4 months ago |
Audric Ackermann
|
35c77accac
|
chore: cleanup call notification message selectors
|
4 months ago |
Audric Ackermann
|
a70fda8472
|
chore: renamed deleteMessageLocallyOnly to plural syntax
|
4 months ago |
Audric Ackermann
|
7570bc6ba7
|
chore: cleanup data extraction notification
|
4 months ago |
Audric Ackermann
|
3c0f9fe14e
|
chore: move msgId to commonProps in SessionMessagesList
|
4 months ago |
Audric Ackermann
|
f3cfe57764
|
chore: cleanup requestresponse & communityinvitation control msg
|
4 months ago |
yougotwill
|
fd24a47b91
|
fix: create custom error for display name retrieval errors
|
4 months ago |
Audric Ackermann
|
73bb96665e
|
fix: only trigger remove of members that are not in the group
|
4 months ago |
yougotwill
|
f9ccc317b6
|
fix: catch truncation errors when setting the display name
fixes incorrectly showing shorter display name error in integration tests
|
4 months ago |
Audric Ackermann
|
1f39533abd
|
fix: make cancel button not hidden on light mode
|
4 months ago |
Audric Ackermann
|
9924381857
|
fix: allow to delete msg locally only for groupv2
|
4 months ago |
Audric Ackermann
|
8005f6eed6
|
fix: remove GroupPromoteJob as GroupInvite does it all
it also takes care of updating the "sending" state for invite or promote
|
4 months ago |
Audric Ackermann
|
9c969d1e83
|
chore: address PR comments
|
4 months ago |
Audric Ackermann
|
74cceb2498
|
fix: forced orange for invite banner when outside of modal
|
4 months ago |
Audric Ackermann
|
3ce39f2662
|
chore: add datatestid to errorMsg label updateGroupName
|
4 months ago |
Audric Ackermann
|
cf5bc11c39
|
fix: black on orange for leftpane invitewarning
|
4 months ago |
Audric Ackermann
|
8159844426
|
chore: add datatestid to hide recoveryphrase dialog
|
4 months ago |
Audric Ackermann
|
1bf1c5e47a
|
fix: disable resend button when member is pending removal
|
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
|
d59ecbb471
|
fix: groupInvite tracks abort signal to cancel request
|
4 months ago |
Audric Ackermann
|
f0141b5894
|
fix: add warning colours per theme and use them
|
4 months ago |
Audric Ackermann
|
7a4c0a0377
|
chore: speed up unit testts
|
4 months ago |
Audric Ackermann
|
dea69ed353
|
fix: sendSingleMessage retries itself on 421 errors
|
4 months ago |
Audric Ackermann
|
8dde4596ad
|
fix: toast for invite failure shows nickname if available
|
4 months ago |
Audric Ackermann
|
6cbbaa361a
|
fix: correct alignment of isDeleted message svg
|
4 months ago |
Audric Ackermann
|
099c9d2b0e
|
fix: disable resend button on resending, shorter timeout with UI
|
4 months ago |
Audric Ackermann
|
3a336e83c2
|
chore: allow jobrunner to run jobs in parallel
|
4 months ago |
Audric Ackermann
|
4661c89774
|
Merge pull request #20 from Bilb/fix-extra-issues-groups
Fix extra issues groups
|
4 months ago |
Audric Ackermann
|
82abfedad5
|
fix: sorting order for group depending on statuses
|
4 months ago |
Audric Ackermann
|
2ca2dd4790
|
fix: allow promoted state to be reset to NOT_SENT
|
4 months ago |
Audric Ackermann
|
ebdbf00d74
|
Merge remote-tracking branch 'upstream/release/1.15.0' into fix-build-locale-types-fully
|
4 months ago |
Audric Ackermann
|
a44dc50d41
|
chore: address PR comments
|
4 months ago |
Audric Ackermann
|
e7bd7d9ea2
|
chore: rename StyledI18nSubText to I18nSubText
because it is not directly a styled.<something> element
|
4 months ago |
Audric Ackermann
|
53e579427a
|
fix: do not schedule store update when deleting msgs
|
4 months ago |
Audric Ackermann
|
3e34b0f77f
|
fix: use more withs for onion.ts file
|
4 months ago |
Audric Ackermann
|
6616ac4aa7
|
fix: fix up string unit tests
|
4 months ago |
Audric Ackermann
|
3764233cf8
|
chore: add datatestid to audio-player
|
4 months ago |
Audric Ackermann
|
62a3d4e9be
|
fix: wrap up changes for strings localization
|
4 months ago |
Audric Ackermann
|
da39198f97
|
fix: strings do not load dict from json, but use built ts file
|
4 months ago |
Audric Ackermann
|
fea05a2853
|
fix: add datatestid link preview staged
|
4 months ago |
Audric Ackermann
|
66e80fc1c9
|
fix: still plenty of errors, but simple window.i18n work
|
4 months ago |
Audric Ackermann
|
ba3d7f43db
|
fix: add data-testid to a few other modals description
|
4 months ago |
Audric Ackermann
|
a8372f1b8c
|
fix: show dialog before deleting group
also deal with leave/delete group silent retries on 401
|
4 months ago |
yougotwill
|
df159d389b
|
fix: updated git repo and clearnet references
this also fixes links to the release notes
|
5 months ago |
Audric Ackermann
|
fd7f05bc9c
|
Merge remote-tracking branch 'upstream/unstable' into qa/release/1.15.0-2
|
5 months ago |
Audric Ackermann
|
64fcc8934d
|
fix: delete group messages only if push destroyed passed
|
5 months ago |
Audric Ackermann
|
d12acc601f
|
fix: reset invite state to "not sent" on resend
|
5 months ago |
Audric Ackermann
|
5d9dd85342
|
fix: bump libsession-util-nodejs to 0.4.9
|
5 months ago |
Audric Ackermann
|
767178419e
|
chore: address PR review
|
5 months ago |
Audric Ackermann
|
1b223beba1
|
fix: message request response msg needed a convo refresh to appear
... not anymore
|
5 months ago |
Audric Ackermann
|
df73ce6798
|
chore: lint, dedup yarn.lock & address PR comments
|
5 months ago |
Audric Ackermann
|
acc6e84627
|
feat: add not_sent & unknown string
also remove the desktop sending state. this will soon by in libsession
|
5 months ago |
Audric Ackermann
|
36658f23d2
|
fix: use valid timestamp format string for documents
|
5 months ago |
Audric Ackermann
|
93af4cc90b
|
chore: add data testIds to community button&input overlay
|
5 months ago |
Audric Ackermann
|
5a2bbc9f31
|
fix: save dumps on group delete
|
5 months ago |
Audric Ackermann
|
aa8c8a2ad8
|
fix: delete messages on group delete (after leaveMsg sent)
|
5 months ago |
Audric Ackermann
|
17deaf42c0
|
fix: keep group messages until we managed to leave it
|
5 months ago |
Audric Ackermann
|
15c6e1f888
|
chore: bump libsession-util-nodejs to 0.4.8
|
5 months ago |
Audric Ackermann
|
ae08af1ae0
|
fix: groups without joined_at are moved to bottom of convolist
|
5 months ago |
Audric Ackermann
|
2ef48f5526
|
chore: more details to requests constructors so we can share more
between wasm/swarm explorer/etc
|
5 months ago |
Audric Ackermann
|
7f1dab1836
|
fix: make UserSyncJob a periodic task
|
5 months ago |
Audric Ackermann
|
c3cfd37950
|
fix: clean up delete/leave group&communities button/menuitems
|
5 months ago |
Audric Ackermann
|
3ee69437b0
|
fix: split view with a few messages appeared sticky at the top
|
5 months ago |
Audric Ackermann
|
6036c6c918
|
chore: add modal dataTestId for title & description
|
5 months ago |