XoseM
5454bdd8c3
Translated using Weblate (Galician)
...
Currently translated at 100.0% (2903 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/gl/
2021-03-29 09:20:03 +00:00
Tuomas Hietala
c29db5f686
Translated using Weblate (Finnish)
...
Currently translated at 92.3% (2682 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2021-03-29 09:19:53 +00:00
waclaw66
8ee1aeddc1
Translated using Weblate (Czech)
...
Currently translated at 100.0% (2903 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2021-03-29 09:19:39 +00:00
Andrejs
1d170ecea0
Translated using Weblate (Latvian)
...
Currently translated at 45.9% (1334 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lv/
2021-03-29 09:19:30 +00:00
Thor Arne Johansen
0dc91df653
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 46.7% (1357 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nb_NO/
2021-03-29 09:19:24 +00:00
Ihor Hordiichuk
284dad6096
Translated using Weblate (Ukrainian)
...
Currently translated at 50.9% (1478 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2021-03-29 09:19:15 +00:00
Tawfiek Khalaf
790c3d5279
Translated using Weblate (Arabic)
...
Currently translated at 51.7% (1503 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ar/
2021-03-29 09:19:13 +00:00
Jeff Huang
5e00f039c0
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2903 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hant/
2021-03-29 09:19:01 +00:00
RainSlide
525a884c54
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 94.7% (2752 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/zh_Hans/
2021-03-29 09:18:52 +00:00
LinAGKar
df2ace986f
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (2903 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sv/
2021-03-29 09:18:03 +00:00
jelv
a024e0e70e
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (2903 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-03-29 09:17:53 +00:00
Szimszon
93b74a887c
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2903 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2021-03-29 09:17:44 +00:00
Thibault Martin
74f7997026
Translated using Weblate (French)
...
Currently translated at 100.0% (2903 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fr/
2021-03-29 09:17:34 +00:00
iaiz
1ce4a7b74a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (2903 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/es/
2021-03-29 09:17:24 +00:00
libexus
198cd2f271
Translated using Weblate (German)
...
Currently translated at 97.4% (2829 of 2903 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2021-03-29 09:17:15 +00:00
Germain Souquet
e53a8ad992
Refactor SeshatResetDialog in TypeScript
2021-03-29 08:44:27 +01:00
Aaron Raimist
4974cb43af
Prevent Re-request encryption keys from appearing under redacted messages
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2021-03-28 22:35:12 -05:00
Clemens Zeidler
be00320def
Make use of the KeyBindingsManager in the ScrollPanel
...
Signed-off-by: Clemens Zeidler <clemens.zeidler@gmail.com>
2021-03-29 13:38:15 +13:00
Clemens Zeidler
57cd8afbc4
Split ApplySelection into CompleteOrPrevSelection and CompleteOrNextSelection
...
When moving through the autocomplete selection list distinguish between
the following cases:
1) When there is no autocomplete window open, only open one and select
the first item when the CompleteOrPrevSelection /
CompleteOrNextSelection actions are emitted (e.g. by pressing SHIFT +
TAB, TAB)
2) Otherwise navigate through the selection list (e.g. SHIFT + TAB, TAB,
UP, DOWN)
- Remove references to raw keyboard events in autocomplete.ts
- Clarify the purpose of startSelection (previously onTab)
Signed-off-by: Clemens Zeidler <clemens.zeidler@gmail.com>
2021-03-29 13:38:03 +13:00
Clemens Zeidler
7d087524a5
Make use of the KeyBindingManager in LeftPanel
...
LeftPanel was making key action decisions based on the forwarded event.
Use the KeyBindingManager now.
Signed-off-by: Clemens Zeidler <clemens.zeidler@gmail.com>
2021-03-28 20:00:53 +13:00
J. Ryan Stinnett
02548cf743
Tweak security key error handling
...
This reworks error handling of "use security key" so we stop the overall
operation when cancelling access (instead of just the immediate prompt). In
addition, flowing the error to outer catch block also handles resetting state to
re-display the initial verification choices.
Fixes https://github.com/vector-im/element-web/issues/15584
2021-03-26 18:01:03 +00:00
J. Ryan Stinnett
327071d671
Merge pull request #5808 from matrix-org/jryans/tweak-cs-text-release
...
[Release] Tweak cross-signing copy
2021-03-26 17:23:15 +00:00
Michael Telatynski
230919dd66
fix issue with injected styles exploding the theme engine
2021-03-26 15:43:59 +00:00
J. Ryan Stinnett
33e8edb3d5
Merge pull request #5720 from czeidler/key-bindings
...
Decouple key bindings from event handling
2021-03-26 15:14:38 +00:00
Michael Telatynski
83612dd4ad
Merge pull request #5792 from matrix-org/t3chguy/spaces4.12
...
Fixing spaces papercuts
2021-03-26 15:01:31 +00:00
Travis Ralston
f6b119cb71
Merge pull request #5809 from matrix-org/travis/sso-rel
...
[RELEASE] Fix crash on login when using social login
2021-03-26 08:52:20 -06:00
Travis Ralston
1426a4b168
Fix crash on login when using social login
...
We weren't passing a matrix client through, and the peg wasn't set at this point. Just need to thread it through to the media endpoints.
Fixes https://github.com/vector-im/element-web/issues/16765
2021-03-26 08:46:41 -06:00
Michael Telatynski
a64e0d7611
delint
2021-03-26 14:45:10 +00:00
Hubert Chathi
e23583db40
Merge pull request #5763 from uhoreg/room-history-key-sharing2
...
Share keys for historical messages when inviting users to encrypted rooms
2021-03-26 10:41:54 -04:00
David Baker
989d69ba16
Get tbe transfer target / transferee the right way around
...
and also switch to the transfer target's room when we call them
2021-03-26 14:21:58 +00:00
Travis Ralston
e48dbef054
Merge pull request #5804 from matrix-org/travis/uploads-fix
...
Fix upload bar not populating when starting uploads
2021-03-26 08:08:21 -06:00
Travis Ralston
22b7081475
Merge pull request #5803 from matrix-org/travis/s-sso-login-crash
...
Fix crash on login when using social login
2021-03-26 08:06:34 -06:00
Michael Telatynski
af18019314
Final spaces tweaks for the demo
2021-03-26 13:46:01 +00:00
Michael Telatynski
9b4af91014
delint
2021-03-26 13:25:06 +00:00
Michael Telatynski
eff0e6fcc3
Add facepile to Space landing page and tweak layout slightly
2021-03-26 13:11:57 +00:00
Michael Telatynski
d10241b1c4
Fix misalignment on the room search input caused by a 1px transparent border
2021-03-26 13:10:44 +00:00
J. Ryan Stinnett
ce19d07850
Merge pull request #5805 from matrix-org/travis/ts/access-ss-dialog
...
Convert AccessSecretStorageDialog to TypeScript
2021-03-26 12:37:24 +00:00
J. Ryan Stinnett
52cda49ba4
Fix tests
2021-03-26 12:14:24 +00:00
J. Ryan Stinnett
9aa1daa3e1
Move toast detail to a new line
2021-03-26 12:14:24 +00:00
J. Ryan Stinnett
4a883f2e88
Tweak cross-signing copy
...
This makes some Design-approved copy tweaks to the recent cross-signing flow
changes.
2021-03-26 12:14:24 +00:00
J. Ryan Stinnett
5f70c625ab
Merge pull request #5807 from matrix-org/jryans/tweak-cs-text
...
Tweak cross-signing copy
2021-03-26 12:12:25 +00:00
J. Ryan Stinnett
cf4ed1bcdf
Fix tests
2021-03-26 11:56:58 +00:00
Michael Telatynski
4341dfb314
Iterate facepiles, fix default avatar alignment and sort explicit avatars first
2021-03-26 11:55:22 +00:00
Michael Telatynski
aff05eff48
Fix suggested room vanishing when you peek it
2021-03-26 11:48:31 +00:00
J. Ryan Stinnett
aed247f44c
Move toast detail to a new line
2021-03-26 11:43:41 +00:00
Michael Telatynski
9fb653e522
Fix room space invite button for public spaces
2021-03-26 11:43:01 +00:00
Michael Telatynski
3cee8b2baa
fix space creation button busy state
2021-03-26 11:34:41 +00:00
J. Ryan Stinnett
fd59a66523
Tweak cross-signing copy
...
This makes some Design-approved copy tweaks to the recent cross-signing flow
changes.
2021-03-26 11:13:39 +00:00
Michael Telatynski
a8c1b7abab
Hide space room management checkboxes if you don't have permission at the root space
2021-03-26 09:59:02 +00:00
Michael Telatynski
8c6d92cc99
Move space room discovery & management into the space room view
2021-03-26 09:54:15 +00:00