Mitja Sorsa
7324bb3f14
Translated using Weblate (Finnish)
...
Currently translated at 82.3% (2229 of 2707 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2020-12-09 19:07:17 +00:00
random
6731613cd0
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2707 of 2707 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2020-12-09 19:07:08 +00:00
Travis Ralston
3e3a32cf10
Only show confetti if the current room is receiving an appropriate event
2020-12-09 11:56:57 -07:00
Weblate
4e40b0c339
Merge branch 'origin/develop' into Weblate.
2020-12-09 12:53:41 +00:00
Michael Telatynski
d05ad1e36c
Merge pull request #5481 from matrix-org/t3chguy/fix/15905
...
Throttle RoomState.members handler to improve performance
2020-12-09 12:53:34 +00:00
Weblate
5b1dc090d7
Merge branch 'origin/develop' into Weblate.
2020-12-09 11:32:47 +00:00
MamasLT
dbaf531122
Translated using Weblate (Lithuanian)
...
Currently translated at 70.1% (1898 of 2707 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lt/
2020-12-09 11:32:47 +00:00
LinAGKar
d1483d512f
Translated using Weblate (Swedish)
...
Currently translated at 98.6% (2671 of 2707 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2020-12-09 11:32:44 +00:00
Michael Telatynski
91ae8df423
Merge pull request #5477 from matrix-org/t3chguy/fix/15913
...
Handle manual hs urls better for the server picker
2020-12-09 11:32:33 +00:00
Michael Telatynski
5be65a525d
Improve identifiers and code readability
2020-12-09 11:14:06 +00:00
Michael Telatynski
412d84ccb2
improve comments
2020-12-09 11:09:18 +00:00
Michael Telatynski
ecb0b0113f
Also use getJoinedMemberCount
as its capable of using the room summary member count instead
...
Leave the useRoomMembers hook for future use as it is very useful.
2020-12-09 11:07:40 +00:00
Michael Telatynski
184c73cca4
Throttle RoomState.members handler to improve performance
...
Lazy Loading emits a RoomState.members for each member which in the case of a room like
Matrix HQ means it happens over 8000 times in a very short span of time causing the UI
to lock up.
2020-12-09 11:02:30 +00:00
Weblate
d175228ab7
Merge branch 'origin/develop' into Weblate.
2020-12-08 15:33:40 +00:00
Michael Telatynski
05e6b52191
Merge pull request #5476 from matrix-org/t3chguy/fix/15895
...
Hide Invite to this room CTA if no permission
2020-12-08 15:33:33 +00:00
Weblate
c5083900e4
Merge branch 'origin/develop' into Weblate.
2020-12-08 14:55:05 +00:00
Priit Jõerüüt
4dd8ed1746
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (2707 of 2707 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2020-12-08 14:55:05 +00:00
XoseM
8a3a6ca2f3
Translated using Weblate (Galician)
...
Currently translated at 100.0% (2707 of 2707 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2020-12-08 14:55:02 +00:00
Stanislav Lukeš
f380e4d97d
Translated using Weblate (Czech)
...
Currently translated at 77.9% (2111 of 2707 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-08 14:54:59 +00:00
Jeff Huang
483216ce53
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2707 of 2707 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2020-12-08 14:54:54 +00:00
Marcelo Filho
48f40de14a
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2707 of 2707 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pt_BR/
2020-12-08 14:54:52 +00:00
David Baker
4a009d480d
Merge remote-tracking branch 'origin/develop' into dbkr/hold_ui
2020-12-08 11:48:14 +00:00
Michael Telatynski
e896b009f1
Handle manual hs urls better
2020-12-08 10:58:16 +00:00
Michael Telatynski
9f9699bf75
Hide Invite to this room CTA if no permission
2020-12-08 10:31:40 +00:00
Travis Ralston
f30d2ff1c5
Fix confetti room unread state check
...
Turns out that if you want confetti from other people you would need to have rooms on "All Messages" or higher - this isn't as fun for those of us who have most of our rooms as Mentions Only.
2020-12-07 16:54:09 -07:00
Weblate
4ee261fc08
Merge branch 'origin/develop' into Weblate.
2020-12-07 22:37:39 +00:00
Travis Ralston
603a1c8ffb
Fix linter
2020-12-07 15:37:26 -07:00
Weblate
23b29fdefb
Merge branch 'origin/develop' into Weblate.
2020-12-07 22:13:59 +00:00
Travis Ralston
550a5220d9
Undocumented linter cleanup
2020-12-07 15:12:26 -07:00
Travis Ralston
2c992c456e
Merge remote-tracking branch 'origin/develop' into feature_confetti#14676
2020-12-07 14:58:56 -07:00
Weblate
e64ca0e1ff
Merge branch 'origin/develop' into Weblate.
2020-12-07 21:51:42 +00:00
Priit Jõerüüt
ad0ab079fd
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (2703 of 2703 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2020-12-07 21:51:42 +00:00
Kaede
cffeb940a5
Translated using Weblate (Japanese)
...
Currently translated at 50.3% (1362 of 2703 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2020-12-07 21:51:40 +00:00
Marcelo Filho
1da90ea5dc
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2703 of 2703 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pt_BR/
2020-12-07 21:51:37 +00:00
Travis Ralston
f5ce50a472
Merge pull request #5391 from su-ex/fix-inverted-settings-default
...
Fix inverted settings default value
2020-12-07 14:51:28 -07:00
Weblate
93a34e7e96
Merge branch 'origin/develop' into Weblate.
2020-12-07 20:08:25 +00:00
random
d90e2db68c
Translated using Weblate (Italian)
...
Currently translated at 97.6% (2639 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/it/
2020-12-07 20:08:25 +00:00
LinAGKar
47e31ab06f
Translated using Weblate (Swedish)
...
Currently translated at 98.6% (2666 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2020-12-07 20:08:18 +00:00
Marcelo Filho
89d5d88ca4
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2702 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pt_BR/
2020-12-07 20:08:16 +00:00
David Baker
365d6982ce
Add secondary call avatar to main voice content view
2020-12-07 18:28:43 +00:00
David Baker
8a58c9dea0
Update UI for two calls in the PiP view
...
and also merge hold_ui changes
2020-12-07 17:56:36 +00:00
David Baker
747d743bd0
Add 60% opacity black over the avatars when on hold
2020-12-07 16:22:57 +00:00
Michael Telatynski
499f7e8af7
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/socials
2020-12-07 16:08:11 +00:00
Michael Telatynski
d06a00bcce
Improve usability of the Server Picker Dialog
2020-12-07 16:05:41 +00:00
David Baker
3b25a3be98
Smaller avatar, more padding on text
2020-12-07 15:42:35 +00:00
Weblate
2d54c7512f
Merge branch 'origin/develop' into Weblate.
2020-12-07 14:35:37 +00:00
Lukas
9bb04a857b
Add generated i18n json
2020-12-07 15:21:31 +01:00
Priit Jõerüüt
51ededb94d
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (2702 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2020-12-07 10:19:12 +00:00
XoseM
81c16555f6
Translated using Weblate (Galician)
...
Currently translated at 100.0% (2702 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2020-12-07 10:19:10 +00:00
Tirifto
5178d335ec
Translated using Weblate (Czech)
...
Currently translated at 77.1% (2084 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-07 10:19:08 +00:00
waclaw66
fdeeb26cbe
Translated using Weblate (Czech)
...
Currently translated at 77.1% (2084 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-07 10:19:08 +00:00
Stanislav Lukeš
5cee82f9d5
Translated using Weblate (Czech)
...
Currently translated at 77.1% (2084 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2020-12-07 10:19:08 +00:00
Kaede
c491ac6e29
Translated using Weblate (Japanese)
...
Currently translated at 50.0% (1352 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ja/
2020-12-07 10:19:01 +00:00
strix aluco
ed10693fed
Translated using Weblate (Ukrainian)
...
Currently translated at 53.3% (1442 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2020-12-07 10:18:59 +00:00
Jeff Huang
df3fd6baa9
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2702 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2020-12-07 10:18:57 +00:00
LinAGKar
1d1cef97b2
Translated using Weblate (Swedish)
...
Currently translated at 98.6% (2666 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2020-12-07 10:18:56 +00:00
Marcelo Filho
88cd776926
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2702 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pt_BR/
2020-12-07 10:18:49 +00:00
schwukas
de7f2ab2e0
Translated using Weblate (German)
...
Currently translated at 99.9% (2701 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2020-12-07 10:18:47 +00:00
Simon Merrick
b365d3b27e
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into new/room-alias-in-permalink
2020-12-07 10:30:50 +13:00
Simon Merrick
5544ee6408
extract alias handling to separate function
2020-12-06 23:29:11 +13:00
Lukas
a856484139
Fix typos in some strings
...
This commit fixes some typos that I've stumbled upon.
2020-12-06 10:32:52 +01:00
David Baker
ab71547c4c
Don't let call room names push out their containers
2020-12-04 20:36:08 +00:00
David Baker
4c50125e9d
Don't remove call when we call hangup
...
as hopefully explained by comment
2020-12-04 20:22:01 +00:00
David Baker
faf2922b1b
Update video element when the call changes in a videoview
...
Because that can happen now
2020-12-04 19:41:48 +00:00
macekj
0c85cb587d
Merge branch 'develop' into emoji_quick_shortcut
2020-12-04 11:05:50 -05:00
Weblate
7bc766e33c
Merge branch 'origin/develop' into Weblate.
2020-12-04 15:13:58 +00:00
Priit Jõerüüt
0f1f3d4338
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (2701 of 2701 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2020-12-04 15:13:58 +00:00
Besnik Bleta
5acb81aa44
Translated using Weblate (Albanian)
...
Currently translated at 99.7% (2694 of 2701 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2020-12-04 15:13:53 +00:00
J. Ryan Stinnett
c13891c670
Merge pull request #5260 from orangecms/redact-with-reason
...
add support for giving reason when redacting
2020-12-04 15:13:40 +00:00
David Baker
6916b5d7c6
Merge remote-tracking branch 'origin/develop' into dbkr/hold_ui
2020-12-03 17:57:22 +00:00
David Baker
0b15ab06d8
Merge remote-tracking branch 'origin/develop' into dbkr/line_1_2
2020-12-03 17:56:39 +00:00
David Baker
482c0a2f6a
i18n
2020-12-03 17:49:22 +00:00
David Baker
1ce63f0fa7
Line 1 / 2 Support
...
Support one active call plus one call on hold
2020-12-03 17:45:49 +00:00
Weblate
f9426a69c9
Merge branch 'origin/develop' into Weblate.
2020-12-03 15:50:55 +00:00
Hivaa
52ec76158f
Translated using Weblate (Persian)
...
Currently translated at 7.2% (197 of 2701 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2020-12-03 15:50:55 +00:00
Travis Ralston
af49030b2f
Merge pull request #5462 from matrix-org/travis/widget-sanity-2
...
Add more widget sanity checking
2020-12-03 08:50:46 -07:00
Weblate
09bc38bb65
Merge branch 'origin/develop' into Weblate.
2020-12-03 15:20:24 +00:00
Weblate
7d336fc4c3
Merge branch 'origin/develop' into Weblate.
2020-12-03 15:20:20 +00:00
Hivaa
eaa4b17af4
Translated using Weblate (Persian)
...
Currently translated at 7.0% (191 of 2701 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fa/
2020-12-03 15:20:20 +00:00
Michael Telatynski
b200211660
Merge pull request #5465 from matrix-org/t3chguy/socials
...
Fix React complaining about unknown DOM props
2020-12-03 15:20:16 +00:00
LinAGKar
fb96cbbba5
Translated using Weblate (Swedish)
...
Currently translated at 97.1% (2624 of 2701 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2020-12-03 15:20:12 +00:00
Michael Telatynski
1afece9a14
Fix React complaining about unknown DOM props
2020-12-03 12:20:48 +00:00
Michael Telatynski
e4b929c6f9
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix/15882
2020-12-03 11:42:47 +00:00
Weblate
7a54e91c65
Merge branch 'origin/develop' into Weblate.
2020-12-03 11:42:44 +00:00
Priit Jõerüüt
44954ad084
Translated using Weblate (Estonian)
...
Currently translated at 99.1% (2679 of 2701 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2020-12-03 11:42:44 +00:00
XoseM
0b94e7629d
Translated using Weblate (Galician)
...
Currently translated at 100.0% (2701 of 2701 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2020-12-03 11:42:42 +00:00
Jeff Huang
7d936dea92
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2701 of 2701 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2020-12-03 11:42:36 +00:00
Marcelo Filho
6772f30b51
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2701 of 2701 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pt_BR/
2020-12-03 11:42:31 +00:00
Michael Telatynski
f432d4e394
delint
2020-12-03 11:31:14 +00:00
Michael Telatynski
3223b00028
Jump to home page when leaving a room
...
so that you don't get thrown into a room you may be ignoring on purpose
2020-12-03 11:15:55 +00:00
Michael Telatynski
0fd9b55b95
Fix SSO buttons for Social Logins
2020-12-03 11:08:16 +00:00
macekj
27a853c586
use textSerialize function to get model text
2020-12-02 15:01:44 -05:00
Travis Ralston
d38a6ad1be
Add more widget sanity checking
...
This is for https://github.com/vector-im/element-web/issues/15705
https://github.com/matrix-org/matrix-react-sdk/pull/5459 was unable to track down all the instances of where the issue happens, so this commit tries to do a more complete job.
Specifically, this replaces the getRoomId() function given widgets cannot reliably be referenced by widget ID in this way, and the store has been updated to handle a more unique widget ID for the store (just in case).
Further sanity checking has also been added to ensure that we are at least returning a valid result.
2020-12-02 12:20:59 -07:00
Weblate
f7d45c38aa
Merge branch 'origin/develop' into Weblate.
2020-12-02 15:48:58 +00:00
LinAGKar
5787915cb5
Translated using Weblate (Swedish)
...
Currently translated at 97.4% (2633 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2020-12-02 15:48:58 +00:00
Michael Telatynski
8593845e3d
i18n
2020-12-02 15:12:16 +00:00
Michael Telatynski
3fda7e3f46
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/socials
2020-12-02 15:08:13 +00:00
Ezwen
5c6b040983
Translated using Weblate (French)
...
Currently translated at 86.5% (2338 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2020-12-02 13:22:07 +00:00
Simon Merrick
cf8c98e076
More explicit reference checking
2020-12-02 12:34:43 +13:00
Weblate
04001e22f9
Merge branch 'origin/develop' into Weblate.
2020-12-01 20:40:33 +00:00
Hassan Algoz
89eaa9654f
Translated using Weblate (Arabic)
...
Currently translated at 53.9% (1458 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ar/
2020-12-01 20:40:32 +00:00
MSG-maniac
58ed858f40
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 83.2% (2250 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hans/
2020-12-01 20:40:23 +00:00
Nikita Epifanov
3a3e42e439
Translated using Weblate (Russian)
...
Currently translated at 88.1% (2383 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ru/
2020-12-01 20:40:20 +00:00
Travis Ralston
5df6932051
Add various amounts of sanity checking for widget pinning
...
This should also help https://github.com/vector-im/element-web/issues/15705 by either implicitly fixing the problem, causing chaos as described in the issue, or by forcing a crash to identify the problem more easily.
2020-12-01 13:19:51 -07:00
Travis Ralston
bd1de8d45b
Require a room ID for WidgetStore's pinned widget contracts
...
This should alleviate https://github.com/vector-im/element-web/issues/15705 from happening, though the cause is still unknown.
Requiring a room ID is safe for this because only room widgets can be pinned, and widget IDs are not globally unique which means from a logical standpoint the contract still makes sense here.
2020-12-01 13:05:48 -07:00
nurjinn jafar
111515e794
fixed linter problem
2020-12-01 17:37:28 +01:00
nurjinn jafar
1bf7ff8994
null check added
...
path to confetti fixed after refactoring
2020-12-01 17:15:02 +01:00
Michael Telatynski
ba542f291b
Merge branch 'develop' into t3chguy/socials
2020-12-01 15:50:07 +00:00
David Baker
31044b68d1
Merge remote-tracking branch 'origin/develop' into dbkr/hold_ui
2020-12-01 15:09:25 +00:00
David Baker
d3b1ec0648
Revert unintentional part of 4ca35fabef
2020-12-01 15:08:59 +00:00
David Baker
4ca35fabef
Visual tweaks
2020-12-01 13:44:24 +00:00
Michael Telatynski
26e1cdb82c
Update i18n
2020-12-01 12:04:41 +00:00
Weblate
f6532859fd
Merge branch 'origin/develop' into Weblate.
2020-11-30 20:43:09 +00:00
Travis Ralston
9b6f93da5f
Update i18n
2020-11-30 13:42:29 -07:00
anonym
b1b0e93d5e
Update i18n for Appearance User Settings
...
The variable has to be added to the i18n files as well (I don't know how to do that)
2020-11-30 21:33:52 +01:00
David Baker
cb6c080828
Fix remote video being too tall and causing aux panel to scroll
2020-11-30 16:44:31 +00:00
Weblate
8a0c1248cb
Merge branch 'origin/develop' into Weblate.
2020-11-30 16:20:53 +00:00
Nikita Epifanov
f2c79c1e8c
Translated using Weblate (Russian)
...
Currently translated at 87.9% (2376 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ru/
2020-11-30 16:20:53 +00:00
David Baker
3a3775b523
Only show 'answered elsewhere' if we tried to answer too
...
and don't play the hangup tone
Fixes https://github.com/vector-im/element-web/issues/15735
2020-11-30 15:17:20 +00:00
Weblate
909b0af934
Merge branch 'origin/develop' into Weblate.
2020-11-30 09:49:12 +00:00
Michael Telatynski
d4ed4a135c
Merge pull request #5442 from RinkiyaKeDad/avatar-fix
...
Fixed Avatar for 3PID invites
2020-11-30 09:49:05 +00:00
MamasLT
9e48493f67
Translated using Weblate (Lithuanian)
...
Currently translated at 70.6% (1909 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lt/
2020-11-30 06:14:19 +00:00
strix aluco
35b720e8ef
Translated using Weblate (Ukrainian)
...
Currently translated at 53.3% (1442 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2020-11-30 06:14:16 +00:00
Jeff Huang
2a50de1536
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2702 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2020-11-30 06:14:14 +00:00
Priit Jõerüüt
f6a377e5af
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (2702 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2020-11-29 18:50:26 +00:00
Besnik Bleta
bfe800fc35
Translated using Weblate (Albanian)
...
Currently translated at 99.7% (2695 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sq/
2020-11-29 18:50:23 +00:00
MamasLT
53535f0db8
Translated using Weblate (Lithuanian)
...
Currently translated at 70.2% (1899 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lt/
2020-11-29 18:50:20 +00:00
XoseM
302f284b9d
Translated using Weblate (Galician)
...
Currently translated at 100.0% (2702 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2020-11-29 18:50:18 +00:00
Marcelo Filho
7ad46cb6eb
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (2702 of 2702 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pt_BR/
2020-11-29 18:50:15 +00:00
Simon Merrick
e92ac67152
Use room alias in generated permalink for rooms
...
Signed-off-by: Simon Merrick <s.m3rrick@gmail.com>
2020-11-28 21:50:51 +13:00
macekj
200c061968
remove unnecessary plus checks in emoji regexes
...
Signed-off-by: macekj <macekj@umich.edu>
2020-11-27 19:41:45 -05:00
Steffen Kolmer
0e53e220d0
Fixed copy paste error
2020-11-27 17:25:34 +01:00
nurjinn jafar
2f72c9ee55
update translation file
2020-11-27 16:47:07 +01:00
nurjinn jafar
82023dcf42
Merge branch 'feature_confetti#14676' of https://github.com/nordeck/matrix-react-sdk into feature_confetti#14676
2020-11-27 16:33:15 +01:00
nurjinn jafar
6ce5d3b044
refactored effects dir and changed effects exported name
2020-11-27 16:32:04 +01:00
Steffen Kolmer
d9c7148182
Merge remote-tracking branch 'upstream/develop' into feature_confetti#14676
2020-11-27 16:20:35 +01:00
Weblate
73ccc40295
Merge branch 'origin/develop' into Weblate.
2020-11-27 14:41:14 +00:00
David Baker
4f35bc0865
Merge remote-tracking branch 'origin/develop' into dbkr/user_media_error
2020-11-27 14:29:22 +00:00
Weblate
2d8c103f0c
Merge branch 'origin/develop' into Weblate.
2020-11-27 14:07:24 +00:00
Travis Ralston
f4979065e4
Merge pull request #5445 from matrix-org/travis/hide-rooms
...
Make it possible in-code to hide rooms from the room list
2020-11-27 07:07:18 -07:00
Weblate
b52c900bb5
Merge branch 'origin/develop' into Weblate.
2020-11-27 14:06:43 +00:00
Travis Ralston
ced68a6fbc
Merge pull request #5447 from matrix-org/travis/fix-stickerpicker
...
Fix the stickerpicker
2020-11-27 07:06:35 -07:00
David Baker
9a5f2c85cd
i18n
2020-11-27 14:04:27 +00:00
David Baker
522c2d9dc7
Typo
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2020-11-27 14:03:52 +00:00
Weblate
65afa01725
Merge branch 'origin/develop' into Weblate.
2020-11-27 14:01:22 +00:00
Šimon Brandner
eb64e5b2af
Merge branch 'develop' into feature-change-password-validation
2020-11-27 14:46:08 +01:00
David Baker
65ab0ee665
Slightly better error if we can't capture user media
...
Fixes https://github.com/vector-im/element-web/issues/15837
2020-11-27 12:53:09 +00:00
Weblate
25e06d6745
Merge branch 'origin/develop' into Weblate.
2020-11-27 11:55:34 +00:00
J. Ryan Stinnett
826466179a
Merge pull request #5244 from akissinger/katex
...
LaTeX rendering in element-web using KaTeX
2020-11-27 11:55:26 +00:00
Weblate
009a2c3852
Merge branch 'origin/develop' into Weblate.
2020-11-27 11:45:55 +00:00
J. Ryan Stinnett
e64b6b07c9
Merge pull request #5448 from matrix-org/jryans/lifecycle-customisations
...
Add lifecycle customisation point after logout
2020-11-27 11:45:48 +00:00
J. Ryan Stinnett
25cc4b89b8
Add lifecycle customisation point after logout
...
This will help specific deployments that need to do something custom here such
as redirect the user or call some API after Element has logged out and cleared
storage.
2020-11-27 11:23:01 +00:00
J. Ryan Stinnett
86b2cd1f82
Use typeof in customisations to avoid repeating
2020-11-27 11:11:11 +00:00
Weblate
571b5a2a84
Merge branch 'origin/develop' into Weblate.
2020-11-27 10:58:36 +00:00
Tuomas Hietala
859f842cbd
Translated using Weblate (Finnish)
...
Currently translated at 81.5% (2196 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2020-11-27 10:58:36 +00:00
Юрий Руренко
a609b396cd
Translated using Weblate (Ukrainian)
...
Currently translated at 53.5% (1441 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2020-11-27 10:58:28 +00:00
LinAGKar
d468a37de5
Translated using Weblate (Swedish)
...
Currently translated at 97.5% (2625 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2020-11-27 10:58:05 +00:00
Michael Telatynski
edd5bf5842
Merge pull request #5421 from matrix-org/t3chguy/fix/15700
...
Simplify UserMenu for Guests as they can't use most of the options
2020-11-27 10:57:54 +00:00
Michael Telatynski
00b1cd01eb
Update copy
2020-11-27 09:44:04 +00:00
Arsh Sharma
cb3b8b6c77
fix(EventTile): updated comment
2020-11-27 14:13:42 +05:30
Travis Ralston
80f1df6d95
Don't needlessly persist user widgets
...
Fixes https://github.com/vector-im/element-web/issues/15842
We don't have a concept of a stickerpicker staying on screen, so don't make it a thing yet.
2020-11-26 15:09:08 -07:00
Aleks Kissinger
79baea9c4a
fixed indent
2020-11-26 17:54:11 +00:00
Aleks Kissinger
494ae3e421
parse html for latex rendering inside settings block
2020-11-26 17:45:11 +00:00
Steffen Kolmer
ede67684e4
Removed trailing space
2020-11-26 18:27:35 +01:00
Aleks Kissinger
7013483dad
UK spelling maths
2020-11-26 17:26:42 +00:00
Steffen Kolmer
27312c3553
Merge branch 'develop' into feature_confetti#14676
2020-11-26 18:21:28 +01:00
Aleks Kissinger
dacef10fa6
reverted US translation
2020-11-26 16:22:10 +00:00
Šimon Brandner
acd148d807
Remove nonsense lines
2020-11-26 16:58:34 +01:00
Michael Telatynski
5f03cbd88f
Iterate PR some more
2020-11-26 15:45:15 +00:00
Travis Ralston
c2c328e23c
Appease the linter
2020-11-26 08:06:48 -07:00
Travis Ralston
b9c57f47b0
Remove example
2020-11-26 08:01:38 -07:00
Michael Telatynski
86025459f4
Remove unused dialog, todo comments and other tiny tweaks
2020-11-26 15:01:12 +00:00
Weblate
7efa8afa79
Merge branch 'origin/develop' into Weblate.
2020-11-26 15:00:18 +00:00
Travis Ralston
24f3ecb69a
Merge branch 'develop' into travis/modal-widget-fixes
2020-11-26 08:00:02 -07:00
David Baker
2a02e57a95
Add UI for hold functionality
2020-11-26 14:35:09 +00:00
Weblate
f8cc02a752
Merge branch 'origin/develop' into Weblate.
2020-11-26 14:01:49 +00:00
Priit Jõerüüt
9e90037163
Translated using Weblate (Estonian)
...
Currently translated at 100.0% (2692 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/et/
2020-11-26 14:01:49 +00:00
XoseM
5c176f15d9
Translated using Weblate (Galician)
...
Currently translated at 100.0% (2692 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2020-11-26 14:01:43 +00:00
m4sk1n
2be4a0439d
Translated using Weblate (Polish)
...
Currently translated at 69.4% (1870 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pl/
2020-11-26 14:01:41 +00:00
Юрий Руренко
d98a13adb9
Translated using Weblate (Ukrainian)
...
Currently translated at 46.9% (1265 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2020-11-26 14:01:18 +00:00
LinAGKar
928436020f
Translated using Weblate (Swedish)
...
Currently translated at 97.4% (2623 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2020-11-26 14:01:14 +00:00
notramo
2b140470f9
Translated using Weblate (Hungarian)
...
Currently translated at 97.3% (2622 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2020-11-26 14:01:12 +00:00
Dellle
179daf92cd
Translated using Weblate (German)
...
Currently translated at 100.0% (2692 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2020-11-26 14:01:09 +00:00
@a2sc:matrix.org
e6ef2911d6
Translated using Weblate (German)
...
Currently translated at 100.0% (2692 of 2692 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2020-11-26 14:00:33 +00:00
Arsh Sharma
8386e50240
fix(EventTile): commited suggestions
2020-11-26 17:18:11 +05:30
Travis Ralston
80b93e0843
Mute all updates from rooms that are invisible
2020-11-25 20:03:58 -07:00
Travis Ralston
b9af446c1b
Make it possible in-code to hide rooms from the room list
...
Fixes https://github.com/vector-im/element-web/issues/15745
This was surprisingly easy given the number of errors I remember last time, but here it is. This also includes an over-engineered VisibilityProvider with the intention that it'll get used in the future for things like Spaces and other X as Rooms stuff.
2020-11-25 19:42:57 -07:00
Travis Ralston
c2cb791f7d
Appease the linter
2020-11-25 18:58:30 -07:00
Travis Ralston
fc820c4b1a
Construct modal widgets in the same way we do any other widget
...
Fixes https://github.com/vector-im/element-web/issues/15800
2020-11-25 18:51:27 -07:00
Travis Ralston
51f6205258
Fix modal buttons not being disabled by disabling them
...
Looks like this was just a missed block of code, but also the important bit.
Fixes https://github.com/vector-im/element-web/issues/15801
2020-11-25 18:48:18 -07:00
Travis Ralston
5da27aed94
Replace the concept of a Widget Security Key with an OIDC state
...
The security key naming/practice was misguided, so let's call it what it is (a settings key) and abstract away the complexity to a new store.
Fixes https://github.com/vector-im/element-web/issues/15820 while we're here.
2020-11-25 18:39:11 -07:00
Travis Ralston
c91dc55bc1
Make modal widgets static to avoid being destroyed
...
Fixes https://github.com/vector-im/element-web/issues/15818
2020-11-25 18:35:00 -07:00
Travis Ralston
3780afff7d
Fix existing widgets not having approved capabilities for their function
...
Fixes https://github.com/vector-im/element-web/issues/15827
This also fixes sticker pickers.
2020-11-25 14:40:01 -07:00
Michael Telatynski
c4084196d1
delint
2020-11-25 10:39:44 +00:00
Michael Telatynski
1b1c482f9c
Iterate tests
2020-11-25 10:22:16 +00:00
Michael Telatynski
758b47c64d
Replace *ServerConfig and SignInToText with ServerPicker
2020-11-25 09:46:56 +00:00
Michael Telatynski
6a315e80b6
Improve auth error messages
2020-11-25 09:24:24 +00:00
Michael Telatynski
225d541487
Extend Field and InfoDialog with more configurability
2020-11-25 09:19:08 +00:00
Michael Telatynski
2f64160a0e
Remove backwards compatibility in ServerConfig for m.require_identity_server
2020-11-25 09:00:31 +00:00
Arsh Sharma
5e239690da
fix(EventTile): made revisions
2020-11-25 12:46:14 +05:30