Janne Mareike Koschinski
6a4986ee06
Use full commit hashes for third party actions ( #24777 )
2023-03-09 11:53:52 +01:00
Michael Telatynski
296d1e2b75
Enable some tsc strict flags ( #24772 )
2023-03-08 16:38:56 +00:00
Michael Telatynski
2bfa2edd60
Remove deprecated stylelint rules which are handled by prettier ( #24767 )
2023-03-08 14:18:21 +00:00
RiotRobot
f8a844fd83
v1.11.25-rc.1
2023-03-07 11:48:28 +00:00
RiotRobot
8e317bd130
Prepare changelog for v1.11.25-rc.1
2023-03-07 11:48:27 +00:00
RiotRobot
af7cfe74f1
Upgrade matrix-react-sdk to 3.68.0-rc.1
2023-03-07 11:46:07 +00:00
RiotRobot
d5122566ea
Upgrade matrix-js-sdk to 23.5.0-rc.1
2023-03-07 11:45:25 +00:00
Andy Balaam
5ae88eb30b
Merge pull request #24760 from RiotTranslateBot/weblate-element-web-element-web
...
Translations update from Weblate
2023-03-07 10:30:05 +00:00
Weblate
fb3e71d457
Merge branch 'origin/develop' into Weblate.
2023-03-06 12:04:50 +00:00
Val Lorentz
3c4d25d6c2
package.json: Remove --host override ( #24736 )
...
Most people probably only want the dev server to listen on localhost.
Additionally, overriding with `--host 0.0.0.0` here prevents passing a different
value for `--host` to yarn. For example:
```
$ yarnpkg start:js --host=::
yarn run v1.22.19
$ webpack-dev-server --host=0.0.0.0 --output-filename=bundles/_dev_/[name].js --output-chunk-filename=bundles/_dev_/[name].js -w --mode development --disable-host-check --hot --host=::
Unset VERSION variable - this may affect build output
✖ 「wds」: webpack Dev Server Invalid Options
options.host should be {String|Null} (https://webpack.js.org/configuration/dev-server/#devserverhost )
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```
2023-03-06 13:04:42 +01:00
su-ex
a120e8e6c6
* Remove experimental PWA support for Firefox and Safari ([\#24630]( https://github.com/vector-im/element-web/pull/24630 )).
...
* Fix block code styling in rich text editor ([\#10246](https://github.com/matrix-org/matrix-react-sdk/pull/10246 )). Contributed by @alunturner.
* Poll history: fetch more poll history ([\#10235](https://github.com/matrix-org/matrix-react-sdk/pull/10235 )). Contributed by @kerryarchibald.
* Sort short/exact emoji matches before longer incomplete matches ([\#10212](https://github.com/matrix-org/matrix-react-sdk/pull/10212 )). Fixes #23210 . Contributed by @grimhilt.
* Poll history: detail screen ([\#10172](https://github.com/matrix-org/matrix-react-sdk/pull/10172 )). Contributed by @kerryarchibald.
* Provide a more detailed error message than "No known servers" ([\#6048](https://github.com/matrix-org/matrix-react-sdk/pull/6048 )). Fixes #13247 . Contributed by @aaronraimist.
* Say when a call was answered from a different device ([\#10224](https://github.com/matrix-org/matrix-react-sdk/pull/10224 )).
* Widget permissions customizations using module api ([\#10121](https://github.com/matrix-org/matrix-react-sdk/pull/10121 )). Contributed by @maheichyk.
* Fix copy button icon overlapping with copyable text ([\#10227](https://github.com/matrix-org/matrix-react-sdk/pull/10227 )). Contributed by @Adesh-Pandey.
* Support joining non-peekable rooms via the module API ([\#10154](https://github.com/matrix-org/matrix-react-sdk/pull/10154 )). Contributed by @maheichyk.
* The "new login" toast does now display the same device information as in the settings. "No" does now open the device settings. "Yes, it was me" dismisses the toast. ([\#10200](https://github.com/matrix-org/matrix-react-sdk/pull/10200 )).
* Do not prompt for a password when doing a „reset all“ after login ([\#10208](https://github.com/matrix-org/matrix-react-sdk/pull/10208 )).
* Display "The sender has blocked you from receiving this message" error message instead of "Unable to decrypt message" ([\#10202](https://github.com/matrix-org/matrix-react-sdk/pull/10202 )). Contributed by @florianduros.
* Polls: show warning about undecryptable relations ([\#10179](https://github.com/matrix-org/matrix-react-sdk/pull/10179 )). Contributed by @kerryarchibald.
* Poll history: fetch last 30 days of polls ([\#10157](https://github.com/matrix-org/matrix-react-sdk/pull/10157 )). Contributed by @kerryarchibald.
* Poll history - ended polls list items ([\#10119](https://github.com/matrix-org/matrix-react-sdk/pull/10119 )). Contributed by @kerryarchibald.
* Remove threads labs flag and the ability to disable threads ([\#9878](https://github.com/matrix-org/matrix-react-sdk/pull/9878 )). Fixes #24365 .
* Show a success dialog after setting up the key backup ([\#10177](https://github.com/matrix-org/matrix-react-sdk/pull/10177 )). Fixes #24487 .
* Release Sign in with QR out of labs ([\#10182](https://github.com/matrix-org/matrix-react-sdk/pull/10182 )). Contributed by @hughns.
* Hide indent button in rte ([\#10149](https://github.com/matrix-org/matrix-react-sdk/pull/10149 )). Contributed by @alunturner.
* Add option to find own location in map views ([\#10083](https://github.com/matrix-org/matrix-react-sdk/pull/10083 )).
* Render poll end events in timeline ([\#10027](https://github.com/matrix-org/matrix-react-sdk/pull/10027 )). Contributed by @kerryarchibald.
* Use the room avatar as a placeholder in calls ([\#10231](https://github.com/matrix-org/matrix-react-sdk/pull/10231 )).
* Fix calls showing as 'connecting' after hangup ([\#10223](https://github.com/matrix-org/matrix-react-sdk/pull/10223 )).
* Stop access token overflowing the box ([\#10069](https://github.com/matrix-org/matrix-react-sdk/pull/10069 )). Fixes #24023 . Contributed by @sbjaj33.
* Prevent multiple Jitsi calls started at the same time ([\#10183](https://github.com/matrix-org/matrix-react-sdk/pull/10183 )). Fixes #23009 .
* Make localization keys compatible with agglutinative and/or SOV type languages ([\#10159](https://github.com/matrix-org/matrix-react-sdk/pull/10159 )). Contributed by @luixxiul.
* Add link to next file in the export ([\#10190](https://github.com/matrix-org/matrix-react-sdk/pull/10190 )). Fixes #20272 . Contributed by @grimhilt.
* Ended poll tiles: add ended the poll message ([\#10193](https://github.com/matrix-org/matrix-react-sdk/pull/10193 )). Fixes #24579 . Contributed by @kerryarchibald.
* Fix accidentally inverted condition for room ordering ([\#10178](https://github.com/matrix-org/matrix-react-sdk/pull/10178 )). Fixes #24527 . Contributed by @justjanne.
* Re-focus the composer on dialogue quit ([\#10007](https://github.com/matrix-org/matrix-react-sdk/pull/10007 )). Fixes #22832 . Contributed by @Ashu999.
* Try to resolve emails before creating a DM ([\#10164](https://github.com/matrix-org/matrix-react-sdk/pull/10164 )).
* Disable poll response loading test ([\#10168](https://github.com/matrix-org/matrix-react-sdk/pull/10168 )). Contributed by @justjanne.
* Fix email lookup in invite dialog ([\#10150](https://github.com/matrix-org/matrix-react-sdk/pull/10150 )). Fixes #23353 .
* Remove duplicate white space characters from translation keys ([\#10152](https://github.com/matrix-org/matrix-react-sdk/pull/10152 )). Contributed by @luixxiul.
* Fix the caption of new sessions manager on Labs settings page for localization ([\#10143](https://github.com/matrix-org/matrix-react-sdk/pull/10143 )). Contributed by @luixxiul.
* Prevent start another DM with a user if one already exists ([\#10127](https://github.com/matrix-org/matrix-react-sdk/pull/10127 )). Fixes #23138 .
* Remove white space characters before the horizontal ellipsis ([\#10130](https://github.com/matrix-org/matrix-react-sdk/pull/10130 )). Contributed by @luixxiul.
* Fix Selectable Text on 'Delete All' and 'Retry All' Buttons ([\#10128](https://github.com/matrix-org/matrix-react-sdk/pull/10128 )). Fixes #23232 . Contributed by @akshattchhabra.
* Correctly Identify emoticons ([\#10108](https://github.com/matrix-org/matrix-react-sdk/pull/10108 )). Fixes #19472 . Contributed by @adarsh-sgh.
* Remove a redundant white space ([\#10129](https://github.com/matrix-org/matrix-react-sdk/pull/10129 )). Contributed by @luixxiul.
-----BEGIN PGP SIGNATURE-----
iQJFBAABCAAvFiEE6Vt2megLaKnq2aGaK6qbhVK9kEcFAmP9410RHHJlbGVhc2Vz
QHJpb3QuaW0ACgkQK6qbhVK9kEdxhw/+KA5zKkMC++w6bPMTULkA5fM8Buqz9ddE
uzwKOUc/ZHSnlQ4elJMQyHiXgWchNHkBckVqn4guZfZQ9mpmyiYHGyt+ZpWRSyZ5
CS9ZOvttWhbe45Bc72sQfSbUicoK6pTCNRmcNmLstP0TT3nBv6phxoBZoJDfF10Q
UqxQjn6oJWBqGJ6G67af2x86b0Bz8RzoCJPjbTvIazwOejU0qz9n7MSg5Eqjz/3J
Zq833vET2x/x1JHmRmp2VadZ/WtURutslJxhTIVzeHZ/MaNkS+0C0ba97nxdu+eU
WRz2ZVrq/tcyQuzkLr5tvNf7zpeUbbrK9NHiL7f4O+1Fbu6PO6wQyEESCgrIF2HC
mc00ZzLzm9GVWEMnHHXytyRro6R/QQwId/SOfzz+JPxmrMlRS1gCdTJ11IY5szrn
sKEFHCxSzPAc2dMhHHyIMSKf2Cc+MbY/OGQQz/GD8mVLm1KYM6+nMDl639PgB0bG
PpwQv16tw4WTYJZZ1nkYNTjmE239mQf8izf7vYRjVli6xT5cNCxbhwse/JS/lJvI
UofnaVvgIqCJ/2QI75jFsW7Z0vWG0ZLuq/BkANs+xVoP+cjgn6yprYRgRk3VZ0ac
a6eZSTELaCH5Qkbc4UwHizaHDpwfC1klAW+eCGZAS5eWRLoXPtsn5oBcwfR2OHtJ
alvfYhBtSlw=
=uhcE
-----END PGP SIGNATURE-----
gpgsig -----BEGIN PGP SIGNATURE-----
iQJNBAABCAA3FiEEUMS2jJrglzPzHXqk10PFDIthmEwFAmQE1zAZHGNvZGV3b3Jr
c0BzdXBlcmNhYmxlLm9ubAAKCRDXQ8UMi2GYTFJKD/4oUc/JlgGRDJ2hVNMNhr87
yI5JBI/Xy5fZ+FKM9bMK1b0agNpzCgwwUHEjqIpc93L1KQ9uJWu9lhZLjo660lxv
Q4WhTLNxoj84cSTirFQ0hm+pgLPWIB9BygND3LiZ443XtHSS+lNEdh7INu2DCBgN
KzN8lW+mSJN31csA1HQdPsraoPUrq84+aiQ6cvNIlD9xtCfogymTbzEKkNmsI6xy
xHMNUg3rWVQUmsVo42teBYWU+k0fSoHgUiTyp459JF9Hcg7iey6AOs73fY3r21Ar
EEMkd6H5HGzzCHO4yhMirRltKrWNxCXiOxPUIY9Ppi+QY67TqnbezBSC3KdaEpNj
8nQaV8t08jf6fecAJzPqBRZ2C5SHNoR2TZpZY6RwxVaP6GhkmNi5+bcjnGwEbbLM
bIo99ZIVpss+7G1rpRvcgwSzNkosSD6nblEC9yZECHmIbXSSVlD7Eaf+zZDTcpAC
1pjpzYEHo+0T38nbPzcCk2whTgqB0ryx7/hZ4QVfCO92tNeWpvUFmYcIKhgfU6t3
3mvaroLfdz6IG3JZqLHi4FJun9q8mVMdetQBONChNkU3iRC9Mu/73mGUyY7DTm0k
jDqLDc+VPdvPTJDn2wPLoRJYoSWIQKfNscHqtCbxwqFL44b+4tPVM2Y5lcCMV4QA
xlysVrrdzZFH+pwK5OvDbw==
=Hj1r
-----END PGP SIGNATURE-----
Merge tag 'v1.11.24' into sc
* Remove experimental PWA support for Firefox and Safari ([\#24630](https://github.com/vector-im/element-web/pull/24630 )).
* Fix block code styling in rich text editor ([\#10246](https://github.com/matrix-org/matrix-react-sdk/pull/10246 )). Contributed by @alunturner.
* Poll history: fetch more poll history ([\#10235](https://github.com/matrix-org/matrix-react-sdk/pull/10235 )). Contributed by @kerryarchibald.
* Sort short/exact emoji matches before longer incomplete matches ([\#10212](https://github.com/matrix-org/matrix-react-sdk/pull/10212 )). Fixes #23210 . Contributed by @grimhilt.
* Poll history: detail screen ([\#10172](https://github.com/matrix-org/matrix-react-sdk/pull/10172 )). Contributed by @kerryarchibald.
* Provide a more detailed error message than "No known servers" ([\#6048](https://github.com/matrix-org/matrix-react-sdk/pull/6048 )). Fixes #13247 . Contributed by @aaronraimist.
* Say when a call was answered from a different device ([\#10224](https://github.com/matrix-org/matrix-react-sdk/pull/10224 )).
* Widget permissions customizations using module api ([\#10121](https://github.com/matrix-org/matrix-react-sdk/pull/10121 )). Contributed by @maheichyk.
* Fix copy button icon overlapping with copyable text ([\#10227](https://github.com/matrix-org/matrix-react-sdk/pull/10227 )). Contributed by @Adesh-Pandey.
* Support joining non-peekable rooms via the module API ([\#10154](https://github.com/matrix-org/matrix-react-sdk/pull/10154 )). Contributed by @maheichyk.
* The "new login" toast does now display the same device information as in the settings. "No" does now open the device settings. "Yes, it was me" dismisses the toast. ([\#10200](https://github.com/matrix-org/matrix-react-sdk/pull/10200 )).
* Do not prompt for a password when doing a „reset all“ after login ([\#10208](https://github.com/matrix-org/matrix-react-sdk/pull/10208 )).
* Display "The sender has blocked you from receiving this message" error message instead of "Unable to decrypt message" ([\#10202](https://github.com/matrix-org/matrix-react-sdk/pull/10202 )). Contributed by @florianduros.
* Polls: show warning about undecryptable relations ([\#10179](https://github.com/matrix-org/matrix-react-sdk/pull/10179 )). Contributed by @kerryarchibald.
* Poll history: fetch last 30 days of polls ([\#10157](https://github.com/matrix-org/matrix-react-sdk/pull/10157 )). Contributed by @kerryarchibald.
* Poll history - ended polls list items ([\#10119](https://github.com/matrix-org/matrix-react-sdk/pull/10119 )). Contributed by @kerryarchibald.
* Remove threads labs flag and the ability to disable threads ([\#9878](https://github.com/matrix-org/matrix-react-sdk/pull/9878 )). Fixes #24365 .
* Show a success dialog after setting up the key backup ([\#10177](https://github.com/matrix-org/matrix-react-sdk/pull/10177 )). Fixes #24487 .
* Release Sign in with QR out of labs ([\#10182](https://github.com/matrix-org/matrix-react-sdk/pull/10182 )). Contributed by @hughns.
* Hide indent button in rte ([\#10149](https://github.com/matrix-org/matrix-react-sdk/pull/10149 )). Contributed by @alunturner.
* Add option to find own location in map views ([\#10083](https://github.com/matrix-org/matrix-react-sdk/pull/10083 )).
* Render poll end events in timeline ([\#10027](https://github.com/matrix-org/matrix-react-sdk/pull/10027 )). Contributed by @kerryarchibald.
* Use the room avatar as a placeholder in calls ([\#10231](https://github.com/matrix-org/matrix-react-sdk/pull/10231 )).
* Fix calls showing as 'connecting' after hangup ([\#10223](https://github.com/matrix-org/matrix-react-sdk/pull/10223 )).
* Stop access token overflowing the box ([\#10069](https://github.com/matrix-org/matrix-react-sdk/pull/10069 )). Fixes #24023 . Contributed by @sbjaj33.
* Prevent multiple Jitsi calls started at the same time ([\#10183](https://github.com/matrix-org/matrix-react-sdk/pull/10183 )). Fixes #23009 .
* Make localization keys compatible with agglutinative and/or SOV type languages ([\#10159](https://github.com/matrix-org/matrix-react-sdk/pull/10159 )). Contributed by @luixxiul.
* Add link to next file in the export ([\#10190](https://github.com/matrix-org/matrix-react-sdk/pull/10190 )). Fixes #20272 . Contributed by @grimhilt.
* Ended poll tiles: add ended the poll message ([\#10193](https://github.com/matrix-org/matrix-react-sdk/pull/10193 )). Fixes #24579 . Contributed by @kerryarchibald.
* Fix accidentally inverted condition for room ordering ([\#10178](https://github.com/matrix-org/matrix-react-sdk/pull/10178 )). Fixes #24527 . Contributed by @justjanne.
* Re-focus the composer on dialogue quit ([\#10007](https://github.com/matrix-org/matrix-react-sdk/pull/10007 )). Fixes #22832 . Contributed by @Ashu999.
* Try to resolve emails before creating a DM ([\#10164](https://github.com/matrix-org/matrix-react-sdk/pull/10164 )).
* Disable poll response loading test ([\#10168](https://github.com/matrix-org/matrix-react-sdk/pull/10168 )). Contributed by @justjanne.
* Fix email lookup in invite dialog ([\#10150](https://github.com/matrix-org/matrix-react-sdk/pull/10150 )). Fixes #23353 .
* Remove duplicate white space characters from translation keys ([\#10152](https://github.com/matrix-org/matrix-react-sdk/pull/10152 )). Contributed by @luixxiul.
* Fix the caption of new sessions manager on Labs settings page for localization ([\#10143](https://github.com/matrix-org/matrix-react-sdk/pull/10143 )). Contributed by @luixxiul.
* Prevent start another DM with a user if one already exists ([\#10127](https://github.com/matrix-org/matrix-react-sdk/pull/10127 )). Fixes #23138 .
* Remove white space characters before the horizontal ellipsis ([\#10130](https://github.com/matrix-org/matrix-react-sdk/pull/10130 )). Contributed by @luixxiul.
* Fix Selectable Text on 'Delete All' and 'Retry All' Buttons ([\#10128](https://github.com/matrix-org/matrix-react-sdk/pull/10128 )). Fixes #23232 . Contributed by @akshattchhabra.
* Correctly Identify emoticons ([\#10108](https://github.com/matrix-org/matrix-react-sdk/pull/10108 )). Fixes #19472 . Contributed by @adarsh-sgh.
* Remove a redundant white space ([\#10129](https://github.com/matrix-org/matrix-react-sdk/pull/10129 )). Contributed by @luixxiul.
2023-03-05 18:44:33 +01:00
su-ex
991cf32612
Automatic package.json reversion
2023-03-05 18:43:59 +01:00
su-ex
517a3dce49
Automatic i18n reversion
2023-03-05 18:43:59 +01:00
Open Culture Foundation
467f097071
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-05 12:33:40 +00:00
Weblate
cdbddedbdb
Merge branch 'origin/develop' into Weblate.
2023-03-03 15:07:50 +00:00
Andy Balaam
209a08b291
Remove items incorrectly included in changelog for 1.11.24 ( #24732 )
2023-03-03 15:07:45 +00:00
Weblate
4c809b5de5
Merge branch 'origin/develop' into Weblate.
2023-03-03 15:05:04 +00:00
Will Hunt
2386aa2e38
Merge pull request #24721 from vector-im/hs/ehome-config-drop
...
Remove hosting link provider from Element (documentation)
2023-03-03 15:04:58 +00:00
Will Hunt
4d9ec5d63b
Merge branch 'develop' into hs/ehome-config-drop
2023-03-03 14:59:25 +00:00
Weblate
aa321ca5b8
Merge branch 'origin/develop' into Weblate.
2023-03-02 23:16:49 +00:00
renovate[bot]
a82c989328
Update all non-major dependencies ( #24005 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-02 23:16:42 +00:00
Weblate
edf1a44a79
Merge branch 'origin/develop' into Weblate.
2023-03-02 20:32:23 +00:00
renovate[bot]
43c630108e
Update dependency stylelint to v15 ( #24607 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-03-03 09:32:18 +13:00
Will Hunt
2f4b3d4ce3
Merge branch 'develop' into hs/ehome-config-drop
2023-03-02 17:36:32 +00:00
Weblate
b9aaee0009
Merge branch 'origin/develop' into Weblate.
2023-03-02 16:24:24 +00:00
Andy Balaam
9e5ed112e8
Bump @matrix-org/react-sdk-module-api to 0.0.4 ( #24642 )
...
* Bump @matrix-org/react-sdk-module-api to 0.0.4
* Move to latest matrix-react-sdk and yarn install to change react-sdk-module-api version
* Undo accidental change to matrix-react-sdk version
* One more yarn install
2023-03-02 16:24:15 +00:00
Half-Shot
2a1bbdb38a
Drop hosting docs
2023-03-02 12:01:23 +00:00
Weblate
57f45286d9
Merge branch 'origin/develop' into Weblate.
2023-03-01 14:44:08 +00:00
Andy Balaam
3903e86d9c
Upgrade our eslint config to the latest ( #24647 )
...
* Fix lint error in test-utils.ts
* Upgrade eslint config (and separate projects to support it)
* Handle possibility that req.error could be null
2023-03-01 14:44:03 +00:00
Weblate
3095ec01cd
Merge branch 'origin/develop' into Weblate.
2023-03-01 14:05:20 +00:00
Andy Balaam
460f3d2a22
Depend on a non-broken version of matrix-react-sdk ( #24708 )
2023-03-01 14:05:11 +00:00
Weblate
5d050d8d60
Merge branch 'origin/develop' into Weblate.
2023-03-01 09:12:32 +00:00
Michael Telatynski
6bd7966e88
Update yarn.lock ( #24696 )
...
* Update yarn.lock
* iterate
* Iterate
* Resolutions
* Iterate
* Apply resolution for @types/react
2023-03-01 09:12:23 +00:00
su-ex
8aee83a35c
Update version to 1.11.23-sc.0.test.1
2023-03-01 00:21:34 +01:00
Weblate
f3353eea1b
Merge branch 'origin/develop' into Weblate.
2023-02-28 15:21:37 +00:00
renovate[bot]
760cb78280
Update typescript-eslint monorepo to v5.53.0 ( #24634 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-02-28 15:21:28 +00:00
Weblate
b9ba84979d
Merge branch 'origin/develop' into Weblate.
2023-02-28 11:21:07 +00:00
RiotRobot
f23cc0cb4e
Reset matrix-react-sdk back to develop branch
2023-02-28 11:20:57 +00:00
RiotRobot
8f34ea462d
Reset matrix-js-sdk back to develop branch
2023-02-28 11:20:42 +00:00
Weblate
e90cc1d72a
Merge branch 'origin/develop' into Weblate.
2023-02-28 11:20:32 +00:00
RiotRobot
bfc672c580
Merge branch 'master' into develop
2023-02-28 11:20:25 +00:00
RiotRobot
e442920292
v1.11.24
2023-02-28 11:16:35 +00:00
RiotRobot
641ef3725b
Prepare changelog for v1.11.24
2023-02-28 11:16:34 +00:00
RiotRobot
6bc25ee59c
Upgrade matrix-react-sdk to 3.67.0
2023-02-28 11:12:30 +00:00
RiotRobot
37a8190dc1
Upgrade matrix-js-sdk to 23.4.0
2023-02-28 11:11:17 +00:00
Weblate
b9b6c1ace3
Merge branch 'origin/develop' into Weblate.
2023-02-27 12:39:15 +00:00
Michael Telatyński
e83b8633b1
Pull reviews bot automation for Web App Team room ( #24679 )
2023-02-27 12:39:09 +00:00
su-ex
15f6a0ee1f
Update version to 1.11.23-sc.0.test.0
2023-02-27 09:48:24 +01:00
su-ex
f97876f4ce
Automatic package.json adjustment
2023-02-27 09:48:24 +01:00
su-ex
b1140ec97e
Automatic i18n adjustment
2023-02-27 09:48:23 +01:00