69131 Commits

Author SHA1 Message Date
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
Weblate b022363765 Merge branch 'origin/develop' into Weblate. 2023-03-20 12:21:17 +00: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
renovate[bot] 28f217b035 Update all non-major dependencies (#10315)
* Update all non-major dependencies

* downgrade axe due to test failures

* ci: force rerun

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Janne Mareike Koschinski <jannemk@element.io>
2023-03-20 13:21:06 +01: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
Weblate 75aa07a128 Merge branch 'origin/develop' into Weblate. 2023-03-20 08:22:05 +00:00
Michael Telatynski 775b03572c Correctly specify minimum Node version (#582) 2023-03-20 09:22:00 +01:00
Weblate d35f3df621 Merge branch 'origin/develop' into Weblate. 2023-03-20 08:21:23 +00:00
renovate[bot] 4121f72593 Update typescript-eslint monorepo to v5.55.0 (#24788)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-20 09:21:14 +01:00
Weblate 41c0be9761 Merge branch 'origin/develop' into Weblate. 2023-03-20 08:17:39 +00:00
Michael Telatynski 74579317db Switch to production ssl.com cert (#585) 2023-03-20 08:17:34 +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 9ed1018f1b Merge branch 'origin/develop' into Weblate. 2023-03-17 15:33:24 +00:00
Michael Telatynski 18d80e4e9c Clear electron data when logging out (#578) 2023-03-17 15:33:19 +00:00
Weblate d9eeeabbb4 Merge branch 'origin/develop' into Weblate. 2023-03-17 15:17:33 +00:00
Michael Telatynski c560bb2de7 Update GPG keyring with extended validity period (#584) 2023-03-17 15:17:29 +00:00
Weblate 8aede23784 Merge branch 'origin/develop' into Weblate. 2023-03-17 13:11:49 +00:00
Jaiwanth 747d65f1f9 Increase space panel collapse clickable area (#6084) 2023-03-17 13:11:42 +00:00
Weblate 6a1a47aae1 Merge branch 'origin/develop' into Weblate. 2023-03-17 09:04:59 +00:00
Michael Telatynski 4440315cfb Update apple-app-site-association (#24847) 2023-03-17 09:04:52 +00:00
Weblate e08bf3d70a Merge branch 'origin/develop' into Weblate. 2023-03-17 07:48:44 +00:00
Suguru Hirahara c9e7aaf24b Add a basic E2E test for event tiles (#10306)
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2023-03-17 08:48:34 +01: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 b2a7d65fc9 Merge branch 'origin/develop' into Weblate. 2023-03-16 11:32:46 +00:00
Germain c8b3f5d512 Update safari support policy (#24842) 2023-03-16 11:32:39 +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 a276cf26c7 Merge branch 'origin/develop' into Weblate. 2023-03-16 10:31:11 +00:00
Michael Telatynski 8235275d2c Send Electron crashpad reports to Sentry from Nightly (#579)
* Send Electron crashpad reports to Sentry from Nightly

* Update electron-main.ts

* Increase timeout

* Fix preload injection breaking things

* Iterate

* Iterate

* Iterate

* iterate
2023-03-16 10:31:06 +00:00
Weblate 0d7547a417 Merge branch 'origin/develop' into Weblate. 2023-03-16 10:14:00 +00:00