Audric Ackermann
|
b36e18b6f4
|
fix: time&date format are not dependent on crowdin supported locales
|
7 months ago |
Audric Ackermann
|
d1f527d573
|
fix: fix download session modal duplicate string displayed
|
7 months ago |
Audric Ackermann
|
197ea88861
|
fix: addressing more PR reviews
|
7 months ago |
Audric Ackermann
|
7611f07b09
|
chore: address PR 184 reviews
|
7 months ago |
Audric Ackermann
|
25cf11f86a
|
feat: call setName/setNameTruncated depending on usecase for nts
|
7 months ago |
Ryan Miller
|
a9be08bd4e
|
feat: add localization to the node side of the app
|
7 months ago |
Audric Ackermann
|
a666c075a5
|
fix: relative strings localization, latest changes from crowdin
|
7 months ago |
Audric Ackermann
|
849d8d0768
|
chore: fetch latest strings and fix errors
|
7 months ago |
Audric Ackermann
|
a7324a8d84
|
Merge remote-tracking branch 'upstream/unstable' into standardised_strings
|
7 months ago |
yougotwill
|
7f97d3c6cb
|
fix: restore export logs menu item
|
8 months ago |
yougotwill
|
86df66621b
|
fix: copy log file when saving to desktop
|
8 months 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
|
8 months ago |
Ryan Miller
|
4ffa754802
|
feat: locale as args for modals and localized formatted html strings
|
8 months ago |
Audric Ackermann
|
4f44eecd6b
|
fix: update with latest changes from crowdin
not compiling yet
|
8 months ago |
Audric Ackermann
|
697896d52e
|
chore: fix comment about cleaning up of logs on start
|
8 months ago |
Audric Ackermann
|
d152ce946b
|
Merge remote-tracking branch 'upstream/unstable' into standardised_strings
|
8 months ago |
Audric Ackermann
|
e31ba022e3
|
fix: logs rotating file are broken, don't use them
|
8 months 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
|
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
|
8 months ago |
Ryan Miller
|
79f3f35977
|
feat: update strings usages and library
|
8 months ago |
yougotwill
|
87b922daff
|
fix: ran formatter
|
8 months ago |
yougotwill
|
39d8ad11e5
|
fix: a whole bunch of circular depdencies
for various convo duck, convo interactions, convo model and opengroup types
|
8 months ago |
yougotwill
|
c8b7d67c86
|
Merge branch 'unstable' into feat/ses-825/onboarding2
|
8 months ago |
Audric Ackermann
|
2357368ddf
|
feat: fetch snode storage version and filter for edge snode
|
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
|
10 months ago |
William Grant
|
0a6b0d6950
|
fix: cleanup
|
10 months ago |
William Grant
|
71cc46dfe4
|
feat: search results are now sorted alphabetically without case sensitivity
also includes unknown contacts
|
11 months ago |
William Grant
|
a159616514
|
feat: added filters to convo and contact query
search screen only shows contacts and not convos
|
11 months 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
|
11 months ago |
Audric Ackermann
|
4589bde672
|
chore: moved more types to ReduxTypes.d.ts
|
12 months ago |
Audric Ackermann
|
7f7f0fe26c
|
fix: clear swarms from snodes not in pool on full fetch
|
12 months ago |
Ryan Miller
|
87fb1701d4
|
chore: rename fetch functions
|
12 months ago |
Audric Ackermann
|
cfcbc013e5
|
fix: make sure we only try to delete data once
|
1 year ago |
Ryan Miller
|
d47b977b54
|
feat: create strict typing for localization
|
1 year ago |
Ryan Miller
|
5f53b3fe8f
|
feat: replace and add changed and new localized strings
|
1 year ago |
Audric Ackermann
|
53059135ee
|
fix: tsc does not overwrite workers compiled content
|
1 year ago |
Ryan Miller
|
45eae6e956
|
fix: add withAcceleratorPrefix function to remove accelerator prefixes from locale strings
|
1 year ago |
Ryan Miller
|
6024dce393
|
fix: add LocalizerKeys type to getMessage and remove updateLocale function
|
1 year ago |
Audric Ackermann
|
3d6e22f2fe
|
fix: cleanup DaR unread messages after 14d
|
1 year ago |
Audric Ackermann
|
24887dd05b
|
Merge branch 'feature/ses-145/leave-conversation-update' into userconfig_disappearingmessage
|
1 year ago |
Audric Ackermann
|
b42e6c659a
|
fix: fix crash on password window opening
|
1 year ago |
Audric Ackermann
|
82c6f0897b
|
fix: add jobs for expiry update & expiry fetch
|
1 year ago |
Audric Ackermann
|
19e9e0311e
|
feat: add cleanup of old expire update in history
we only keep one from each sender
|
1 year ago |
Audric Ackermann
|
ad9fa6dbee
|
chore: remove lastChangetimestmap and add explciit expiretype and type
on the messages creation
|
1 year ago |
William Grant
|
aad55025ba
|
fix: more comment cleanup
|
1 year ago |
William Grant
|
61d349ecc4
|
fix: remove unneeded export for
writeSessionSchemaVersion
|
2 years ago |
William Grant
|
a459bff86c
|
fix: more comment cleanup
|
2 years ago |
William Grant
|
386e9ef709
|
refactor: update region comments to #region
|
2 years ago |
William Grant
|
73cceab31f
|
refactor: getDisappearingUnreadByConversation
to getUnreadDisappearingByConversation since reading causes disappearing
|
2 years ago |
William Grant
|
e66e9961e1
|
fix: use precasted variables for modes
for DisappearingMessageConversationModeType references
|
2 years ago |