Commit Graph

164 Commits (2d5d86b92d4154f3256fa5d985145b7d7ff7afd4)

Author SHA1 Message Date
Audric Ackermann 9ad66047ea
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 5 months ago
Audric Ackermann 8e2741349d
chore: lint 6 months ago
Audric Ackermann db22094898
fix: delete messages for groups by admin are marked as deleted 6 months ago
Audric Ackermann e5724da28c
chore: fixed a bunch of compilation errors after merge
commit before fetching latest strings from crowdin
6 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 6 months ago
yougotwill d472d60589 fix: test with 200ms 7 months ago
yougotwill 549a1ea6d4 fix: test if rosetta emulation needs more time to mount react to create a qr code 7 months ago
Audric Ackermann 9119fef90a
fix: do not construct expireTimer string by hand 8 months ago
Audric Ackermann de4ade8e34 Merge remote-tracking branch 'upstream/unstable' into standardised_strings 8 months ago
Will G 1306300e4c
Merge pull request #3178 from Bilb/fix-onboarding-integration-tests
Fix onboarding integration tests
8 months ago
Audric Ackermann e9a03bdfba
fix: wait for password input in settings page 8 months ago
Audric Ackermann a7324a8d84 Merge remote-tracking branch 'upstream/unstable' into standardised_strings 8 months ago
Audric Ackermann 5a7da00d00 feat: remove moment and replace with date-fns 8 months ago
Audric Ackermann 8e129e28c7 feat: add block/unblock modal 8 months ago
yougotwill 340361f2d9 fix: cleanup 8 months ago
yougotwill 737dbd45c1 fix: show loading state until image is decrypted and can be mounted 8 months 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
9 months ago
Audric Ackermann 0437390922 fix: show msg request description using libsession state and not msgs 9 months 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
9 months ago
Audric Ackermann eaecc15432 Merge remote-tracking branch 'origin/unstable' into update-fs-release-endpoint 9 months ago
Audric Ackermann 4bb857fa53 fix: update fetching desktop release endpoint 9 months ago
Ryan Miller 79f3f35977 feat: update strings usages and library 9 months ago
Audric Ackermann 26e7a39a61 feat: hit only once every 30mins the fs for release
once we've already fetched the latest release
9 months ago
William Grant 5cd7262fa2 fix: search now works correctly and we include groups again
heading for unamed contacts is #, groups go above note to self, trust in the sql query
11 months ago
William Grant cf34db53c8 feat: added new hot key hook since useKey doesnt ignore special keys
replaced all alpha numeric shortcuts
11 months ago
William Grant 903cfcb613 fix: added skinny brand icon instead of messing with ratios 11 months ago
William Grant d1a06a93de feat: option to save qr codes with no colors by default 11 months ago
William Grant 5df14e74ff fix: pass resoled colors to session icon on first render 11 months ago
William Grant 5e3742e281 fix: resolve colors in convertIconToImageURL for qr code 11 months ago
William Grant b459bf9570 fix: generate colors for the QR code in a hook that also converts svgs to data urls
we no longer need to update the svgs manually
11 months ago
William Grant 59e6074429 fix: since the pass hash is in the items table we can call it from storage
added storage function getPasswordHash and use everywhere, warn user to restart the app
11 months ago
Audric Ackermann 6e137fe69f Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 11 months ago
Audric Ackermann 1796e82bcb fix: add handling of revoked namespace messages 11 months ago
William Grant fd722d1f2f feat: swapped out seed modal for settings category page
still work on category component but password protection works nicely
12 months ago
William Grant d346f28942 feat: extracted password to new modal
added shiny hook to password protect anywhere
12 months ago
William Grant bc196286bc Merge branch 'unstable' into feat/ses-1560/unit-tests 1 year ago
Ryan Miller 5f53b3fe8f feat: replace and add changed and new localized strings 1 year ago
Audric Ackermann 444e60ce89 fix: use 999+ for convo unread count, but 99+ for global one 1 year ago
William Grant fd4e1525cb Merge branch 'unstable' into feat/ses-50/onboarding 1 year ago
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 1 year ago
Audric Ackermann cbccc8c76c fix: notification text based on msg content 1 year ago
Audric Ackermann d6d9bec5ba fix: fixed a bunch of groupv2 chunk2 issues 1 year ago
Audric Ackermann 8d0bd84ef0 feat: add toggle to share history or not with invite group v2 1 year ago
William Grant b81d5a3d7a refactor: clean up remaining global React import calls
import specific types from react package
1 year ago
William Grant a098638bc0 refactor: remove unnecessary react imports
you don't need it from react 17
1 year ago
Audric Ackermann 2371dba5ee Merge branch 'unstable' into closed-group-chunk2 1 year ago
Audric Ackermann 24887dd05b Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage 1 year ago
Audric Ackermann 153846a12b fix: add better typings for groupUpdateMessages 1 year ago
Audric Ackermann 4e8ca31c2f fix: remove isLeft flag as we can't have a left and unremoved group 1 year ago
Audric Ackermann 77fdc97bcf feat: force group msg request unread when handling invite 1 year ago