Commit Graph

41236 Commits (1c8c852c7f8fc3b95b0a1809277d848e9cfb4a3e)

Author SHA1 Message Date
Michael Telatynski 18995363d0
Make polls fill column width in bubbles layout (#7661) 2022-02-01 09:27:14 +00:00
Weblate 7be501413d Merge branch 'origin/develop' into Weblate. 2022-02-01 09:24:10 +00:00
UwUnyaa 5d93ca5f2a
Irc full name overlap (#7652) 2022-02-01 09:24:05 +00:00
Weblate 2071ea3e2e Merge branch 'origin/develop' into Weblate. 2022-02-01 08:58:54 +00:00
Priit Jõerüüt 623f799e11 Translated using Weblate (Estonian)
Currently translated at 99.9% (3426 of 3429 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2022-02-01 08:58:53 +00:00
Germain 0e36f91d76
Use updated createThread method (#7670) 2022-02-01 08:58:45 +00:00
Weblate ff6709b7e4 Merge branch 'origin/develop' into Weblate. 2022-02-01 04:52:02 +00:00
Ajay Bura 3e1a5f7021
Fix warning image overflow in space hierarchy (#7686) 2022-02-01 10:21:58 +05:30
ENIGMA be447a53a2 Added translation using Weblate (Sorani) 2022-01-31 19:02:08 +00:00
Weblate 0f6c07b5ba Merge branch 'origin/develop' into Weblate. 2022-01-31 16:54:06 +00:00
David Baker 9ffc141350
Yarn upgrade (#7683) 2022-01-31 16:54:01 +00:00
Weblate 1811f3732f Merge branch 'origin/develop' into Weblate. 2022-01-31 16:09:39 +00:00
Šimon Brandner a55482b0ff
Don't show replaced calls in the timeline (#7452)
* Don't show replaced calls in the timeline

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Revert changes to CallEvent

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Add option to force hide event

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Hide replaced calls

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2022-01-31 16:09:34 +00:00
Weblate 994a8b0f12 Merge branch 'origin/develop' into Weblate. 2022-01-31 16:05:10 +00:00
Michael Telatynski 991257cbc3
Fix accessibility and consistency of MessageComposerButtons (#7679) 2022-01-31 16:05:05 +00:00
Weblate e2c587b57b Merge branch 'origin/develop' into Weblate. 2022-01-31 15:55:49 +00:00
Šimon Brandner a17d585a12
Work towards unifying `KeyboardShortcuts` and `KeyBindingsDefaults` #2 (#7674) 2022-01-31 15:55:45 +00:00
Weblate 1d7f552253 Merge branch 'origin/develop' into Weblate. 2022-01-31 15:49:31 +00:00
Faye Duxovni 7e5de9294c
Refine UISI autorageshake conditions to cut down on false alarms (#7650)
The AutoRageshakeStore now only starts submitting rageshakes after the initial sync has completed, and provides a short grace period for decryption failures to resolve.
2022-01-31 10:49:27 -05:00
Weblate 7af60a4980 Merge branch 'origin/develop' into Weblate. 2022-01-31 15:37:54 +00:00
J. Ryan Stinnett f99ae6d46a
Tweak `/addwidget` widget names (#7681) 2022-01-31 15:37:49 +00:00
Weblate c922fd5d0c Merge branch 'origin/develop' into Weblate. 2022-01-31 15:15:51 +00:00
Faye Duxovni 655f473612
Fix 'undefined' labels on rageshakes (#7680) 2022-01-31 10:15:46 -05:00
Weblate f8235a6ef3 Merge branch 'origin/develop' into Weblate. 2022-01-31 14:57:32 +00:00
Weblate fb596dc446 Merge branch 'origin/develop' into Weblate. 2022-01-31 14:57:26 +00:00
Jozef Gaal d21cde0578 Translated using Weblate (Slovak)
Currently translated at 87.3% (2994 of 3429 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2022-01-31 14:57:26 +00:00
RiotRobot 8221faad6c Reset matrix-js-sdk back to develop branch 2022-01-31 14:57:25 +00:00
RiotRobot 9283202b87 Resetting package fields for development 2022-01-31 14:57:14 +00:00
RiotRobot a25fea9f96 Merge branch 'master' into develop 2022-01-31 14:57:13 +00:00
RiotRobot bdcdd745ba v3.39.0 2022-01-31 14:55:25 +00:00
RiotRobot 8f9112a40e Prepare changelog for v3.39.0 2022-01-31 14:55:24 +00:00
RiotRobot e0b041bdca Upgrade matrix-js-sdk to 15.5.0 2022-01-31 14:48:14 +00:00
Weblate 851436f33b Merge branch 'origin/develop' into Weblate. 2022-01-31 11:54:19 +00:00
Kerry 085ecc7f5f
Chat export parameter customisation (#7647)
* use export settings and hide fields

Signed-off-by: Kerry Archibald <kerrya@element.io>

* fix exporter tests

Signed-off-by: Kerry Archibald <kerrya@element.io>

* test ExportDialog with settings

Signed-off-by: Kerry Archibald <kerrya@element.io>

* tidy debugs, rename setting to Parameters

Signed-off-by: Kerry Archibald <kerrya@element.io>

* use reasonable 100gb limit

Signed-off-by: Kerry Archibald <kerrya@element.io>

* use normal setting instead of UIFeature

Signed-off-by: Kerry Archibald <kerrya@element.io>

* use a customisation

Signed-off-by: Kerry Archibald <kerrya@element.io>

* move validateNumberInRange to utils

Signed-off-by: Kerry Archibald <kerrya@element.io>

* use nullish coalesce

Signed-off-by: Kerry Archibald <kerrya@element.io>

* use 8gb size limit for customisation

Signed-off-by: Kerry Archibald <kerrya@element.io>

* update comments

Signed-off-by: Kerry Archibald <kerrya@element.io>
2022-01-31 12:54:14 +01:00
Weblate 4b1438be54 Merge branch 'origin/develop' into Weblate. 2022-01-31 11:21:20 +00:00
Šimon Brandner ad87ee0a0f
Don't show shield next to deleted messages (#7671) 2022-01-31 11:21:13 +00:00
Weblate c621a63e69 Merge branch 'origin/develop' into Weblate. 2022-01-31 09:53:09 +00:00
Robin 53aca69594
Fix font size of spaces between big emoji (#7675) 2022-01-31 09:53:04 +00:00
Weblate 30e79690ab Merge branch 'origin/develop' into Weblate. 2022-01-31 09:19:44 +00:00
Xose M 71a08d6844 Translated using Weblate (Galician)
Currently translated at 96.7% (3317 of 3429 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2022-01-31 09:19:44 +00:00
Shi-nobi e3d252b631 Translated using Weblate (Finnish)
Currently translated at 85.3% (2928 of 3429 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2022-01-31 09:19:37 +00:00
Andy Balaam b5a56698d6
Refactor MessageComposerButtons (#7668) 2022-01-31 09:19:26 +00:00
Jozef Gaal 14f390fced Translated using Weblate (Slovak)
Currently translated at 87.0% (2986 of 3429 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sk/
2022-01-30 06:26:38 +00:00
Szimszon 10fad397dd Translated using Weblate (Hungarian)
Currently translated at 100.0% (3429 of 3429 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2022-01-30 06:26:20 +00:00
Weblate c22a8baf49 Merge branch 'origin/develop' into Weblate. 2022-01-28 17:06:03 +00:00
David Baker 7c20eb9b74
Put call on hold when transfer dialog is opened (#7669)
And take it off hold if the dialog is cancelled.

Also changes the onFinished signature of invitedialog which claimed
to return an array of strings but never did, so now it just returns
a boolean.
2022-01-28 17:05:57 +00:00
Weblate 5ea2bcc070 Merge branch 'origin/develop' into Weblate. 2022-01-28 15:52:51 +00:00
Travis Ralston b04d2de313
Fix left panel widgets causing app-wide crash (#7659) 2022-01-28 08:52:46 -07:00
Travis Ralston cb2c835c09
Fix left panel widgets causing app-wide crash (#7660) 2022-01-28 08:52:28 -07:00
Weblate 64fbda7331 Merge branch 'origin/develop' into Weblate. 2022-01-28 15:44:07 +00:00