Commit Graph

45065 Commits (bd14077b5be1d59469d0e362eddae72acabb8045)

Author SHA1 Message Date
Priit Jõerüüt 3a9620e74a 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-02-28 09:39:52 +00:00
Jozef Gaal 77ff112e5c 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-02-28 09:39:50 +00:00
Glandos 8d84c26320 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-02-28 09:39:46 +00:00
Michael Weimann 2c7dfb5401
Factor out basic email check (#10244) 2023-02-28 10:39:35 +01:00
Weblate a08997c9a8 Merge branch 'origin/develop' into Weblate. 2023-02-28 08:58:30 +00:00
Michael Telatyński f40d15388c
Update tests to prefer RTL over Enzyme (#10247
* Update tests to prefer RTL over Enzyme

* Strict types
2023-02-28 08:58:23 +00:00
Weblate 5470a57630 Merge branch 'origin/develop' into Weblate. 2023-02-28 08:56:05 +00:00
Kerry dd6fc124d7
Apply strictNullChecks to src/components/views/location/* (#10249
* strict fixes

* accessiblebutton without onClick explicit

* strict fix for UserMenu BaseAvatar
2023-02-28 08:55:59 +00:00
Weblate c76ebeffa8 Merge branch 'origin/develop' into Weblate. 2023-02-28 08:44:24 +00:00
Priit Jõerüüt 772bda1439 Translated using Weblate (Estonian)
Currently translated at 99.8% (3748 of 3755 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-02-28 08:44:24 +00:00
renovate[bot] 6de8d85f7e
Update dependency eslint-plugin-matrix-org to v1 (#10222)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 08:44:14 +00:00
Weblate dc42dd5274 Merge branch 'origin/develop' into Weblate. 2023-02-28 08:02:28 +00:00
waclaw66 638d4e445e 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-02-28 08:02:28 +00:00
Linerly 84e39f51b1 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-02-28 08:02:24 +00:00
Vri bf31f1a92e 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-02-28 08:02:21 +00:00
renovate[bot] 57ed89e460
Update babel monorepo (#10233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 08:02:11 +00:00
Weblate 80f3f89581 Merge branch 'origin/develop' into Weblate. 2023-02-28 02:56:37 +00:00
Ihor Hordiichuk e4669d65cc 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-02-28 02:56:37 +00:00
Kerry 7c70dd9d16
Poll history: fetch more poll history (#10235)
* load more pages of polls

* load more and no results messages

* style no results message

* remove debug

* strict fixes

* comments

* i18n pluralisations

* pluralisation the right way
2023-02-28 02:56:27 +00:00
Weblate f04e34d2f5 Merge branch 'origin/develop' into Weblate. 2023-02-27 20:40:01 +00:00
Kerry f57495d3cd
Poll history: detail screen (#10172)
* basic navigation to focused poll

* add tooltip

* drill permalinkCreator down to poll history

* render poll tile and link to timeline

* tidy and lint

* unit test poll detail

* add view poll link to ended pollliste item

* strict fix

* pr improvements

* pass room as prop

* permalinkcreator ts assertion
2023-02-27 20:39:55 +00:00
Weblate 9949886640 Merge branch 'origin/develop' into Weblate. 2023-02-27 18:50:22 +00:00
Michael Telatyński 9b2b3ca42e
Remove tests of non-spec-compliant behaviour (#10248) 2023-02-27 18:50:15 +00:00
Weblate 47886b6b6a Merge branch 'origin/develop' into Weblate. 2023-02-27 17:09:22 +00:00
grimhilt 0546a11fd9
Sort short/exact emoji matches before longer incomplete matches (#10212)
* apply sort for exact match

* add tests for emoji provider

* apply filter in the emoji picker

* add tests

* revert cypress version

* put correct copyright

* fix eslint

* fix eslint

* add type

* fix cypress test

* fix tsc types issues

* add forgotten space...

---------

Co-authored-by: grimhilt <grimhilt@users.noreply.github.com>
Co-authored-by: David Baker <dbkr@users.noreply.github.com>
2023-02-27 17:09:15 +00:00
Weblate 663eede6a6 Merge branch 'origin/develop' into Weblate. 2023-02-27 16:27:20 +00:00
Germain b9f61da7e6
Add EventTileThreadToolbar tests (#10243) 2023-02-27 16:27:13 +00:00
Weblate a2b0daddbc Merge branch 'origin/develop' into Weblate. 2023-02-27 10:12:54 +00:00
Besnik Bleta fbfccd6ebc Translated using Weblate (Albanian)
Currently translated at 99.6% (3730 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2023-02-27 10:12:54 +00:00
renovate[bot] 24b8bcac88
Update dependency stylelint to v15 (#10242)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-27 10:12:42 +00:00
Weblate f971d0331a Merge branch 'origin/develop' into Weblate. 2023-02-27 09:34:10 +00:00
David Baker 62cd0f1beb
Use the room avatar as a placeholder in calls (#10231)
* Use the room avatar as a placeholder in calls

Rather than the image for the user we're in a call with. This makes
it work correctly with virtual rooms easily since we'll get the
avatar for the correct room.

* Prettier

* TS strict errors

* More TS strict fixes

* More strict TS

* Prettier

* Even more TS strict

* more stricter
2023-02-27 09:34:02 +00:00
Weblate 5bda2c9a9b Merge branch 'origin/develop' into Weblate. 2023-02-27 09:16:55 +00:00
Michael Telatyński c22971e542
Improve percy snapshot stability (#10239) 2023-02-27 09:16:49 +00:00
Weblate 5252712f9a Merge branch 'origin/develop' into Weblate. 2023-02-27 09:15:41 +00:00
waclaw66 89ef9ee454 Translated using Weblate (Czech)
Currently translated at 100.0% (3744 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2023-02-27 09:15:41 +00:00
random 28dce9f912 Translated using Weblate (Italian)
Currently translated at 100.0% (3744 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2023-02-27 09:15:39 +00:00
Michael Telatyński 12dd799301
Fix double translation issue (#10240
* Fix double translation issue

* Remove some redundant string concatenations
2023-02-27 09:15:27 +00:00
Weblate 924d98ebf7 Merge branch 'origin/develop' into Weblate. 2023-02-26 21:31:33 +00:00
Priit Jõerüüt 39b6b97fc6 Translated using Weblate (Estonian)
Currently translated at 100.0% (3744 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2023-02-26 21:31:32 +00:00
Jozef Gaal aea804ca12 Translated using Weblate (Slovak)
Currently translated at 100.0% (3744 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2023-02-26 21:31:30 +00:00
Linerly 2e118527fe Translated using Weblate (Indonesian)
Currently translated at 100.0% (3744 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-02-26 21:31:28 +00:00
Ihor Hordiichuk f7e3ff1e73 Translated using Weblate (Ukrainian)
Currently translated at 100.0% (3744 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2023-02-26 21:31:26 +00:00
Szimszon 6340c0ef80 Translated using Weblate (Hungarian)
Currently translated at 99.9% (3742 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2023-02-26 21:31:23 +00:00
Glandos ab6ccae091 Translated using Weblate (French)
Currently translated at 100.0% (3744 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2023-02-26 21:31:21 +00:00
Vri b9acdba9f2 Translated using Weblate (German)
Currently translated at 100.0% (3744 of 3744 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2023-02-26 21:31:19 +00:00
renovate[bot] a3defa6cf7
Update dependency rimraf to v4 (#10234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-27 10:31:10 +13:00
Weblate 98c54bc1ca Merge branch 'origin/develop' into Weblate. 2023-02-24 15:59:37 +00:00
Aaron Raimist d9d0ab3d98
Provide a more detailed error message than "No known servers" (#6048)
* Provide a more detailed error message than "No known servers"

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Fix PR since file was refactored

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Fix formatting

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* lint

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Update src/stores/RoomViewStore.tsx

Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>

* Add example identifiers and a more detailed explanation

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Lint

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Lint

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Revert back to original wording (except s/alias/address)

Alias was a better name imo but Element calls them addresses now so changed to be consistent.

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Prettier

Signed-off-by: Aaron Raimist <aaron@raim.ist>

* Fix ts error

* Add snapshot test

* Check the Modal props

* Add test case to reach quality gate

---------

Signed-off-by: Aaron Raimist <aaron@raim.ist>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
Co-authored-by: Florian Duros <florianduros@element.io>
2023-02-24 15:59:30 +00:00
Weblate c0747a7bff Merge branch 'origin/develop' into Weblate. 2023-02-24 15:28:48 +00:00