Commit Graph

63228 Commits

Author SHA1 Message Date
Michael Telatynski
bda54a8b20 Kill off enzyme in preference of react testing library (#10255) 2023-03-06 15:17:46 +00:00
Weblate
3a7a177ee1 Merge branch 'origin/develop' into Weblate. 2023-03-06 15:10:11 +00:00
Linerly
54498f1543 Translated using Weblate (Indonesian)
Currently translated at 100.0% (3745 of 3745 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2023-03-06 15:10:11 +00:00
Szimszon
c784ff38b3 Translated using Weblate (Hungarian)
Currently translated at 99.8% (3738 of 3745 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2023-03-06 15:10:09 +00:00
Michael Weimann
394bffbae4 Await start DM in right panel (#10290) 2023-03-06 16:09:56 +01:00
Weblate
1de5b0152c Merge branch 'origin/develop' into Weblate. 2023-03-06 12:13:24 +00:00
Michael Telatynski
667ec166d7 Remove Enzyme tests in favour of React testing-library (#10289) 2023-03-06 12:13:17 +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
Weblate
fda058b4ca Merge branch 'origin/develop' into Weblate. 2023-03-06 11:45:43 +00:00
Michael Weimann
303b878b17 Pillify http and non-prefixed matrix.to links (#10277) 2023-03-06 12:45:37 +01:00
Weblate
fc6933da35 Merge branch 'origin/develop' into Weblate. 2023-03-06 11:09:08 +00:00
Michael Weimann
9b74b0f057 Only allow to start a DM with one email if encryption by default is enabled (#10253) 2023-03-06 12:08:17 +01:00
Weblate
4ed6d78ca6 Merge branch 'origin/develop' into Weblate. 2023-03-06 11:08:12 +00:00
Michael Weimann
db6ee53535 Implement third-party invite waiting room (#10229) 2023-03-06 12:08:04 +01:00
Weblate
60483833b9 Merge branch 'origin/develop' into Weblate. 2023-03-06 10:01:26 +00:00
random
638437c0b1 Translated using Weblate (Italian)
Currently translated at 100.0% (3742 of 3742 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2023-03-06 10:01:26 +00:00
Suguru Hirahara
94950c6987 Reduce height of toggle on expanded view source event (#10283)
* Reduce height of toggle on expanded view source event

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

* Add a test to check size and position of toggle on expanded view source event

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

---------

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
2023-03-06 10:01:18 +00:00
Weblate
8344163ea1 Merge branch 'origin/develop' into Weblate. 2023-03-06 09:20:42 +00:00
Suguru Hirahara
4f5a65f548 Add a test to check whether ReadReceiptGroup exists on ThreadView in the bubble layout (#10284) 2023-03-06 09:20:09 +00:00
Weblate
c0149b69e0 Merge branch 'origin/develop' into Weblate. 2023-03-06 09:19:46 +00:00
Suguru Hirahara
727afdc33a Reduce bottom margin of ReplyChain on compact modern layout (#8972) 2023-03-06 09:19:38 +00:00
Open Culture Foundation
d052f037ea Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (3742 of 3742 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2023-03-05 12:33:46 +00: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
2cd61e9043 Merge branch 'origin/develop' into Weblate. 2023-03-03 15:07:37 +00:00
Andy Balaam
bd4f79b9a2 Remove items incorrectly included in changelog for 3.67.0 (#10281) 2023-03-03 15:07:31 +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
8cf1c81503 Merge branch 'origin/develop' into Weblate. 2023-03-03 13:31:59 +00:00
Michael Telatynski
ad8d27d2b2 Fix some features not being configurable via features (#10276) 2023-03-03 13:31:51 +00:00
Weblate
50ddcf98b0 Merge branch 'origin/develop' into Weblate. 2023-03-03 12:34:45 +00:00
Michael Weimann
6746ce2da3 Fix start DM via right panel (#10278) 2023-03-03 13:34:38 +01:00
Weblate
8732cf50eb 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-03 09:39:03 +00:00
Weblate
cf540c99b4 Merge branch 'origin/develop' into Weblate. 2023-03-03 09:38:09 +00:00
Florian Duros
8d9fdc3b41 Use cache for jest (#10124) 2023-03-03 10:38:04 +01:00
Weblate
9ee04a2466 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-03 09:33:37 +00:00
Weblate
86cdd50386 Merge branch 'origin/develop' into Weblate. 2023-03-03 09:32:44 +00:00
Suguru Hirahara
ecebac6ea1 Align info EventTile and normal EventTile on IRC layout (#10197)
* fixes alignment issue in IRC layout
* adds cypress test for alignment

---------

Contributed-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
Signed-off-by: Alun Turner <alunturner@users.noreply.github.com>
2023-03-03 09:32:38 +00:00
Weblate
9bbbd5b8eb 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-03 09:20:53 +00:00
Weblate
15c8dcfab6 Merge branch 'origin/develop' into Weblate. 2023-03-03 09:19:57 +00:00
Johannes Marbach
b48b968ac4 Merge pull request #8861 from luixxiul/PlaybackContainer
Fix blowout of waveform of the voice message player on narrow UI
2023-03-03 10:19:51 +01: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
Suguru Hirahara
a0f1cb4c47 Merge branch 'develop' into PlaybackContainer 2023-03-02 18:16:04 +00:00
Weblate
d405090a98 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-02 17:37:18 +00:00