Commit Graph

567 Commits (2dcacb39327c7c32083d6edc3fdd316172177204)

Author SHA1 Message Date
Ryan Miller ce282cdb98 feat: only sanitize html tags from inputs if they are being used in a html renderer 1 year ago
Ryan Miller 4ffa754802 feat: locale as args for modals and localized formatted html strings 1 year ago
Ryan Miller 702501c453 feat: remove html renderer from all places and use I18n with strict tag stripping 1 year ago
Audric Ackermann 92f7bbe97d chore: cleanup 1 year ago
Ryan Miller 40d57a2039 fix: plurals arg type 1 year ago
Ryan Miller 98ba6728f8 fix: remove unused type 1 year ago
Ryan Miller d717b1522d fix: plurals not triggering every second time 1 year ago
Audric Ackermann b48bfef58d fix: toast strings are stripped as we don't render html there 1 year ago
Ryan Miller c0d9410094 feat: create html stripper for i18n strings and add plurals support 1 year ago
Audric Ackermann cd3dccea02 fix: use date-fns for abbreviated expire timer 1 year ago
Audric Ackermann be23ef0e92 Merge branch 'standardised_strings' of github.com:Aerilym/session-desktop into standardised_strings 1 year ago
Ryan Miller 63369cf008 fix: getMessage default substitutions 1 year ago
Audric Ackermann 4f44eecd6b fix: update with latest changes from crowdin
not compiling yet
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
Ryan Miller e2952322ba feat: add custom tags for i18n 1 year ago
Ryan Miller 79f3f35977 feat: update strings usages and library 1 year ago
William Grant 64d5ccd869 fix: review feedback
unneeded promise object returned
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
yougotwill e69ffc6bbe feat: use promise all settled for clear sogs inboxes 1 year ago
yougotwill bbe26f7404 fix: move finally to outer try catch for delete method 1 year ago
yougotwill 1737d4507b fix: review feedback - unmount qr generated with finally on save 1 year ago
William Grant 0b811bc641 feat: added updateOurProfileDisplayName
which uses libsession to check the display name length, not yet used in onboarding
1 year ago
William Grant 55f5cf5c9b feat: added quit modal
when going back during critical onboarding steps it's better to restart the app entirely
1 year ago
William Grant cebe7c884d feat: move db deletion methods to accountManager 1 year ago
William Grant 490e4957f4 feat: click on qr codes now opens the lightbox
lightbox now supports saving data blobs
1 year ago
William Grant cdc147cd33 fix: clean wip logs 1 year ago
William Grant d1a06a93de feat: option to save qr codes with no colors by default 1 year 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
1 year ago
William Grant 26abb2bcf7 fix: note to self always appears when there is a match regardless of case sensitivity
start search on first character since we limit the results
1 year ago
William Grant 51534d4cc9 feat: added new hide recovery password setting 1 year ago
William Grant d4a8b555c6 Merge branch 'unstable' into feat/ses-825/onboarding2 2 years ago
Audric Ackermann 009bc18903
Merge pull request #3094 from Aerilym/change_max_avatar_size
Change max avatar size to match other platforms
2 years ago
Ryan Miller c0bb39d4e3
fix: add filesize constant 2 years ago
Ryan Miller 2fb88cfba8
fix: change max avatar size to match other platforms 2 years 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
2 years ago
William Grant 44cc8594a5 fix: saved qr codes will be black and white by default
qr code logos can now be svgs for better rendering performance
2 years ago
Audric Ackermann faa24ce9a6 fix: lint 2 years ago
William Grant ab093ffc62 feat: replace react-qr-svg with react-qrcode-logo
updated error correction to 25%
2 years 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
2 years ago
Ryan Miller 87fb1701d4
chore: rename fetch functions 2 years ago
William Grant e727851fdc test: finished signInByLinkingDevice 2 years ago
William Grant e97ca2c7f3 test: validity check for signInByLinkedDevice done
made stubs for window whisper and storage
2 years ago
William Grant 7e6fb22907 test: registerSingleDevice
started on signInByLinkingDevice
2 years ago
William Grant 45694b9632 fix: cleanup 2 years ago
William Grant 1e40f1b608 fix: cleanup 2 years ago
Ryan Miller 3568bc2604 fix: spelling mistake in getMessage comment 2 years ago
Ryan Miller 0611aba29f fix: add optional chainging to i18n log in case the window object is not ready 2 years ago
Ryan Miller 5f53b3fe8f feat: replace and add changed and new localized strings 2 years ago
William Grant a38555c03e fix: fixed animation for different steps
flatten the loading callback as well
2 years ago
William Grant 500ab60ffa fix: cleaned up typings and flattened error callback 2 years ago