Commit graph

27833 commits

Author SHA1 Message Date
Heiko Carrasco
9193c81008
Fix image avatar view for 1:1 rooms
Signed-off-by: Heiko Carrasco <heiko.carrasco@yahoo.com>
2020-08-21 11:44:47 +02:00
Weblate
56bf2bc7bc Merge branch 'origin/develop' into Weblate. 2020-08-21 09:43:55 +00:00
rkfg
a0b2c1c34b Translated using Weblate (Russian)
Currently translated at 99.9% (2339 of 2341 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/ru/
2020-08-21 09:43:55 +00:00
XoseM
a3ce437721 Translated using Weblate (Galician)
Currently translated at 100.0% (2341 of 2341 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/gl/
2020-08-21 09:43:55 +00:00
Priit Jõerüüt
1e1770d01c Translated using Weblate (Estonian)
Currently translated at 100.0% (2341 of 2341 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/et/
2020-08-21 09:43:55 +00:00
David Baker
095824adbc
Merge pull request #5136 from matrix-org/dbkr/send_settings_in_rageshake
Send mx_local_settings in rageshake
2020-08-21 10:43:49 +01:00
David Baker
6a03c0a3c0 Send mx_local_settings in rageshake
Perhaps ideally we should get a complete dump of the settings in
effect out of the settings manager, but all I want for now is the
webrtc audio inputs and outputs, so let's send the ones stored locally.
2020-08-21 10:32:51 +01:00
Travis Ralston
fd06272062 Update i18n 2020-08-20 20:50:28 -06:00
Travis Ralston
c815a370e7 Remove some unused components
We no longer have tinting support, so remove it. We still need the `Tinter` to exist though as it's used in quite a few places (though does nothing). Similarly, we have to keep the `roomColor` setting due to it being used in a few places - another PR can take away the tinter support properly.

The room tile context menu and top left menu are artifacts of the old room list.

The end to end tests weren't failing before as the code path is unused, however it seems worthwhile to keep it as we will eventually need it.
2020-08-20 20:47:02 -06:00
Travis Ralston
ae04c5ce9d Appease the linter 2020-08-20 19:59:44 -06:00
Travis Ralston
d7a43df793 Disable context menu for v2 communities 2020-08-20 19:54:09 -06:00
Travis Ralston
81a7be29aa Show the selected community in the top left menu 2020-08-20 19:45:54 -06:00
Travis Ralston
beb5c2627c Disable CTRL+Click and SHIFT+Click actions on tag panel 2020-08-20 19:45:22 -06:00
Travis Ralston
0c80db8820 Add feature flag for prototypes 2020-08-20 19:44:59 -06:00
Weblate
48afdb475b Merge branch 'origin/develop' into Weblate. 2020-08-20 13:17:21 +00:00
Travis Ralston
5c71e33362
Merge pull request #5132 from matrix-org/travis/leave-room
Run all room leaving behaviour through a single function
2020-08-20 07:17:13 -06:00
Weblate
780366d2fd Merge branch 'origin/develop' into Weblate. 2020-08-20 08:26:32 +00:00
David Baker
0690c02e0c
Merge pull request #5131 from matrix-org/dbkr/clarify_media_device_id
Add clarifying comment in media device selection
2020-08-20 09:26:27 +01:00
Travis Ralston
42988d373b Remove debugging 2020-08-19 19:42:58 -06:00
Travis Ralston
8fffce8a30 Appease the linter 2020-08-19 19:42:36 -06:00
Travis Ralston
309c32700b Remove unused success state 2020-08-19 19:23:27 -06:00
Travis Ralston
e0b8343088 Run all room leaving behaviour through a single function
Fixes https://github.com/vector-im/element-web/issues/14999
Fixes https://github.com/vector-im/element-web/issues/10380

We were failing to handle errors when `/part`ing a room, though the leave room button was fine. This runs both the button and command through the same function for handling, including the 'view next room' behaviour.
2020-08-19 19:21:40 -06:00
David Baker
d1bca2838f Add clarifying comment in media device selection
Hopefully explain the confusing mismatch.
2020-08-19 19:07:12 +01:00
Weblate
56bd19aef4 Merge branch 'origin/develop' into Weblate. 2020-08-19 18:00:53 +00:00
Michael Albert
499f7bf0fd Translated using Weblate (German)
Currently translated at 100.0% (2340 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/de/
2020-08-19 18:00:53 +00:00
Priit Jõerüüt
2a68cb0cb8 Translated using Weblate (Estonian)
Currently translated at 100.0% (2340 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/et/
2020-08-19 18:00:52 +00:00
Travis Ralston
c9d98a1d19
Merge pull request #5124 from matrix-org/travis/settings-v3
Settings v3: Feature flag changes
2020-08-19 12:00:48 -06:00
Travis Ralston
0fef86cc74 Fix find & replace error 2020-08-19 11:52:02 -06:00
J. Ryan Stinnett
e56a61ec68 Invoke Secure Backup flow inside the app when requested by HS
If the Secure Backup required mode is set the client `.well-known` file, then
this will ensure that everyone already inside the app is required to complete
setup matching that policy.

Fixes https://github.com/vector-im/element-web/issues/14954
2020-08-19 16:23:27 +01:00
J. Ryan Stinnett
e8e691b746 Avoid adding setup toast in the middle of setup
This improves the experience of going through secret storage setup / reset flows
by avoiding intermittent toasts that appear and disappear in the middle of the
operation.
2020-08-19 16:23:27 +01:00
J. Ryan Stinnett
fed7ebb6bc Hide Delete Backup button when Secure Backup required
If Secure Backup is required by the HS admin, then this hides the Delete Backup
button in Settings to ensure everyone keeps their backup per policy.

Part of https://github.com/vector-im/element-web/issues/14954
2020-08-19 16:23:27 +01:00
J. Ryan Stinnett
1932505d3b Enforce Secure Backup completion when requested by HS
This removes all buttons to escape the Secure Backup setup flow when the
matching `.well-known` setting is set by homeserver.

Part of https://github.com/vector-im/element-web/issues/14954
2020-08-19 16:23:27 +01:00
J. Ryan Stinnett
941cbc47c8 Fix casing of Secure Backup to match designs 2020-08-19 16:23:27 +01:00
J. Ryan Stinnett
2b0865e89c Move E2EE well-known access to utils 2020-08-19 16:23:27 +01:00
J. Ryan Stinnett
b293ef0674 Check for .well-known E2EE settings under new key
This adds an extra check for `.well-known` E2EE settings under the key
`im.vector.e2ee`. The older key `im.vector.riot.e2ee` is kept for historical
compatibility.

Part of https://github.com/vector-im/element-web/issues/14954
2020-08-19 16:23:26 +01:00
Weblate
476091751f Merge branch 'origin/develop' into Weblate. 2020-08-19 10:41:02 +00:00
Michael Telatynski
d700a5a78c
Merge pull request #5129 from matrix-org/t3chguy/fix/14989
Clear url previews if they all get edited out of the event
2020-08-19 11:40:57 +01:00
Weblate
da8e8d4209 Merge branch 'origin/develop' into Weblate. 2020-08-19 10:40:55 +00:00
Nikita Epifanov
2ffc99fa71 Translated using Weblate (Russian)
Currently translated at 100.0% (2340 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/ru/
2020-08-19 10:40:55 +00:00
Marcelo Filho
ad4ca8af96 Translated using Weblate (Portuguese (Brazil))
Currently translated at 96.8% (2265 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/pt_BR/
2020-08-19 10:40:54 +00:00
ziriSut
4ba97c5dcc Translated using Weblate (Kabyle)
Currently translated at 64.8% (1516 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/kab/
2020-08-19 10:40:53 +00:00
random
016866cd98 Translated using Weblate (Italian)
Currently translated at 100.0% (2340 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/it/
2020-08-19 10:40:46 +00:00
XoseM
1cc36d9ea2 Translated using Weblate (Galician)
Currently translated at 100.0% (2340 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/gl/
2020-08-19 10:40:45 +00:00
Priit Jõerüüt
0acdef27fe Translated using Weblate (Estonian)
Currently translated at 100.0% (2340 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/et/
2020-08-19 10:40:45 +00:00
Jeff Huang
af5d16485c Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2340 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/zh_Hant/
2020-08-19 10:40:44 +00:00
Besnik Bleta
ad6f2f0db2 Translated using Weblate (Albanian)
Currently translated at 99.7% (2334 of 2340 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/element-web/matrix-react-sdk/sq/
2020-08-19 10:40:44 +00:00
Michael Telatynski
c84296a28d
Merge pull request #5128 from matrix-org/t3chguy/fix/14978
Consider tab completions as modifications for editing purposes to unlock sending
2020-08-19 11:40:37 +01:00
Michael Telatynski
b95956a3a4 Clear url previews if they all get edited out of the event 2020-08-19 10:38:26 +01:00
Michael Telatynski
0bda80c57d Consider tab completions as modifications for editing purposes to unlock sending 2020-08-19 10:32:24 +01:00
Weblate
0ded52a2b9 Merge branch 'origin/develop' into Weblate. 2020-08-18 19:09:47 +00:00