Commit Graph

13728 Commits (63369cf0084ce74f4bb4debaf104a0ae04746f0c)
 

Author SHA1 Message Date
Ryan Miller 63369cf008 fix: getMessage default substitutions 9 months ago
Ryan Miller 530c4b9fc1 feat: refactor reaction popup to use i18n component 9 months ago
Ryan Miller 3f272244d2 fix: use I18n component in subtleNotifications 9 months ago
Ryan Miller a26d8ef61f feat: create custom tag parser and tag renderer 9 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
10 months ago
Ryan Miller e2952322ba feat: add custom tags for i18n 10 months ago
Will G 8b5978e347
Merge pull request #3137 from yougotwill/fix/ses-825/qa1 10 months ago
yougotwill 21180c28ff fix: simplify getIsModalVisable Selector 10 months ago
yougotwill 935175120a fix: make sure when using pxValueToNumber we pass valid numbers 10 months ago
yougotwill be7425278c Merge branch 'fix/ses-2500/qr_lightbox_exit' into fix/ses-825/qa1 10 months ago
yougotwill 7f2660e615 fix: return to qr view on profile modal when exiting the lightbox 10 months ago
Audric Ackermann 0437390922 fix: show msg request description using libsession state and not msgs 10 months ago
yougotwill 29d4f8497c fix: restoring groups should use the libsession joined at timestamp
and then update using the active_at value as we read messages
10 months ago
yougotwill f12eef4a51 fix: adjust about window style 10 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
10 months ago
yougotwill 4478ee160d feat: stop polling if restoring and we push the back button 10 months ago
yougotwill fd7d6e322b fix: recovery qr toggle shortcut 10 months ago
yougotwill 8796355ce3 feat: on settings screen if we press escape go back to the messages view 10 months ago
yougotwill be86e0b439 fix: search input clears on escape when focused 10 months ago
yougotwill 24f516ab57 feat: search results contact list now matches contact list 10 months ago
yougotwill f00e21dc44 feat: unknown section now includes display names that start with numbers 10 months ago
yougotwill 462e3b2ff3 fix: message results now match contact row dimensions 10 months ago
yougotwill 242a4ae52f feat: contact names starting with a number go into the unknown section 10 months ago
yougotwill 87f050ae55 fix: no letter headings in search results conversations and adjusted height 10 months ago
yougotwill f5c396ee0a fix: made group members list match contacts list style on create group page 10 months ago
yougotwill d210b5c354 fix: adjust contacts list to match design
no borders and smaller breaks
10 months ago
yougotwill f5951f911f fix: show note to self and outgoing message requests in contact list 10 months ago
yougotwill 8260f0481b fix: session input with textarea now centers content correctly 10 months ago
yougotwill d52461aecc fix: don't use name length for the recovery password input and trim it 10 months ago
yougotwill e66d443a97 fix: reset input color after error if the value changes 10 months ago
yougotwill 81d6b18689 Merge branch 'unstable' into fix/ses-825/qa1 10 months ago
yougotwill eaeabaf813 fix: dont trim display name when sanitizing
trim on submission
10 months ago
Audric Ackermann eb463a49ba
Merge pull request #3133 from Bilb/update-fs-release-endpoint
fix: update fetching desktop release endpoint
10 months ago
Audric Ackermann eaecc15432 Merge remote-tracking branch 'origin/unstable' into update-fs-release-endpoint 10 months ago
Audric Ackermann 4bb857fa53 fix: update fetching desktop release endpoint 10 months ago
Ryan Miller 79f3f35977 feat: update strings usages and library 10 months ago
Audric Ackermann 1f7e99fae2
Merge pull request #3083 from yougotwill/feat/ses-825/onboarding2
Onboarding Chunk 2
10 months ago
Audric Ackermann 15a3c8bc38
Merge pull request #3130 from Bilb/feat/hit-less-often-fileserver
feat: hit only once every 30mins the fs for release
10 months ago
William Grant 1e309a19c2 fix: styled name prop should just be max width 10 months ago
William Grant 64d5ccd869 fix: review feedback
unneeded promise object returned
10 months ago
Audric Ackermann a72e9c9b2f chore: dedup yarn.lock 10 months ago
Audric Ackermann 26e7a39a61 feat: hit only once every 30mins the fs for release
once we've already fetched the latest release
10 months ago
Audric Ackermann 7277db35b4 fix: failing tests making requests to real servers :bad: 10 months ago
William Grant 5a68985f4a fix: blocked list layout and list rendering overflow 10 months ago
William Grant 1802a4438c fix: user mentions overflow 10 months ago
William Grant 145b722369 feat: fixed member layout in update group modals 10 months ago
William Grant 3192bcc1c2 feat: fixed member layout in invite contancts and remove mods modals 10 months ago
William Grant 9f779a86c7 fix: revert virtualized group members list
since it caused overflow, disabled buttons when making a group
10 months ago
yougotwill 07cfa67cc9 fix: no overflow in group members list in overlay 10 months ago
yougotwill 940feafece fix: remove stubstorage 10 months ago