1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00
Commit Graph

39024 Commits

Author SHA1 Message Date
e344f3ce3b Translated using Weblate (Spanish)
Currently translated at 99.9% (3207 of 3208 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/
2021-10-10 10:25:37 +00:00
ccba7badff Make public space alias field mandatory again 2021-10-08 14:33:58 +01:00
cda5b6e769 Merge branch 'origin/develop' into Weblate. 2021-10-08 13:12:32 +00:00
fe79a95731 Merge pull request #6918 from VFermat/fix-19316
Validate that the phone number verification field is filled before allowing user to submit
2021-10-08 14:12:28 +01:00
8cb4454ea3 Disable leave room button if user isn't in the room e.g peeking 2021-10-08 13:43:06 +01:00
111ae75874 Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/18969
 Conflicts:
	src/components/views/right_panel/UserInfo.tsx
2021-10-08 13:00:20 +01:00
b0a5d2a06b Merge branch 'origin/develop' into Weblate. 2021-10-08 11:55:02 +00:00
e1c1d2dc0f Merge pull request #6840 from wlach/make-placeholder-for-field-grey-no-input
Make placeholder more grey when no input
2021-10-08 12:54:57 +01:00
2483f1dc90 Add progress bar to restricted room upgrade dialog 2021-10-08 12:20:43 +01:00
4a08671c3b Merge branch 'origin/develop' into Weblate. 2021-10-08 09:36:52 +00:00
5264b1db9d Merge pull request #6906 from matrix-org/t3chguy/fix/19246 2021-10-08 10:36:48 +01:00
82ad85a974 Mock usage of getRoomUpgradeHistory in SpaceStore tests 2021-10-08 10:30:46 +01:00
281548747f Merge branch 'origin/develop' into Weblate. 2021-10-08 09:10:03 +00:00
9720ab897d Translated using Weblate (Ukrainian)
Currently translated at 66.7% (2140 of 3208 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2021-10-08 09:10:03 +00:00
5af72d8d1d Merge pull request #6917 from LoganArnett/bug/update-save-enabled-by-field 2021-10-08 10:09:54 +01:00
2a440e90cb v3.32.0-rc.2 v3.32.0-rc.2 2021-10-08 08:32:27 +01:00
4c1e2e3f3d Prepare changelog for v3.32.0-rc.2 2021-10-08 08:32:25 +01:00
0af5f8a173 Upgrade matrix-js-sdk to 14.0.0-rc.2 2021-10-08 08:30:34 +01:00
4759b4fb5d updating for lint issues 2021-10-07 14:58:35 -04:00
0b64dfa59a Alter phone verification button disable label 2021-10-07 15:23:54 -03:00
c56d6ba539 updating from boolean to object in order to track if more than one thing is edited 2021-10-07 13:22:43 -04:00
5e84a496b6 Merge branch 'origin/develop' into Weblate. 2021-10-07 16:36:34 +00:00
1e9389429d Merge pull request #6915 from matrix-org/gsouquet/fix-17068 2021-10-07 17:36:28 +01:00
822f73edf7 Remove stale comments in _RoomSublist.scss 2021-10-07 17:28:37 +01:00
8fa07eab14 Merge branch 'origin/develop' into Weblate. 2021-10-07 16:20:10 +00:00
1a1b178b5b Merge pull request #6916 from psrpinto/fix/settings-dialog-update-room-name
Update room settings dialog title when room name changes
2021-10-07 10:20:05 -06:00
6aa325ed54 Rename method to onRoomName
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-10-07 17:13:57 +01:00
53f26d2744 Keep room name up-to-date in settings dialog
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-10-07 17:04:30 +01:00
ea55b0d45f Add room name to component state
Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-10-07 17:01:39 +01:00
57b919b10a Delete fixed headerContainer height
Co-authored-by: Travis Ralston <travisr@matrix.org>
2021-10-07 16:51:39 +01:00
a9d9cfc5cf Merge branch 'origin/develop' into Weblate. 2021-10-07 14:42:28 +00:00
1b334e47aa Fix issue that caused the value of certain settings to be inverted (#6896)
When using the SettingsStore.watchSetting() method for settings which have an
invertedSettingName, the newValueAt argument passed to the callback function,
would erroneously contain the inverted value.

This was making it so that such settings appeared to be disabled when they
should in fact be enabled, or vice-versa. This was however only the case for
code which took in account the newValueAt argument. Code using the newValue
argument was not affected.

The settings which have an invertedSettingName, and were thus potentially
impacted are:

- MessageComposerInput.dontSuggestEmoji
- hideRedactions
- hideJoinLeaves
- hideAvatarChanges
- hideDisplaynameChanges
- hideReadReceipts
- Pill.shouldHidePillAvatar
- TextualBody.disableBigEmoji
- dontSendTypingNotifications
- TagPanel.disableTagPanel
- webRtcForceTURN

Signed-off-by: Paulo Pinto <paulo.pinto@automattic.com>
2021-10-07 16:42:23 +02:00
a519ff75f7 Merge branch 'origin/develop' into Weblate. 2021-10-07 12:28:36 +00:00
1b5aef4447 Merge pull request #6311 from matrix-org/t3chguy/a11y/focus-lock-ctx-menu 2021-10-07 13:28:32 +01:00
5dfe53920c Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/19246 2021-10-07 13:20:06 +01:00
e470d7d030 Make use of MatrixClient::getRoomUpgradeHistory 2021-10-07 13:19:51 +01:00
d8a31f9aad Merge branch 'origin/develop' into Weblate. 2021-10-07 10:25:04 +00:00
ad1eb54b4e Merge pull request #6907 from matrix-org/t3chguy/fix/19304 2021-10-07 11:24:59 +01:00
9d2a8302a7 Merge branch 'origin/develop' into Weblate. 2021-10-07 10:22:26 +00:00
930a34d489 Translated using Weblate (Galician)
Currently translated at 100.0% (3208 of 3208 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2021-10-07 10:22:26 +00:00
cd3977639a Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3208 of 3208 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2021-10-07 10:22:15 +00:00
f84d5b244d Translated using Weblate (Dutch)
Currently translated at 99.6% (3197 of 3208 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-10-07 10:22:13 +00:00
25110e4316 Translated using Weblate (Hungarian)
Currently translated at 99.7% (3200 of 3208 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2021-10-07 10:22:11 +00:00
675c587e03 Merge pull request #6911 from matrix-org/t3chguy/fix/19066 2021-10-07 11:22:01 +01:00
8ee6a08639 Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/19304 2021-10-07 11:19:12 +01:00
1c8bcce0ed comment 2021-10-07 11:13:13 +01:00
047f182cd8 focusLock only specific context menus 2021-10-07 11:04:10 +01:00
c009d15176 Allow the header container to collapse on itself when room list not minimised 2021-10-07 10:57:23 +01:00
f3aa73314a Merge branch 'origin/develop' into Weblate. 2021-10-06 16:19:18 +00:00
0f212b2607 Merge pull request #6912 from matrix-org/hs/ignore-greater-pl-scalar
Scalar messaging: No-op setBotPower if the current PL is greater than the requested PL.
2021-10-06 10:19:14 -06:00