Weblate
c4f136c8b4
Merge branch 'origin/develop' into Weblate.
2022-01-21 09:32:20 +00:00
c-cal
28c42b28f1
Translated using Weblate (French)
...
Currently translated at 99.9% (3411 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2022-01-21 09:32:19 +00:00
David Baker
91743c9a1a
Switch to github: URL to be consistent with other deps ( #7588 )
...
and resolves to a tarball which can be cached nicely. Also
some other yarn.lock change that yarn seems to be insisting on.
Fixes https://github.com/vector-im/element-web/issues/20628
2022-01-21 09:32:09 +00:00
Weblate
9cb871e66a
Merge branch 'origin/develop' into Weblate.
2022-01-20 23:52:11 +00:00
Oliver Sand
2e6f616e91
Allow downloads from widgets ( #7502 )
...
Notes: Allow downloads from widgets.
We are working on a widget that allows the user to download a file (a ICS calendar entry). Right now the sandbox of the widget iframe doesn't allow downloading. Instead, the following error is displayed in the console (for Google Chrome):
```
Download is disallowed. The frame initiating or instantiating the download is sandboxed, but the flag ‘allow-downloads’ is not set. See https://www.chromestatus.com/feature/5706745674465280 for more details.
```
Therefore this PR adds `allow-downloads` to the sandbox capabilities.
Steps to reproduce:
1. Create a simple widget with an `index.html` file like, e.g.
```
<a href="index.html" download>Download</a>
```
2. Host the widget somewhere, add it to the room and open the widget
3. Click on the download button
* Without the fix: Nothing happens, there is a warning in the console (see above)
* With the fix: The file is downloaded
Signed-off-by: Oliver Sand <oliver.sand@nordeck.net>
2022-01-20 16:52:06 -07:00
Weblate
c475a23a15
Merge branch 'origin/develop' into Weblate.
2022-01-20 23:33:52 +00:00
iaiz
f8bebc4cad
Translated using Weblate (Spanish)
...
Currently translated at 99.5% (3399 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/
2022-01-20 23:33:52 +00:00
rkfg
98e1c311c4
Make inline emojis bigger ( #5401 )
2022-01-20 16:33:41 -07:00
Weblate
b0514e23c5
Merge branch 'origin/develop' into Weblate.
2022-01-20 19:11:08 +00:00
Priit Jõerüüt
df3070380c
Translated using Weblate (Estonian)
...
Currently translated at 99.9% (3412 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2022-01-20 19:11:07 +00:00
Kerry
8a9d869b8e
test textForCanonicalAliasEvent ( #7591 )
...
Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-01-20 12:10:56 -07:00
Weblate
25b0561ff7
Merge branch 'origin/develop' into Weblate.
2022-01-20 17:19:03 +00:00
waclaw66
168c058bb4
Translated using Weblate (Czech)
...
Currently translated at 100.0% (3413 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2022-01-20 17:19:03 +00:00
Linerly
b4ecb92e28
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3413 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-01-20 17:19:01 +00:00
random
07d6362d88
Translated using Weblate (Italian)
...
Currently translated at 100.0% (3413 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2022-01-20 17:18:59 +00:00
libexus
b527447f44
Translated using Weblate (German)
...
Currently translated at 99.5% (3399 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-20 17:18:56 +00:00
Travis Ralston
6712a5b1c5
Parse matrix-schemed URIs ( #7453 )
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
Co-authored-by: Dariusz Niemczyk <dariuszn@element.io>
Co-authored-by: Timo K <toger5@hotmail.de>
With this pr all href use matrix matrix.to links. As a consequence right-click copy link will always return get you a sharable matrix.to link.
2022-01-20 18:18:47 +01:00
libexus
b073e7e5c9
Translated using Weblate (German)
...
Currently translated at 99.3% (3392 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-20 14:25:49 +00:00
Thomas Schmidt
2b7cf0718c
Translated using Weblate (German)
...
Currently translated at 99.3% (3392 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-20 14:25:49 +00:00
Thomas Schmidt
d5e88412a7
Translated using Weblate (German)
...
Currently translated at 99.3% (3391 of 3413 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-20 14:24:16 +00:00
Weblate
e1d58aed58
Merge branch 'origin/develop' into Weblate.
2022-01-20 09:51:36 +00:00
Robin
f59ea6d7ad
Show a tile at beginning of visible history ( #5887 )
2022-01-20 09:51:31 +00:00
Weblate
7a19883201
Merge branch 'origin/develop' into Weblate.
2022-01-20 09:40:51 +00:00
Andy Balaam
c4fc20018d
Enable the polls feature ( #7581 )
2022-01-20 09:40:47 +00:00
Weblate
0cb675b799
Merge branch 'origin/develop' into Weblate.
2022-01-20 09:32:22 +00:00
David Baker
a7a7cb56fe
Cancel pending events in virtual room when call placed ( #7583 )
...
As the comment hopefully explains.
Also add public qualifiers to the methods in Resend which lacked
any visibility specifiers.
Fixes https://github.com/vector-im/element-web/issues/17594
2022-01-20 09:32:15 +00:00
Weblate
4b2a4589fe
Merge branch 'origin/develop' into Weblate.
2022-01-20 08:48:00 +00:00
Linerly
912c27b500
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3410 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-01-20 08:47:59 +00:00
Glandos
7de5f5f40f
Translated using Weblate (French)
...
Currently translated at 99.9% (3408 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2022-01-20 08:47:58 +00:00
libexus
09c2afc4ca
Translated using Weblate (German)
...
Currently translated at 99.3% (3389 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-20 08:47:50 +00:00
Germain
73a58705f6
Fix alignment of unread badge in thread list ( #7582 )
2022-01-20 08:47:37 +00:00
Weblate
67aae05338
Merge branch 'origin/develop' into Weblate.
2022-01-19 19:32:02 +00:00
Bui Minh Duc
f4281e71d2
Translated using Weblate (Vietnamese)
...
Currently translated at 98.7% (3368 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/vi/
2022-01-19 19:32:01 +00:00
Linerly
ef8b4904ba
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (3410 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/id/
2022-01-19 19:31:59 +00:00
c-cal
d00b7315c6
Translated using Weblate (French)
...
Currently translated at 98.8% (3370 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2022-01-19 19:31:57 +00:00
IF-Adin
78f3f40c05
Translated using Weblate (German)
...
Currently translated at 98.6% (3364 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-19 19:31:55 +00:00
libexus
cc6848f571
Translated using Weblate (German)
...
Currently translated at 98.6% (3364 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-19 19:31:55 +00:00
Faye Duxovni
582a1b093f
Track decryption failures for visible events only, with a shorter grace period ( #7579 )
2022-01-19 14:31:43 -05:00
libexus
b3d4e57e60
Translated using Weblate (German)
...
Currently translated at 98.1% (3347 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-19 17:57:01 +00:00
IF-Adin
b9cab05260
Translated using Weblate (German)
...
Currently translated at 98.1% (3347 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-19 17:57:01 +00:00
IF-Adin
be1a70423a
Translated using Weblate (German)
...
Currently translated at 98.1% (3346 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-19 17:52:38 +00:00
Weblate
f111e48b8b
Merge branch 'origin/develop' into Weblate.
2022-01-19 13:37:28 +00:00
Denys Nykula
3acf237863
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (3410 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2022-01-19 13:37:28 +00:00
Germain
ec6bb88068
Fix reply chain fallback for first event in a thread ( #7580 )
2022-01-19 13:37:19 +00:00
Weblate
03ea450623
Merge branch 'origin/develop' into Weblate.
2022-01-19 10:41:43 +00:00
Germain
8427bf46ef
Fix broken thread list timestamp display ( #7549 )
2022-01-19 10:41:39 +00:00
Weblate
a99c1ab094
Merge branch 'origin/develop' into Weblate.
2022-01-19 10:39:42 +00:00
IF-Adin
d04e4b3187
Translated using Weblate (German)
...
Currently translated at 98.0% (3345 of 3410 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2022-01-19 10:39:42 +00:00
Germain
336217f668
Add view in room to action bar in thread list ( #7519 )
2022-01-19 10:39:33 +00:00
Weblate
54d3462ac1
Merge branch 'origin/develop' into Weblate.
2022-01-19 09:33:55 +00:00