Commit Graph

143 Commits (42f47c15f6fe67c87ef0a2f07eeb6ee3afb98991)

Author SHA1 Message Date
Audric Ackermann da39198f97
fix: strings do not load dict from json, but use built ts file 9 months ago
Audric Ackermann 9ad66047ea
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 11 months ago
Audric Ackermann f17fcfabe0
fix: move a bunch of deps and urls to session-foundation repo 11 months ago
Audric Ackermann 5f69acde7f
Merge pull request #3216 from burtonemily/notifications-dot
feat: adds in notifications dot: updated setBadgeCount and using glob…
11 months ago
wafflesvsfrankie ca81a50aef fix: adds isFinite and isNumber from lodash 11 months ago
wafflesvsfrankie df3ac5d0fa fix: fixes invalid isNumber and isFinite function 11 months ago
wafflesvsfrankie 2e5d2265d4
Update ts/mains/main_node.ts
Co-authored-by: Audric Ackermann <audric.bilb@gmail.com>
11 months ago
Audric Ackermann 7d6953812d
Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 12 months ago
Emily 6dd261567d feat: adds notifications dot on the badge icon for Mac 1 year ago
Audric Ackermann b36e18b6f4
fix: time&date format are not dependent on crowdin supported locales 1 year ago
Audric Ackermann c3436a07c6
fix: use rtlLocales exported from crowdin 1 year ago
Audric Ackermann d1f527d573
fix: fix download session modal duplicate string displayed 1 year ago
Audric Ackermann 7611f07b09
chore: address PR 184 reviews 1 year ago
Audric Ackermann 9c2ef47988
fix: address PR review 1 year ago
Audric Ackermann 796eb43583 fix: latest crowdin fetches
still some issues, need to fix the emoji translated string
1 year ago
Audric Ackermann de4ade8e34 Merge remote-tracking branch 'upstream/unstable' into standardised_strings 1 year ago
Will G 1306300e4c
Merge pull request #3178 from Bilb/fix-onboarding-integration-tests
Fix onboarding integration tests
1 year ago
Audric Ackermann e9a03bdfba
fix: wait for password input in settings page 1 year ago
Ryan Miller a9be08bd4e feat: add localization to the node side of the app 1 year ago
Audric Ackermann a7324a8d84 Merge remote-tracking branch 'upstream/unstable' into standardised_strings 1 year ago
Audric Ackermann 1789ac30c8 fix: break down i18n file and remove translations from redux 1 year ago
yougotwill 7f97d3c6cb fix: restore export logs menu item 1 year ago
yougotwill 9468c26fb8 fix: use async file methods 1 year ago
yougotwill 86df66621b fix: copy log file when saving to desktop 1 year ago
yougotwill 01948b9088 feat: remove the debug window since log files are too large to render effectively
lets just save to the users computer so that they can view it themselves
1 year ago
Ryan Miller 4ffa754802 feat: locale as args for modals and localized formatted html strings 1 year ago
Emily 62300dcb5b feat: adds in notifications dot: updated setBadgeCount and using global unread message count 1 year ago
Audric Ackermann d152ce946b Merge remote-tracking branch 'upstream/unstable' into standardised_strings 1 year ago
Audric Ackermann e31ba022e3 fix: logs rotating file are broken, don't use them 1 year ago
yougotwill 53308f6183 fix: setting the password no longer requires a restart
make sure to set the password hash on storage after the database is updated
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 79f3f35977 feat: update strings usages and library 1 year ago
William Grant db7355ef8e fix: about window is now resizable 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
Audric Ackermann 6e137fe69f Merge remote-tracking branch 'upstream/unstable' into closed-group-chunk3 1 year ago
William Grant fe64b26012 feat: improved about screen info
more info and copy to clipboard
1 year ago
William Grant 208d9cc0eb Merge branch 'unstable' into feat/ses-50/onboarding 2 years ago
Audric Ackermann 63fa2538fc chore: fix integration tests 2 years ago
William Grant 0f6d80b847 Merge branch 'unstable' into feat/ses-50/onboarding 2 years ago
Audric Ackermann cfcbc013e5 fix: make sure we only try to delete data once 2 years ago
William Grant 1e40f1b608 fix: cleanup 2 years ago
Ryan Miller 5f53b3fe8f feat: replace and add changed and new localized strings 2 years ago
William Grant 97cd21a77e Merge branch 'unstable' into feat/ses-899/user_profile_poll 2 years ago
William Grant 8dceb93b09 feat: reset onboarding state when we return to the start stage
added better logging for create account flow
2 years ago
Audric Ackermann 3b8fd82d17 feat: add multiencrypt/decrypt unit test 2 years ago
William Grant b5fccddc0c feat: remove pubkey text scrambler
since we no longer use it
2 years ago
Audric Ackermann da6ab59252 fix: fix mmdb country loc data when packaged 2 years ago
Audric Ackermann 96809bf5b4 fix: load maxmind data once on mount of status dialog 2 years ago
William Grant fd4e1525cb Merge branch 'unstable' into feat/ses-50/onboarding 2 years ago
Audric Ackermann 53059135ee fix: tsc does not overwrite workers compiled content 2 years ago