RiotRobot
11babeeed5
Upgrade matrix-react-sdk to 3.68.0-rc.3
2023-03-14 11:41:43 +00:00
RiotRobot
a1558e6577
v3.68.0-rc.3
2023-03-14 11:36:20 +00:00
RiotRobot
337dfacaf7
Prepare changelog for v3.68.0-rc.3
2023-03-14 11:36:18 +00:00
Weblate
8122b85567
Merge branch 'origin/develop' into Weblate.
2023-03-14 11:27:13 +00:00
Michael Telatynski
4a18ab6d1b
Update README.md
2023-03-14 11:27:05 +00:00
Andy Balaam
b6a490c13e
Merge pull request #10372 from matrix-org/backport-10370-to-staging
...
Roll back pillify everything (#10370 )
2023-03-14 11:26:14 +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
Weblate
714ba20b41
Merge branch 'origin/develop' into Weblate.
2023-03-14 08:25:43 +00:00
Michael Telatynski
93d2112bfe
Update build_develop.yml
2023-03-14 08:25:40 +00:00
Weblate
e8bfd38865
Merge branch 'origin/develop' into Weblate.
2023-03-14 08:19:27 +00:00
Michael Telatynski
f43e6fddfc
Use forked wait-on-check-action ( #24809 )
2023-03-14 08:19:19 +00:00
Weblate
f1f0527ee1
Merge branch 'origin/develop' into Weblate.
2023-03-13 22:09:07 +00:00
Kerry
4c2b5df1f2
Poll history - access poll history from room settings ( #10356 )
...
* add poll history tab to room settings
* test poll history in room settings
* remove posthog tracking for poll his
* use consistent label for polls history
2023-03-13 22:08:59 +00:00
Weblate
1c5baeaea3
Merge branch 'origin/develop' into Weblate.
2023-03-13 21:59:12 +00:00
Kerry
9f66082486
Notifications: inline error message on notifications saving error ( #10288 )
...
* basic sync setup
* formatting
* get loudest value for synced rules
* more types
* test synced rules in notifications settings
* type fixes
* noimplicitany fixes
* remove debug
* tidying
* extract updatePushRuleActions fn to utils
* extract update synced rules
* just synchronise in one place?
* monitor account data changes AND trigger changes sync in notifications form
* lint
* setup LoggedInView test with enough mocks
* test rule syncing in LoggedInView
* strict fixes
* more comments
* one more comment
* add error variant for caption component
* tests for new error message
* tweak styles
* noImplicitAny
* revert out of date prettier changes to unrelated files
* limit inline message to radios only, tests
* strict fix
2023-03-13 21:59:04 +00:00
Weblate
3a9be33211
Merge branch 'origin/develop' into Weblate.
2023-03-13 21:56:00 +00:00
Peter Chen
5b7f90b348
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (3746 of 3746 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-13 21:55:59 +00:00
Kerry
72404d7216
Apply strictNullChecks to src/utils/beacon/* ( #10337 )
...
* strictnullchecks fixes in utils/beacon
* user filterBoolean
2023-03-13 21:55:50 +00:00
Weblate
57574dd7fa
Merge branch 'origin/develop' into Weblate.
2023-03-13 15:08:06 +00:00
Michael Telatynski
503df62191
Conform more of the codebase to strictNullChecks ( #10358
...
* Conform more of the codebase to `strictNullChecks`
* Fix types
* Iterate
* Iterate
2023-03-13 15:07:20 +00:00
Weblate
d0d4866c4b
Merge branch 'origin/develop' into Weblate.
2023-03-13 14:43:24 +00:00
Open Culture Foundation
5afcc5dc79
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (3746 of 3746 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-13 14:43:23 +00:00
Michael Weimann
41d88ad6ae
Fix user pill click ( #10359 )
2023-03-13 15:43:13 +01:00
Weblate
b2f8875175
Merge branch 'origin/develop' into Weblate.
2023-03-13 12:23:42 +00:00
renovate[bot]
eb31df7d1d
Update all non-major dependencies ( #24791 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 12:23:36 +00:00
Weblate
2b8a819d3d
Merge branch 'origin/develop' into Weblate.
2023-03-13 11:51:20 +00:00
renovate[bot]
a36b76faf0
Update definitelyTyped ( #24787 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 11:51:16 +00:00
Weblate
f9edd3668f
Merge branch 'origin/develop' into Weblate.
2023-03-13 11:42:25 +00:00
Open Culture Foundation
f5bb7a2513
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (30 of 30 strings)
Translation: Element Web/element-web
Translate-URL: https://translate.element.io/projects/element-web/element-web/zh_Hant/
2023-03-13 11:42:24 +00:00
renovate[bot]
9371737104
Update cloudflare/pages-action digest to 61eafe7 ( #24801 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 11:42:16 +00:00
Weblate
061293e12a
Merge branch 'origin/develop' into Weblate.
2023-03-12 20:22:36 +00:00
Kerry
1e46efe89c
Poll history - make poll history independent from dialogs ( #10349 )
...
* move pollhistory from dialogs to polls directory
* rename PollHistoryDialog -> PollHistory
* rename references to PollHistoryDialog
* move title to PollHistory
* add option to collapse empty dialog header
2023-03-12 20:22:30 +00:00
Weblate
764e1a01cc
Merge branch 'origin/develop' into Weblate.
2023-03-12 19:42:47 +00:00
renovate[bot]
3d7d82ab2a
Update dependency eslint-plugin-unicorn to v46 ( #24794 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-13 08:42:39 +13:00
lunarna-gh
dc5f3995e5
Translated using Weblate (Polish)
...
Currently translated at 62.8% (2356 of 3746 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pl/
2023-03-12 16:33:51 +00:00
Open Culture Foundation
e65cfb58aa
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (3746 of 3746 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-12 16:33:44 +00:00