Audric Ackermann
35c77accac
chore: cleanup call notification message selectors
11 months ago
Audric Ackermann
f3cfe57764
chore: cleanup requestresponse & communityinvitation control msg
11 months ago
Audric Ackermann
97da52113a
fix: track hashes for disappearing message timer changes too
11 months ago
Audric Ackermann
2b26c65f5f
fix: declining convo mark it as hidden
11 months ago
Audric Ackermann
a8372f1b8c
fix: show dialog before deleting group
...
also deal with leave/delete group silent retries on 401
12 months ago
Audric Ackermann
767178419e
chore: address PR review
1 year ago
Audric Ackermann
1b223beba1
fix: message request response msg needed a convo refresh to appear
...
... not anymore
1 year ago
Audric Ackermann
df73ce6798
chore: lint, dedup yarn.lock & address PR comments
1 year ago
Audric Ackermann
7f1dab1836
fix: make UserSyncJob a periodic task
1 year ago
Audric Ackermann
fa8de2eee5
fix: do not use 'anonymous' placeholder. We use the shorten pk
1 year ago
Audric Ackermann
53cdcfbe35
chore: address PR reviews
1 year ago
Audric Ackermann
64a3360def
fix: use nickname for group update messages if available
1 year ago
Audric Ackermann
d2dd98cd9d
fix: various PR reviews, fixes for integration tests
1 year ago
Audric Ackermann
143759ff92
fix: we want the sorting order to be jumpy for groups
...
apparently
1 year ago
Audric Ackermann
02093fdfbf
fix: legacy groups are kind of working again
...
at least as much as they ever did
1 year ago
Audric Ackermann
c1fd66d4e9
fix: break down index files to avoid circular deps
1 year ago
Audric Ackermann
3cd7d3272b
fix: able to send 1o1 messages back
1 year ago
Audric Ackermann
7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3
1 year ago
Audric Ackermann
74aa448631
chore: commit before merge unstable
1 year ago
Audric Ackermann
9c2ef47988
fix: address PR review
1 year ago
Audric Ackermann
d8e1e3da71
fix: use the correct string for legacy groups disappearing timer changes
1 year ago
Audric Ackermann
0c015b4ea7
fix: group updates localization shares logic with component
1 year ago
Audric Ackermann
1f366b6d8b
fix: more i18n changes
1 year ago
Ryan Miller
005efc8952
Merge branch 'unstable' into standardised_strings_merge
...
# Conflicts:
# .gitignore
# _locales/en/messages.json
# ts/components/DebugLogView.tsx
# ts/components/SessionWrapperModal.tsx
# ts/components/basic/SessionHTMLRenderer.tsx
# ts/components/basic/SessionRadio.tsx
# ts/components/buttons/MenuButton.tsx
# ts/components/conversation/SessionConversation.tsx
# ts/components/conversation/SubtleNotification.tsx
# ts/components/conversation/TimerNotification.tsx
# ts/components/conversation/composition/CompositionBox.tsx
# ts/components/conversation/message/message-content/MessageText.tsx
# ts/components/conversation/message/message-item/InteractionNotification.tsx
# ts/components/conversation/message/reactions/ReactionPopup.tsx
# ts/components/conversation/right-panel/overlay/OverlayRightPanelSettings.tsx
# ts/components/conversation/right-panel/overlay/disappearing-messages/DisappearingModes.tsx
# ts/components/conversation/right-panel/overlay/disappearing-messages/OverlayDisappearingMessages.tsx
# ts/components/dialog/BanOrUnbanUserDialog.tsx
# ts/components/dialog/DeleteAccountModal.tsx
# ts/components/dialog/EditProfileDialog.tsx
# ts/components/dialog/ModeratorsAddDialog.tsx
# ts/components/dialog/OnionStatusPathDialog.tsx
# ts/components/dialog/ReactListModal.tsx
# ts/components/dialog/SessionSeedModal.tsx
# ts/components/dialog/SessionSetPasswordDialog.tsx
# ts/components/dialog/UserDetailsDialog.tsx
# ts/components/leftpane/LeftPaneSectionHeader.tsx
# ts/components/leftpane/LeftPaneSettingSection.tsx
# ts/components/leftpane/conversation-list-item/InteractionItem.tsx
# ts/components/leftpane/overlay/OverlayClosedGroup.tsx
# ts/components/leftpane/overlay/OverlayCommunity.tsx
# ts/components/leftpane/overlay/OverlayMessage.tsx
# ts/components/leftpane/overlay/SessionJoinableDefaultRooms.tsx
# ts/components/leftpane/overlay/choose-action/ContactsListWithBreaks.tsx
# ts/components/leftpane/overlay/choose-action/OverlayChooseAction.tsx
# ts/components/menu/Menu.tsx
# ts/components/registration/RegistrationStages.tsx
# ts/components/registration/RegistrationUserDetails.tsx
# ts/components/registration/SignInTab.tsx
# ts/components/registration/SignUpTab.tsx
# ts/components/settings/SessionSettings.tsx
# ts/components/settings/SessionSettingsHeader.tsx
# ts/components/settings/ZoomingSessionSlider.tsx
# ts/components/settings/section/CategoryAppearance.tsx
# ts/components/settings/section/CategoryHelp.tsx
# ts/components/settings/section/CategoryPermissions.tsx
# ts/components/settings/section/CategoryPrivacy.tsx
# ts/hooks/useParamSelector.ts
# ts/mains/main_renderer.tsx
# ts/models/message.ts
# ts/node/menu.ts
# ts/node/tray_icon.ts
# ts/session/constants.ts
# ts/session/disappearing_messages/timerOptions.ts
# ts/session/utils/Toast.tsx
# ts/state/selectors/search.ts
# ts/test/session/unit/selectors/conversations_test.ts
# ts/types/LocalizerKeys.ts
# ts/types/Util.ts
# ts/window.d.ts
# yarn.lock
1 year ago
Audric Ackermann
0437390922
fix: show msg request description using libsession state and not msgs
1 year ago
yougotwill
6c291e38c4
fix: disable attachments and voice messages and warn a user when starting a new convo
...
even if they haven't sent a message request yet
1 year ago
Ryan Miller
79f3f35977
feat: update strings usages and library
1 year ago
yougotwill
39d8ad11e5
fix: a whole bunch of circular depdencies
...
for various convo duck, convo interactions, convo model and opengroup types
1 year 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
1 year ago
Audric Ackermann
59a4048323
fix: cleaned up SnodeRequestTypes and made sup_keys a single item
2 years ago
Audric Ackermann
a49a65c92b
chore: cleaned up the batch sender
2 years ago
Audric Ackermann
816f29d682
chore: moved outgoing message wrapper functions to MessagWrapper.ts
2 years ago
Audric Ackermann
cd122c7252
fix: make pushChangesToGroupSwarm take an extraStoreRequest
2 years ago
Audric Ackermann
9b124d384e
fix: featureFlag to show some buttons/toggle for QA of group chunk3
2 years 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
2 years ago
Audric Ackermann
9d9844aeb4
feat: make group v2 control messages disappear
2 years ago
Audric Ackermann
6e137fe69f
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3
2 years ago
Audric Ackermann
1796e82bcb
fix: add handling of revoked namespace messages
2 years ago
Audric Ackermann
7f7f0fe26c
fix: clear swarms from snodes not in pool on full fetch
2 years ago
William Grant
a139299cd1
fix: review feedback
...
use isClosedGroup, update comment
2 years ago
William Grant
a3c80ad247
fix: legacy groups are unapproved so should allow all notifications
...
usually if its unapproved we cancel the notification until the request is accepted
2 years ago
Audric Ackermann
d4f3c7fdc1
feat: add ability to unsend messages in groupv2
2 years ago
Audric Ackermann
53059135ee
fix: tsc does not overwrite workers compiled content
2 years ago
Audric Ackermann
cbccc8c76c
fix: notification text based on msg content
2 years ago
Audric Ackermann
ba7fc42a3a
fix: groupAdmins for communities taken into account
2 years ago
Ryan Miller
0e44cc9e0c
Merge branch 'standardised_strings' of github.com:Aerilym/session-desktop into standardised_strings
2 years ago
Ryan Miller
87986914c9
chore: disappearing messages string changes
2 years ago
Audric Ackermann
1be85641cb
Merge remote-tracking branch 'upstream/clearnet' into closed-group-chunk2
2 years ago
Audric Ackermann
d6d9bec5ba
fix: fixed a bunch of groupv2 chunk2 issues
2 years ago
Audric Ackermann
9d984355dc
fix: do not force ttl for groupExpireTimerUpdate
2 years ago