Commit Graph

63001 Commits

Author SHA1 Message Date
LinAGKar 3dc4818d23 Translated using Weblate (Swedish)
Currently translated at 100.0% (3234 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2021-10-23 03:32:29 +00:00
Šimon Brandner c5bd1fb32d Convert /src/async-components/views/dialogs/security to TS (#6923)
* Convert RecoveryMethodRemovedDialog to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Convert NewRecoveryMethodDialog to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Convert ImportE2eKeysDialog to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Convert ExportE2eKeysDialog to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Convert CreateSecretStorageDialog to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Convert CreateKeyBackupDialog to TS

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Fix types

This is somewhat hacky though I don't know of a better way to do this

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-10-22 21:32:16 -06:00
Aaron Raimist b90a712919 lint
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-10-22 18:11:59 -05:00
Aaron Raimist 027b3660bb Manual fixes
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-10-22 17:49:12 -05:00
Aaron Raimist bdc56be863 Auto fix
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-10-22 17:23:37 -05:00
Aaron Raimist 860c0596e1 Add rule to group imports by external and internal
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-10-22 17:21:46 -05:00
Weblate c3501c05a6 Merge branch 'origin/develop' into Weblate. 2021-10-22 17:30:19 +00:00
Travis Ralston 39e98b9d7f Always render disabled settings as disabled (#7014)
This is to prevent user confusion about whether or not a setting exists, or even what its value is. By rendering it with `disabled=true` the user is at least aware that the setting is set to a specific value, though we could (and should) do better in the future to communicate *why* a setting is disabled.
2021-10-22 11:30:14 -06:00
David Baker 75eab660c2 Remove highlightjs CSS (#19483)
This was completely unnecessary: react-sdk includes appropriate CSS
for highlight.js in its themes. This was actually causing some of
those values to be overridden with silly ones that made text invisible
on the dark theme.

Fixes https://github.com/vector-im/element-web/issues/19476
2021-10-22 18:28:27 +01:00
Weblate 5713e0ff88 Merge branch 'origin/develop' into Weblate. 2021-10-22 15:51:23 +00:00
James Salter a1a19c7433 disable debug in Sentry (#7011) 2021-10-22 15:51:19 +00:00
Weblate e3be9294d0 Merge branch 'origin/develop' into Weblate. 2021-10-22 14:50:17 +00:00
Rafael Gonçalves 12ad01db51 Show passphrase input label (#6992) 2021-10-22 15:50:11 +01:00
Weblate 5735d503e5 Merge branch 'origin/develop' into Weblate. 2021-10-22 14:18:53 +00:00
Andy Balaam 1f5d8a95e6 First draft of light-high-contrast theme (#7009) 2021-10-22 15:18:49 +01:00
James Salter f550d63198 Pass our VERSION to sentry plugin's release arg via env (#19474)
Use our existing VERSION, deduced by the packaging script, as the release for sentry sourcemaps.

This will be undefined for dev builds.
2021-10-22 15:06:14 +01:00
Weblate dd084c4dfe Merge branch 'origin/develop' into Weblate. 2021-10-22 14:06:10 +00:00
random d670255377 Translated using Weblate (Italian)
Currently translated at 100.0% (3234 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2021-10-22 14:06:10 +00:00
James Salter a4e3c4090c Use VERSION as sentry release (set by packaging scripts) (#7008)
This will be undefined for dev builds.
2021-10-22 15:06:01 +01:00
Weblate 012dd59f89 Merge branch 'origin/develop' into Weblate. 2021-10-22 08:30:48 +00:00
Szimszon 52d4d9b590 Translated using Weblate (Hungarian)
Currently translated at 100.0% (3234 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2021-10-22 08:30:48 +00:00
iaiz 516fdede55 Translated using Weblate (Spanish)
Currently translated at 100.0% (3234 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/
2021-10-22 08:30:46 +00:00
Germain e20ac7bf1e Implement deep-linking for threads (matrix.to) (#7003) 2021-10-22 09:30:36 +01:00
Weblate aa0eda760f Merge branch 'origin/develop' into Weblate. 2021-10-21 14:35:12 +00:00
Glandos 96f17679bc Translated using Weblate (French)
Currently translated at 99.9% (3231 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-10-21 14:35:12 +00:00
Travis Ralston 004e8edcb2 Deprecate sso_immediate_redirect and add welcome-page only option (#19437)
* Deprecate `sso_immediate_redirect` and add welcome-page only option

The old `sso_immediate_redirect` option is kept in code for backwards compatibility, but is replaced by `sso_redirect_options.immediate`, where a new `on_welcome_page` option is also introduced to only target entry points to the app. 

The path matching is a bit brittle, but still ideal in the sense of not showing UI while the app realizes it needs to redirect.

The new welcome page-only option is fully intended to avoid breaking permalinks and such while still redirecting when needed. In future, other options might be added here to further tune the experience.

* Add note about guests
2021-10-21 08:35:05 -06:00
Travis Ralston bc32f05fcb Add config types and utility function for SSO redirect config (#6976)
* Add config types and utility function for SSO redirect config

* Appease the linter
2021-10-21 08:35:00 -06:00
Weblate 6779d34b78 Merge branch 'origin/develop' into Weblate. 2021-10-21 08:59:42 +00:00
Besnik Bleta cd8735d034 Translated using Weblate (Albanian)
Currently translated at 99.7% (3226 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2021-10-21 08:59:42 +00:00
Andy Balaam c73127c35c Remove unused code left from extracting ThemeChoicePanel (#7002) 2021-10-21 09:59:34 +01:00
Weblate bd074da036 Merge branch 'origin/develop' into Weblate. 2021-10-21 07:39:19 +00:00
Jeff Huang 7d618b0407 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3234 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2021-10-21 07:39:19 +00:00
LinAGKar 1993b550ce Translated using Weblate (Swedish)
Currently translated at 99.4% (3216 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2021-10-21 07:39:17 +00:00
Neeraj Sewani 7ab075fdfd Change the "Security Phase" color (#6870) 2021-10-21 08:39:01 +01:00
Weblate b5009c98e8 Merge branch 'origin/develop' into Weblate. 2021-10-20 17:14:28 +00:00
Germain 35b5109c2a Fix threads broken layout (#6997) 2021-10-20 18:14:24 +01:00
Weblate 4405838331 Merge branch 'origin/develop' into Weblate. 2021-10-20 16:20:54 +00:00
James Salter 115c6e8357 Sentry uses RELEASE from webpack to correspond with sourcemap uploader (#6996)
use RELEASE from webpack to correspond with sourcemap uploader
2021-10-20 16:20:50 +00:00
Weblate 37eb263df6 Merge branch 'origin/develop' into Weblate. 2021-10-20 16:14:15 +00:00
David Baker 7c50cfeab8 Fix direction override characters breaking member event text direction (#6999)
Strip RLO & LRO chars from display names when rendering text for
member events.

See https://github.com/matrix-org/matrix-js-sdk/pull/1992 - also
necessary here because we use the display name in the event content
rather than from the member object sanitised by the js-sdk.
2021-10-20 16:14:11 +00:00
Weblate 4bdedec46b Merge branch 'origin/develop' into Weblate. 2021-10-20 16:07:35 +00:00
Travis Ralston abc5db5715 Fix colour variable references in composer format bar (#7000) 2021-10-20 16:07:31 +00:00
Weblate 87c2baae67 Merge branch 'origin/develop' into Weblate. 2021-10-20 15:33:28 +00:00
Šimon Brandner c30029a8b1 Soften border-radius on selected/hovered messages (#6525) 2021-10-20 16:33:23 +01:00
Weblate aedf786557 Merge branch 'origin/develop' into Weblate. 2021-10-20 15:20:00 +00:00
Robin Townsend 2ee732b84d Update style of composer format bar to match message action bar (#6351)
Signed-off-by: Robin Townsend <robin@robin.town>
2021-10-20 09:19:54 -06:00
Weblate fd20eafdb2 Merge branch 'origin/develop' into Weblate. 2021-10-20 14:58:41 +00:00
Priit Jõerüüt a9a6a21229 Translated using Weblate (Estonian)
Currently translated at 100.0% (3234 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2021-10-20 14:58:41 +00:00
waclaw66 f541502c3c Translated using Weblate (Czech)
Currently translated at 100.0% (3234 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2021-10-20 14:58:39 +00:00
sr093906 73deb513b3 Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (3234 of 3234 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hans/
2021-10-20 14:58:37 +00:00