Commit Graph

33980 Commits (23f14cc229724cde6c5286c3ec4097c312d4b015)

Author SHA1 Message Date
Michael Telatynski 212977c4ac
Apply `strictNullChecks` to `src/contexts/*` (#10490) 2023-03-31 10:35:02 +01:00
Ihor Hordiichuk b0bb865d1c Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3763 of 3763 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-03-31 09:16:03 +00:00
Weblate d93469f143 Merge branch 'origin/develop' into Weblate. 2023-03-31 09:08:55 +00:00
Priit Jõerüüt 48b93f545b Translated using Weblate (Estonian)
Currently translated at 100.0% (3763 of 3763 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-31 09:08:54 +00:00
Michael Telatynski 404c412bcb
Handle IDB `closed` event by showing modal with prompt to reload app (#10395
* Handle IDB `closed` event by showing modal with prompt to reload app

* Iterate

* Skip the modal for guests, e.g. during registration

* Iterate

* Add tests
2023-03-31 10:08:45 +01:00
Weblate 0333b6cc77 Merge branch 'origin/develop' into Weblate. 2023-03-31 08:26:21 +00:00
Michael Telatynski f152613f83
Apply `strictNullChecks` to `src/components/auth/*` (#10484
* Apply `strictNullChecks` to `src/components/auth/*`

* fix

* strict types
2023-03-31 09:26:15 +01:00
Weblate 15f94d7bfb Merge branch 'origin/develop' into Weblate. 2023-03-31 08:20:27 +00:00
waclaw66 f033c0c62f Translated using Weblate (Czech)
Currently translated at 100.0% (3763 of 3763 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-03-31 08:20:27 +00:00
Vri 5f7143b42f Translated using Weblate (German)
Currently translated at 100.0% (3763 of 3763 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-31 08:20:25 +00:00
Michael Weimann af151700c9
Strictify `src/components/structures/Space*` (#10481) 2023-03-31 10:20:15 +02:00
Weblate 795364abbe Merge branch 'origin/develop' into Weblate. 2023-03-31 07:43:54 +00:00
Michael Weimann dddef858f1
Fix detection of encryption for all users in a room (#10487) 2023-03-31 09:43:47 +02:00
Weblate b7326ebf21 Merge branch 'origin/develop' into Weblate. 2023-03-31 07:30:51 +00:00
Eric Eastwood ff1468b6d3
Replace `newTranslatableError` with `UserFriendlyError` (#10440
* Introduce UserFriendlyError

* Replace newTranslatableError with UserFriendlyError

* Remove ITranslatableError

* Fix up some strict lints

* Document when we/why we can remove

* Update matrix-web-i18n

Includes changes to find `new UserFriendlyError`,
see https://github.com/matrix-org/matrix-web-i18n/pull/6

* Include room ID in error

* Translate fallback error

* Translate better

* Update i18n strings

* Better re-use

* Minor comment fixes
2023-03-31 08:30:43 +01:00
Weblate 1b6ade29ab Merge branch 'origin/develop' into Weblate. 2023-03-30 09:26:25 +00:00
Michael Telatynski 567248d5c5
Add aria labels to message search bar to improve accessibility (#10476) 2023-03-30 10:26:19 +01:00
Weblate 480e31e728 Merge branch 'origin/develop' into Weblate. 2023-03-30 09:11:24 +00:00
Suguru Hirahara 232daaff68
Fix decryption failure bar covering the timeline (#10360)
* Use grid layout instead

- BEM naming style
- Increase block gap from 4px to 8px
- Use flexbox inside 'header' grid-area to let the buttons wrapped
- Use variables
- Remove 4px gap when one of the buttons is not rendered
- Change 'body' to 'message'
- Set 'align-self: start' to the icon and spinner

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Unset height of spinner

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Break lines at newline characters with white-space: pre-line

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Edit tests to check decryption failure bars on narrow timeline

- checkTimelineNarrow() looks for buttons by default
- Test indicator as well

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Remove a line

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Edit the test to have it check mx_EventTile_last only inside mx_RoomView_body

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Fix double underscores

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Fix double underscores - pcss

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Iterate - buttons at the bottom

- Set common spacing to buttons with variables
- Remove line breaks, yarn run i18n
- Set data-testid for headlines and buttons in case the tested strings would be displayed elsewhere simultaneously

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Check waiting headline as well

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Increase spacing between the message and the buttons

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* lint

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Increase block gap between wrapped buttons for clickability

Apply 8px between wrapped buttons

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Revert bottom margin of buttons which are not expected to be wrapped

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Check visibility instead of existence

This commit removes data-testid from headlines and data-testid-button and checks whether the elements are really visible, not overflowing the viewport.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Remove redundant gap between 'mx_DecryptionFailureBar_start' and the bottom edge

This commit adds '.mx_DecryptionFailureBar--withEnd' class name to have it applied to the bar only if it has button(s). This way the bar is rendered with a flexbox and the row-gap declaration is respected only if there is a 'mx_DecryptionFailureBar--withEnd' element. The element  currently includes the button(s) only.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* lint - prettier

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

* Have Percy take a snapshot of the bar loading spinner before checkTimelineNarrow()

The loading spinner is likely to disappear while checking the bar on the narrow timeline.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>

---------

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Co-authored-by: Kerry <kerrya@element.io>
2023-03-30 10:11:16 +01:00
Weblate b831563e23 Merge branch 'origin/develop' into Weblate. 2023-03-30 08:44:34 +00:00
Michael Weimann 052c7e6d27
Strictify `components/structures/Thread*` (#10478)
* Strictify `components/structures/Thread*`

* Fix ThreadView event Id
2023-03-30 09:44:28 +01:00
Weblate 02d8ddb4f6 Merge branch 'origin/develop' into Weblate. 2023-03-30 08:06:57 +00:00
Michael Weimann 9aef1874db
Strictify `stores/room-list` (#10474) 2023-03-30 09:06:50 +01:00
Weblate de831a35bb Merge branch 'origin/develop' into Weblate. 2023-03-30 07:28:15 +00:00
Michael Telatynski 9848cdf4e7
Apply `strictNullChecks` to `src/components/structures/Space*` (#10475) 2023-03-30 08:28:08 +01:00
Weblate 48b2e509f9 Merge branch 'origin/develop' into Weblate. 2023-03-29 21:47:18 +00:00
Balázs Meskó edb80e57ed Translated using Weblate (Hungarian)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2023-03-29 21:47:18 +00:00
Kerry 9a733a6444
Apply `strictNullChecks` to `src/utils/exportUtils` (#10379)
* Apply `strictNullChecks` to `src/utils/exportUtils`

* strict fix

* test coverage

* lint

* test coverage

* one more test
2023-03-29 21:47:07 +00:00
Weblate f9c9110565 Merge branch 'origin/develop' into Weblate. 2023-03-29 14:00:58 +00:00
random 409c161323 Translated using Weblate (Italian)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2023-03-29 14:00:58 +00:00
Michael Telatynski 1447829543
Improve profile picture settings accessibility (#10470) 2023-03-29 14:00:45 +00:00
Glandos 23e3219402 Translated using Weblate (French)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-03-29 11:53:09 +00:00
Weblate 950a3ea4e6 Merge branch 'origin/develop' into Weblate. 2023-03-29 07:24:00 +00:00
Michael Telatynski a47b3eb0ee
Apply `strictNullChecks` to `src/components/views/elements/*` (#10462
* Apply `strictNullChecks` to `src/components/views/elements/*`

* Iterate

* Iterate

* Iterate

* Apply `strictNullChecks` to `src/components/views/elements/*`

* Iterate

* Iterate

* Iterate

* Update snapshot
2023-03-29 08:23:54 +01:00
Weblate 476ee7b86c Merge branch 'origin/develop' into Weblate. 2023-03-29 07:22:44 +00:00
Priit Jõerüüt 3613a73e33 Translated using Weblate (Estonian)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-29 07:22:44 +00:00
Michael Telatynski cefd94859c
Conform `src/components/views/messages/*` code to `strictNullChecks` (#10461) 2023-03-29 08:22:35 +01:00
Jozef Gaal 615c3a6190 Translated using Weblate (Slovak)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-03-29 06:47:23 +00:00
waclaw66 bb8319adfa Translated using Weblate (Czech)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-03-29 06:47:21 +00:00
Linerly ab94089f44 Translated using Weblate (Indonesian)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-03-29 06:47:19 +00:00
Ihor Hordiichuk b0554b90bd Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-03-29 06:47:18 +00:00
Jeff Huang 941a43475e Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-29 06:47:15 +00:00
Vri 13a44079f6 Translated using Weblate (German)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-29 06:47:13 +00:00
Weblate 137e049f1d Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-03-28 22:14:51 +00:00
Weblate 124fbdd8b8 Merge branch 'origin/develop' into Weblate. 2023-03-28 22:13:57 +00:00
Kerry 6eda1fa6e2
replace `Polls history` strings with `Poll history` (#10454)
Co-authored-by: Michael Weimann <michaelw@matrix.org>
2023-03-28 22:13:51 +00:00
Weblate 25f0104468 Merge branch 'origin/develop' into Weblate. 2023-03-28 13:31:57 +00:00
RiotRobot 0475e7107f Merge branch 'master' into develop 2023-03-28 14:30:52 +01:00
Weblate 90061fde7a Merge branch 'origin/develop' into Weblate. 2023-03-28 13:16:36 +00:00
Robin edef4cc52e
Handle group call redaction (#10465)
Redacted group call events should be interpreted as terminated calls.
2023-03-28 13:16:30 +00:00
Michael Weimann c30b2637c5 Changes for v3.69.0 2023-03-28 11:23:16 +01:00
Weblate e2f4fece1a Merge branch 'origin/develop' into Weblate. 2023-03-27 21:07:55 +00:00
Kerry ae50eee135
Apply `strictNullChecks` to `src/utils/pillify.tsx` (#10456)
* apply strictNullChecks to src/utils/pillify.tsx

* include change to utility

* apply strictNullChecks to src/utils/permalinks
2023-03-28 10:07:49 +13:00
Weblate af64dbb9f6 Merge branch 'origin/develop' into Weblate. 2023-03-27 20:22:53 +00:00
Kerry cd700e20fc
Display relative timestamp for threads on the same calendar day (#10399)
* add test cases for <24 different day time formatting

* use day instead of <24h ago to format relative date
2023-03-27 20:22:46 +00:00
Weblate b653fa5009 Merge branch 'origin/develop' into Weblate. 2023-03-27 20:10:25 +00:00
maheichyk 68fa9aed9d
Show "Invite" menu option if "UIComponent.sendInvites" is enabled. (#10363)
* Show "Invite" menu option if "UIComponent.sendInvites" is enabled.

Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>

* Update test names

Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>

---------

Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
2023-03-28 09:10:18 +13:00
Weblate d187a77e40 Merge branch 'origin/develop' into Weblate. 2023-03-27 16:19:49 +00:00
Michael Weimann b0de7b3bb6
Use unique keys for voice broadcast pips (#10457) 2023-03-27 18:19:42 +02:00
Weblate 093e9b148c Merge branch 'origin/develop' into Weblate. 2023-03-27 13:48:17 +00:00
Michael Telatynski 065e970325
Conform `src/hooks/*` code to `strictNullChecks` (#10460) 2023-03-27 14:45:46 +01:00
Weblate 7bd4bc7871 Merge branch 'origin/develop' into Weblate. 2023-03-27 10:57:11 +00:00
Janne Mareike Koschinski 63678603e0
Revert "Mentions as links rte (#10422)" (#10458)
This reverts commit 1af71089dd.
2023-03-27 12:57:05 +02:00
Weblate 0d2567c270 Merge branch 'origin/develop' into Weblate. 2023-03-27 08:56:37 +00:00
Michael Telatynski 58a4003a59
Fix "show read receipts sent by other users" not applying to threads (#10445) 2023-03-27 09:56:31 +01:00
Weblate a6ec3659a3 Merge branch 'origin/develop' into Weblate. 2023-03-27 08:07:50 +00:00
Michael Weimann aec454dd6f
Add `UserProfilesStore`, `LruCache` and cache for user permalink profiles (#10425) 2023-03-27 10:07:43 +02:00
Weblate 68c2c98cf4 Merge branch 'origin/develop' into Weblate. 2023-03-27 07:39:41 +00:00
Michael Telatynski 1c039fcd38
Fix joining public rooms without aliases in search dialog (#10437)
Co-authored-by: Andy Balaam <andy.balaam@matrix.org>
2023-03-27 07:39:34 +00:00
Weblate 1dbd0b0023 Merge branch 'origin/develop' into Weblate. 2023-03-27 07:01:16 +00:00
Michael Telatynski c225b8ec29
Conform more code to `strictNullChecks` (#10444
* Conform more code to `strictNullChecks`

* Fix tests

* Fix tests
2023-03-27 08:01:09 +01:00
Weblate f52f7db9c7 Merge branch 'origin/develop' into Weblate. 2023-03-27 06:38:06 +00:00
Priit Jõerüüt b780a02531 Translated using Weblate (Estonian)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-27 06:38:06 +00:00
Jozef Gaal 0f5091a14e Translated using Weblate (Slovak)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-03-27 06:38:03 +00:00
waclaw66 f9c7ced7e7 Translated using Weblate (Czech)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-03-27 06:37:59 +00:00
Linerly 1b1181c48c Translated using Weblate (Indonesian)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-03-27 06:37:57 +00:00
Ihor Hordiichuk 0ce227d233 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-03-27 06:37:54 +00:00
Jeff Huang 5685f78bfa Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-27 06:37:50 +00:00
Glandos 8b544e7186 Translated using Weblate (French)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-03-27 06:37:48 +00:00
Vri b1b7b7eeb0 Translated using Weblate (German)
Currently translated at 100.0% (3762 of 3762 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-27 06:37:45 +00:00
Michael Weimann ba2608ec74
Add `m.direct` filter / validation (#10436) 2023-03-27 08:37:35 +02:00
Weblate dd69c5010b Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-03-24 19:40:26 +00:00
Weblate 7585027378 Merge branch 'origin/develop' into Weblate. 2023-03-24 19:39:31 +00:00
Eric Eastwood e5f06df3f7
Better error handling in jump to date (#10405)
- Friendly error messages with details
 - Add a way to submit debug logs for actual errors (non-networking errors)
 - Don't jump someone back to a room they already navigated away from. Fixes bug mentioned in https://github.com/vector-im/element-web/issues/21263#issuecomment-1056809714
2023-03-24 14:39:24 -05:00
Weblate 58e91c9a50 Merge branch 'origin/develop' into Weblate. 2023-03-24 17:07:32 +00:00
alunturner 1af71089dd
Mentions as links rte (#10422)
* bumps the RTE dependency to introduce user/room mention handling
* adds autocomplete behaviour to allow users to insert user and room mentions as links
* sets up tests for the autocomplete behaviour
2023-03-24 17:07:24 +00:00
Weblate dd6901c000 Merge branch 'origin/develop' into Weblate. 2023-03-24 12:57:42 +00:00
Glandos 0199c43533 Translated using Weblate (French)
Currently translated at 100.0% (3755 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-03-24 12:57:42 +00:00
Suguru Hirahara 8e1b9f46d4
Set expected value of line-height to expanded generic event list summary (GELS) spacer on IRC layout (#10211)
* Set expected line height to an expanded GELS line on IRC layout, add a test
* Add a test for compact modern/group layout
* Create a new test category on timeline.spec.ts
* Rename the class name as 'spacer'
* Add a test for GELS' spacer on bubble layout
---------

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Co-authored-by: Germain <germain@souquet.com>
2023-03-24 12:57:32 +00:00
waclaw66 3c02dc246c Translated using Weblate (Czech)
Currently translated at 100.0% (3755 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-03-24 09:26:01 +00:00
Linerly 8c519da3ad Translated using Weblate (Indonesian)
Currently translated at 100.0% (3755 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-03-24 09:25:59 +00:00
Ihor Hordiichuk 0f6ccace67 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3755 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-03-24 09:25:58 +00:00
Weblate 8e60acc159 Merge branch 'origin/develop' into Weblate. 2023-03-23 17:25:30 +00:00
Jozef Gaal c83567f95d Translated using Weblate (Slovak)
Currently translated at 100.0% (3755 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-03-23 17:25:30 +00:00
random 692256b1d1 Translated using Weblate (Italian)
Currently translated at 100.0% (3755 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2023-03-23 17:25:28 +00:00
Peter Chen 39f27621d1 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3755 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-23 17:25:26 +00:00
Justin Carlson 332d1268a4
Fix `creatorUserId is required` error when opening sticker picker (#10423)
* Use sender if sticker picker widget does not have creatorUserId

* Add creatorUserId when creating sticker picker widgets

* Add e2e test for stickerpicker widget missing creatorUserId

* Fix stickerpicker widget event data in e2e tests

* Fix userId in stickerpicker e2e tests

* Fix linter errors
2023-03-23 17:25:16 +00:00
Priit Jõerüüt 0181191ced Translated using Weblate (Estonian)
Currently translated at 100.0% (3755 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-23 14:55:27 +00:00
Vri 1f965222fd Translated using Weblate (German)
Currently translated at 100.0% (3755 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-23 14:55:25 +00:00
Weblate 9f8fb02fa9 Merge branch 'origin/develop' into Weblate. 2023-03-23 13:36:02 +00:00
Florian Duros e4dfb21e56
Fix strict `strictNullChecks` to `src/editor/*` (#10428
* Fix strict `strictNullChecks` to `src/editor/*`

* Fix autoComplete creation

* Fix dom regression

* Remove changes
2023-03-23 13:35:55 +00:00
Weblate 16d68c7e7d Merge branch 'origin/develop' into Weblate. 2023-03-23 11:47:46 +00:00
Patrick Cloke e19127f8ad
Implement MSC3952: intentional mentions (#9983)
Implements the intentional mentions feature of MSC3952 (behind
a labs flag).

If enabled, this will send an org.matrix.msc3952.mentions property
on events that will contain the user IDs and/or whether the room is
being mentioned. These mentions also gets propagated via some
custom behaviour for replies and edits.
2023-03-23 11:47:40 +00:00
Linerly ba37daaecc Translated using Weblate (Indonesian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-03-23 11:14:51 +00:00
Jeff Huang ee9dc3dca6 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-23 11:14:49 +00:00
Szimszon 9ec4d2b620 Translated using Weblate (Hungarian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2023-03-23 11:14:47 +00:00
Glandos d218c78166 Translated using Weblate (French)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-03-23 11:14:45 +00:00
Priit Jõerüüt c0f4a08066 Translated using Weblate (Estonian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-22 20:22:33 +00:00
Jozef Gaal b07459bdf6 Translated using Weblate (Slovak)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-03-22 20:22:31 +00:00
Ihor Hordiichuk d2be40fc4b Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-03-22 20:22:29 +00:00
Weblate 92d2aba77d Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-03-22 16:46:52 +00:00
Weblate ee1f3d9813 Merge branch 'origin/develop' into Weblate. 2023-03-22 16:45:59 +00:00
Besnik Bleta 5d0679286b Translated using Weblate (Albanian)
Currently translated at 99.6% (3740 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2023-03-22 16:45:58 +00:00
waclaw66 0d3220c1e6 Translated using Weblate (Czech)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-03-22 16:45:55 +00:00
Vri 5249a0d073 Translated using Weblate (German)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-22 16:45:53 +00:00
Eric Eastwood ed88e0cdce
Prevent future date selection in jump to date (#10419)
You can still type in whatever date you want (native date input behavior) but the UI picker has future dates disabled.

Fix https://github.com/vector-im/element-web/issues/20800
2023-03-22 11:45:44 -05:00
Weblate 9376380bbd Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-03-22 12:28:25 +00:00
Weblate e445da50f2 Merge branch 'origin/develop' into Weblate. 2023-03-22 12:27:32 +00:00
Michael Weimann 3eb6a55b93
Tweak pill UI (#10417) 2023-03-22 13:27:24 +01:00
Weblate 8b67247221 Merge branch 'origin/develop' into Weblate. 2023-03-22 12:15:33 +00:00
Andy Balaam ba36d2cc01
Improve strictNullChecks support in right_panel (#10415) 2023-03-22 12:15:26 +00:00
Jozef Gaal 8ac8d3a735 Translated using Weblate (Slovak)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-03-22 08:38:32 +00:00
Jiri Grönroos 3f08696323 Translated using Weblate (Finnish)
Currently translated at 90.1% (3385 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2023-03-22 08:38:29 +00:00
Glandos b4063b420d Translated using Weblate (French)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-03-22 08:38:23 +00:00
Weblate dd9dce9a4a Merge branch 'origin/develop' into Weblate. 2023-03-21 15:56:07 +00:00
Priit Jõerüüt 0eb730a4f3 Translated using Weblate (Estonian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-21 15:56:07 +00:00
random 02189eba7e Translated using Weblate (Italian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2023-03-21 15:56:04 +00:00
Peter Chen dc01c742f3 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3753 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-21 15:56:02 +00:00
Vri 417714b12a Translated using Weblate (German)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-21 15:56:00 +00:00
Eric Eastwood f7fe0e9d8b
Fix block/inline Element descendants error noise in NewRoomIntro.tsx (#10412)
Error before:
```
Warning: validateDOMNesting(...): <div> cannot appear as a descendant of <p>.
    at div
    at AccessibleButton (webpack-internal:///470:43:7)
    at span
    at p
    at li
    at NewRoomIntro (webpack-internal:///2063:77:71)
    at ol
    at div
    at div
    at AutoHideScrollbar (webpack-internal:///1020:37:5)
    at ScrollPanel (webpack-internal:///1106:69:5)
    at ErrorBoundary (webpack-internal:///2070:47:5)
    at MessagePanel (webpack-internal:///2060:169:5)
    at TimelinePanel (webpack-internal:///2095:113:5)
    at div
    at div
    at div
    at MainSplit (webpack-internal:///2019:31:5)
    at ErrorBoundary (webpack-internal:///2070:47:5)
    at main
    at RoomView (webpack-internal:///2018:330:5)
    at div
    at div
    at div
    at LoggedInView (webpack-internal:///1907:130:5)
    at ErrorBoundary (webpack-internal:///2070:47:5)
    at MatrixChat (webpack-internal:///1900:234:5)
```
2023-03-21 10:55:48 -05:00
Weblate b36d33f772 Merge branch 'origin/develop' into Weblate. 2023-03-21 11:38:54 +00:00
waclaw66 48d357c65d Translated using Weblate (Czech)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-03-21 11:38:54 +00:00
Ihor Hordiichuk f7ecb1a805 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3754 of 3754 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-03-21 11:38:52 +00:00
Dominik Henneke ef68650594
Implement MSC3973: Search users in the user directory with the Widget API (#10269)
* Add an action to search for users in the user directory according to MSC3973

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>

* Fix linter errors

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>

* Update the matrix-widget-api package to version 1.3.0

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>

* Improve the test

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>

---------

Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>
2023-03-21 11:38:41 +00:00
Weblate d94761fbd0 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-03-21 09:24:20 +00:00
Weblate 4a5467c8a4 Merge branch 'origin/develop' into Weblate. 2023-03-21 09:23:27 +00:00
Michael Weimann 96d1b74ffc
Pillify event permalinks (#10392) 2023-03-21 10:23:20 +01:00
Weblate 51f831c734 Merge branch 'origin/develop' into Weblate. 2023-03-21 09:08:51 +00:00
Michael Weimann c238e72e47
Strictify audio-messages (#10410) 2023-03-21 09:08:44 +00:00
Weblate 429b674bd5 Merge branch 'origin/develop' into Weblate. 2023-03-21 09:06:52 +00:00
maheichyk d4b81882e5
Show filterContainer if "UIComponent.filterContainer" is enabled (#10381)
Signed-off-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
Co-authored-by: Mikhail Aheichyk <mikhail.aheichyk@nordeck.net>
2023-03-21 09:06:43 +00:00
Peter Chen 381a795c13 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3751 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-20 16:52:33 +00:00
Weblate a4bb307be1 Merge branch 'origin/develop' into Weblate. 2023-03-20 16:05:18 +00:00
Eric Eastwood bac1ca5355
Remove unreadable alt attribute from the room status bar warning icon (nonsense to screenreaders) (#10402)
And the other content like the title already describe what's going on sufficiently.

Split out from https://github.com/matrix-org/matrix-react-sdk/pull/8354
2023-03-20 11:05:03 -05:00
Weblate 6b9c819414 Merge branch 'origin/develop' into Weblate. 2023-03-20 16:04:19 +00:00
Eric Eastwood 7a68bd9cef
Fix big date separators when jump to date is enabled (#10404)
Fix https://github.com/vector-im/element-web/issues/22969
2023-03-20 11:03:36 -05:00
Weblate b671c18fbe Merge branch 'origin/develop' into Weblate. 2023-03-20 15:59:03 +00:00
Peter Chen 7bee180648 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3751 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-20 15:59:03 +00:00
Eric Eastwood 5b2e12ca0c
Refactor custom logic to use the shared canResetTimeline() (#10403)
Split out from https://github.com/matrix-org/matrix-react-sdk/pull/8354#discussion_r852611407
2023-03-20 10:58:53 -05:00
Szimszon 93da621d81 Translated using Weblate (Hungarian)
Currently translated at 100.0% (3751 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2023-03-20 12:21:17 +00:00
Weblate 50fdf603f9 Merge branch 'origin/develop' into Weblate. 2023-03-20 09:54:30 +00:00
Janne Mareike Koschinski 503df54bd6
Handle more edge cases in Space Hierarchy (#10280) 2023-03-20 10:54:24 +01:00
Weblate 1c007feefc Merge branch 'origin/develop' into Weblate. 2023-03-20 09:50:18 +00:00
Andy Balaam ca0dfb6c1e
Further improve performance with lots of hidden events (#10353)
* Avoid re-calculating shouldShowEvent in getReadReceiptsByShownEvent

* Test that uses a MainGrouper

* Cache more calls to shouldShowEvent
2023-03-20 09:50:07 +00:00
Peter Chen 18780ff155 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3750 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-19 18:33:47 +00:00
Weblate bf6d3d6975 Merge branch 'origin/develop' into Weblate. 2023-03-17 20:08:23 +00:00
Eric Eastwood bc60e59eda
Add stable unstable version for jump to date before `v1.6` is fully supported on a homeserver (#10398)
Add stable unstable version (`org.matrix.msc3030.stable`) for jump to date [before `v1.6` is fully supported on a homeserver](https://github.com/matrix-org/synapse/issues/15089).

Related to https://github.com/vector-im/element-web/issues/24362 but does not solve immediately because Synapse does not supply `org.matrix.msc3030.stable` yet

Also refactored `ServerSupportUnstableFeatureController` to support multiple feature groups where any one of them will enable the setting. All features in a feature group are required. This way having either `org.matrix.msc3030` or `org.matrix.msc3030.stable` will enable the jump to date feature flag with a config of `[["org.matrix.msc3030"], ["org.matrix.msc3030.stable"]]`
2023-03-17 15:08:17 -05:00
Weblate fe9ee2a9f2 Merge branch 'origin/develop' into Weblate. 2023-03-17 17:31:43 +00:00
Eric Eastwood f3f87054b4
MSC3030 jump to date stable is part of Matrix v1.6 (#10397)
See https://matrix.org/blog/2023/02/14/matrix-v-1-6-release
2023-03-17 12:31:36 -05:00
Weblate 0064feaad0 Merge branch 'origin/develop' into Weblate. 2023-03-16 23:58:46 +00:00
Kerry b2c046689e
Apply `strictNullChecks` to `src/components/views/dialogs/devtools/*` (#10391) 2023-03-16 23:58:41 +00:00
Weblate cd1c4ba03f Merge branch 'origin/develop' into Weblate. 2023-03-16 21:28:05 +00:00
Peter Chen 8b47947cda Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3750 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-16 21:28:05 +00:00
Kerry 5211b628d6
add fallback reply for poll start (#10380) 2023-03-16 21:27:56 +00:00
Weblate 401383e1e5 Merge branch 'origin/develop' into Weblate. 2023-03-16 14:01:19 +00:00
Glandos 4c64602334 Translated using Weblate (French)
Currently translated at 100.0% (3751 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-03-16 14:01:19 +00:00
Michael Weimann a86a8e7f8e
Pillify permalinks to rooms and users (#10388) 2023-03-16 15:01:09 +01:00
Weblate 84e7d9e6c6 Merge branch 'origin/develop' into Weblate. 2023-03-16 12:24:28 +00:00
Michael Telatynski d850c95099
Respect user cancelling upload flow by dismissing spinner (#10373) 2023-03-16 12:24:22 +00:00
Weblate fbfad792d1 Merge branch 'origin/develop' into Weblate. 2023-03-16 11:07:38 +00:00
Michael Telatynski 1c9ea423c9
Conform more code to `strictNullChecks` (#10374)
* Apply `strictNullChecks` to `src/components/views/room_settings/*`

* Restore tsconfig.json

* Conform more code to `strictNullChecks`

* Iterate

* Update matrix-widget-api

* Conform more code to `strictNullChecks`
2023-03-16 11:07:29 +00:00
Weblate d4847cb58d Merge branch 'origin/develop' into Weblate. 2023-03-16 10:35:28 +00:00
Peter Chen dddfe45b55 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3750 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-16 10:35:28 +00:00
Michael Telatynski 9c816bb720
Conform more code to `strictNullChecks` (#10383
* Update matrix-widget-api

* Conform more code to `strictNullChecks`

* Iterate
2023-03-16 10:35:17 +00:00
Weblate 722f290e48 Merge branch 'origin/develop' into Weblate. 2023-03-16 09:56:04 +00:00
Peter Chen 057576cee5 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3750 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-16 09:56:04 +00:00
Weblate f5a1c9a1e5 Merge branch 'origin/develop' into Weblate. 2023-03-16 09:55:07 +00:00
Linerly 605322d9ea Translated using Weblate (Indonesian)
Currently translated at 100.0% (3751 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-03-16 09:55:07 +00:00
Michael Weimann aae9dfbb7d
Strictify voice-broadcast (#10393) 2023-03-16 10:55:06 +01:00
Jeff Huang 50e24f94da Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3750 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-16 09:55:04 +00:00
Peter Chen 7238b36ece Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3750 of 3751 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-16 09:55:03 +00:00
Michael Weimann 6d15b05b86
Fix wrong E2E icon in room header for unencrypted local room (#10394) 2023-03-16 10:54:54 +01:00
Weblate 1cbd5c37a9 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-03-15 20:55:12 +00:00
Weblate 3b4951749c Merge branch 'origin/develop' into Weblate. 2023-03-15 20:54:19 +00:00
Kerry 2344eaab1c
Poll history - remove active development labs flag (#10357)
* add poll history tab to room settings

* test poll history in room settings

* remove posthog tracking for poll his

* remove labs flag for poll history

* i18n
2023-03-15 20:54:12 +00:00
Weblate 9f5f845b44 Merge branch 'origin/develop' into Weblate. 2023-03-15 20:28:06 +00:00
Kerry 31a959efe9
Apply `strictNullChecks` to `src/resizer/*` (#10378) 2023-03-15 20:27:59 +00:00
Weblate 95c8f22abd Merge branch 'origin/develop' into Weblate. 2023-03-15 17:32:38 +00:00
Michael Weimann 37d218eb61
Stricitfy rageshake (#10389) 2023-03-15 17:32:31 +00:00
Weblate 837a90a1f4 Merge branch 'origin/develop' into Weblate. 2023-03-15 16:53:59 +00:00
Peter Chen 7889983881 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (3747 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-15 16:53:59 +00:00
Michael Telatynski a4262cd8cf
Fix `[object Object]` in feedback metadata (#10390) 2023-03-15 16:53:49 +00:00
Weblate 6efbab0896 Merge branch 'origin/develop' into Weblate. 2023-03-15 15:56:42 +00:00
random fc81f39c7f Translated using Weblate (Italian)
Currently translated at 100.0% (3752 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2023-03-15 15:56:42 +00:00
Peter Chen b61508a83d Translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (3747 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-15 15:56:40 +00:00
Michael Telatynski 1e651bf1a5
Clear electron data when logging out (#10386) 2023-03-15 15:56:29 +00:00
Weblate 3698966c63 Merge branch 'origin/develop' into Weblate. 2023-03-15 12:56:22 +00:00
Michael Telatynski f37ae1e230
Fix sanitise html warning about unsafe tags (#10384) 2023-03-15 12:56:15 +00:00
Weblate 41a8db19bb Merge branch 'origin/develop' into Weblate. 2023-03-15 12:51:54 +00:00
Dominik Henneke 0cfd97b180
Add API params to mute audio and/or video in Jitsi calls by default (#10376)
Signed-off-by: Dominik Henneke <dominik.henneke@nordeck.net>
2023-03-15 13:51:00 +01:00
Weblate 8ceacf2b21 Merge branch 'origin/develop' into Weblate. 2023-03-15 12:47:44 +00:00
Besnik Bleta 6be8f6d13b Translated using Weblate (Albanian)
Currently translated at 99.5% (3734 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2023-03-15 12:47:44 +00:00
Jozef Gaal e193ef7417 Translated using Weblate (Slovak)
Currently translated at 100.0% (3752 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-03-15 12:47:42 +00:00
waclaw66 567805ea88 Translated using Weblate (Czech)
Currently translated at 100.0% (3752 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-03-15 12:47:39 +00:00
Ihor Hordiichuk f6352f50ca Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3752 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-03-15 12:47:37 +00:00
Peter Chen 1515dbb5d5 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (3748 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-15 12:47:34 +00:00
Vri a76abb05be Translated using Weblate (German)
Currently translated at 100.0% (3752 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-15 12:47:32 +00:00
Michael Telatynski 87fb493783
Fix pinned messages card saying nothing pinned while loading (#10385) 2023-03-15 12:47:21 +00:00
Weblate c3563d94c6 Merge branch 'origin/develop' into Weblate. 2023-03-15 09:20:33 +00:00
Priit Jõerüüt b61a3ac43a Translated using Weblate (Estonian)
Currently translated at 100.0% (3752 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-15 09:20:33 +00:00
Glandos fd3ab38bbd Translated using Weblate (French)
Currently translated at 99.8% (3746 of 3752 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-03-15 09:20:30 +00:00
Michael Telatynski 0c38bd7beb
Fix import e2e key dialog staying disabled after paste (#10375) 2023-03-15 09:20:20 +00:00
Weblate 6c4c3ce7b2 Merge branch 'origin/develop' into Weblate. 2023-03-15 08:39:08 +00:00
Michael Telatynski ad65b4e444
Apply `strictNullChecks` to `src/components/views/room_settings/*` (#10366
* Apply `strictNullChecks` to `src/components/views/room_settings/*`

* Restore tsconfig.json
2023-03-15 08:39:02 +00:00
Weblate 3198e93433 Update translation files
Updated by "Cleanup translation files" hook in Weblate.

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/
2023-03-15 08:38:51 +00:00
Weblate 5f93d2d33e Merge branch 'origin/develop' into Weblate. 2023-03-15 08:37:57 +00:00
Jozef Gaal d2070d4840 Translated using Weblate (Slovak)
Currently translated at 100.0% (3749 of 3749 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-03-15 08:37:57 +00:00
Linerly e3563db5bf Translated using Weblate (Indonesian)
Currently translated at 100.0% (3749 of 3749 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-03-15 08:37:55 +00:00
Jeff Huang e2de6eb54f Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3749 of 3749 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-15 08:37:54 +00:00
Vri 5207b12a32 Translated using Weblate (German)
Currently translated at 100.0% (3749 of 3749 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-15 08:37:51 +00:00
Michael Telatynski e3930fb8b0
Show all labs even if incompatible, with appropriate tooltip explaining requirements (#10369)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
2023-03-15 08:37:41 +00:00
Weblate 9436fc7910 Merge branch 'origin/develop' into Weblate. 2023-03-14 21:25:28 +00:00
Priit Jõerüüt aa9acbad82 Translated using Weblate (Estonian)
Currently translated at 100.0% (3748 of 3748 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-14 21:25:28 +00:00
Linerly 04feab49c7 Translated using Weblate (Indonesian)
Currently translated at 100.0% (3748 of 3748 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-03-14 21:25:26 +00:00
Ihor Hordiichuk a7703dd86a Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3748 of 3748 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-03-14 21:25:25 +00:00
Peter Chen 72ba385167 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3747 of 3748 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-14 21:25:22 +00:00
Vri 10be69e4a1 Translated using Weblate (German)
Currently translated at 100.0% (3748 of 3748 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-14 21:25:21 +00:00
Kerry 209b65243a
Enable "jsx-a11y/alt-text" and "jsx-a11y/label-has-associated-control" lint rules (#10361)
* enable "jsx-a11y/alt-text" lint rule

* enable "jsx-a11y/label-has-associated-control"
2023-03-14 21:25:11 +00:00
Weblate 20b16ab183 Merge branch 'origin/develop' into Weblate. 2023-03-14 15:20:48 +00:00
Peter Chen dbaab3884e Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3746 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-14 15:20:48 +00:00
Michael Telatynski e0e83bd81d
Fix UIFeature.Registration not applying to all paths (#10371) 2023-03-14 15:20:38 +00:00
Priit Jõerüüt 856e969fd8 Translated using Weblate (Estonian)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-03-14 14:32:29 +00:00
Besnik Bleta 376b600000 Translated using Weblate (Albanian)
Currently translated at 99.6% (3733 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2023-03-14 14:32:27 +00:00
Peter Chen 40cdc0803b Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3746 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-14 14:32:25 +00:00
Szimszon a44dd50ab0 Translated using Weblate (Hungarian)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2023-03-14 14:32:23 +00:00
Weblate 0b2f696a10 Merge branch 'origin/develop' into Weblate. 2023-03-14 11:09:42 +00:00
Michael Telatynski 8cb8cd4eb1
Conform more code to `strictNullChecks` (#10368
* Conform more code to `strictNullChecks`

* Iterate
2023-03-14 11:09:35 +00:00
Michael Weimann 370c872d70 Roll back pillify everything (#10370)
(cherry picked from commit 05e3fb09d6)
2023-03-14 11:05:02 +00:00
Weblate dc07fb005c Merge branch 'origin/develop' into Weblate. 2023-03-14 10:56:23 +00:00
Peter Chen a5d0d63b94 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3746 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-14 10:56:23 +00:00
Michael Weimann 05e3fb09d6
Roll back pillify everything (#10370) 2023-03-14 11:56:14 +01:00
Weblate e0bed5d455 Merge branch 'origin/develop' into Weblate. 2023-03-14 09:29:53 +00:00
Jozef Gaal 74590de5d7 Translated using Weblate (Slovak)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-03-14 09:29:53 +00:00
waclaw66 6eb8e29cd7 Translated using Weblate (Czech)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-03-14 09:29:51 +00:00
Linerly b2b15a4698 Translated using Weblate (Indonesian)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-03-14 09:29:49 +00:00
Jeff Huang c5834a652f Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3746 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-14 09:29:48 +00:00
Peter Chen f853bc58f3 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.9% (3746 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-14 09:29:48 +00:00
Glandos 2ad0bae76f Translated using Weblate (French)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-03-14 09:29:46 +00:00
Vri 69a324fab8 Translated using Weblate (German)
Currently translated at 100.0% (3747 of 3747 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-03-14 09:29:44 +00:00
Michael Telatynski 7c2511a592
Apply `strictNullChecks` to `src/components/views/context_menus/*` (#10367) 2023-03-14 09:29:35 +00:00