Weblate
48a88fbb58
Merge branch 'origin/develop' into Weblate.
2020-03-20 10:52:08 +00:00
Weblate
f8f095af82
Merge branch 'origin/develop' into Weblate.
2020-03-20 10:51:22 +00:00
Damir Jelić
519c7f9ef0
Merge branch 'poljar/empty-search-error' into develop
2020-03-20 11:51:20 +01:00
Michael Telatynski
c176d1e070
Merge pull request #4247 from matrix-org/t3chguy/showHiddentEvents_spoof
...
Break continuation on showHiddenEvents-rendered events
2020-03-20 10:51:17 +00:00
Weblate
b45e05818e
Merge branch 'origin/develop' into Weblate.
2020-03-20 10:50:34 +00:00
Michael Telatynski
624f88f0f1
Merge pull request #4246 from matrix-org/t3chguy/rr_margin
...
Watch for show-RR settings changes, use room-specific and fix margins
2020-03-20 10:50:29 +00:00
Weblate
f4dc88c7f0
Merge branch 'origin/develop' into Weblate.
2020-03-20 10:45:25 +00:00
random
d199468d0c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2217 of 2217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-03-20 10:45:25 +00:00
Kévin C
ad367b1f54
Translated using Weblate (French)
...
Currently translated at 100.0% (2217 of 2217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-03-20 10:45:21 +00:00
Samu Voutilainen
0db36b92ca
Translated using Weblate (Finnish)
...
Currently translated at 90.7% (2010 of 2217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2020-03-20 10:45:17 +00:00
Jeff Huang
7031698314
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2217 of 2217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-03-20 10:45:13 +00:00
Damir Jelić
759f71cb53
Searching: Return an empty result if the search term is an empty string.
...
This mimics the behaviour we get from synapse as, this fixes
https://github.com/vector-im/riot-web/issues/12715 .
2020-03-20 11:38:43 +01:00
Michael Telatynski
7224243e00
Break continuation on showHiddenEvents-rendered events
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-20 09:41:43 +00:00
Michael Telatynski
1c0c3c4695
Watch for show-RR settings changes, use room-specific and fix margins
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-20 09:29:59 +00:00
Michael Telatynski
61a9dd0ee3
delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-20 00:56:41 +00:00
Michael Telatynski
2fcca5d4e4
Handle matrix.to user permalink in-room rather than solo
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-20 00:42:44 +00:00
Michael Telatynski
1c2c2cbc7c
delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-20 00:20:55 +00:00
Michael Telatynski
2b40bb905a
Add shortcut CmdOrCtrl+. to toggle right panel. Gets rid of forced-update on right panel changes which may not be the ones we care about.
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-20 00:18:24 +00:00
Michael Telatynski
de581b2a5a
Register Mac electron specific Cmd+, shortcut to User Settings
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-19 23:42:08 +00:00
Michael Telatynski
4da7ce10de
delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-19 23:15:05 +00:00
Michael Telatynski
f5d490ee78
Tidy up code
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-19 23:11:28 +00:00
Michael Telatynski
d7ca374991
open room sublist when using alt-arrows to navigate into it, refire scroll event
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-19 22:07:22 +00:00
David Baker
ea62a13e59
Merge remote-tracking branch 'origin/develop' into dbkr/symmetric-ssss-migrate
2020-03-19 21:14:27 +00:00
David Baker
c8691c73ff
Allow key backup restore to get the key backup passphrase
...
And pass this in as the new callback to bootstrap to get the old
key backup passphrase.
2020-03-19 20:42:16 +00:00
David Baker
9bfc19f367
Fix bug where cross-signing keys would be unintentionally reset
...
Don't pass the boostrap function directly as a an event handler
as that gets used as the force argument.
2020-03-19 20:40:08 +00:00
Michael Telatynski
7d28137cfd
Merge branches 'develop' and 't3chguy/shortcuts1' of github.com:matrix-org/matrix-react-sdk into t3chguy/shortcuts1
2020-03-19 19:18:20 +00:00
Michael Telatynski
578b3f2b97
Improve Keyboard Shortcuts. Add alt-arrows & alt-shift-arrows.
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-19 19:07:33 +00:00
Weblate
59250e0936
Merge branch 'origin/develop' into Weblate.
2020-03-19 17:52:18 +00:00
Travis Ralston
20d0e8a888
Merge pull request #4234 from matrix-org/travis/wrapped-jitsi
...
Use a local wrapper for Jitsi calls
2020-03-19 11:52:14 -06:00
Travis Ralston
92251316a3
Switch to named object
2020-03-19 11:51:01 -06:00
Weblate
7c562d3d0a
Merge branch 'origin/develop' into Weblate.
2020-03-19 17:32:36 +00:00
Michael Telatynski
c616107d1c
Merge pull request #4233 from matrix-org/t3chguy/invite_fixes
...
Invite Dialog fixes
2020-03-19 17:32:30 +00:00
Besnik Bleta
a519e74410
Translated using Weblate (Albanian)
...
Currently translated at 99.6% (2211 of 2219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-03-19 17:19:53 +00:00
Weblate
ab465bdae3
Merge branch 'origin/develop' into Weblate.
2020-03-19 16:00:24 +00:00
Julien
b588d6eb62
Translated using Weblate (French)
...
Currently translated at 98.3% (2172 of 2209 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-03-19 16:00:24 +00:00
Zoe
d4486a3eeb
Merge pull request #4229 from matrix-org/foldleft/11574-handle-upload-errors
...
Report to the user when a key signature upload fails
2020-03-19 16:00:18 +00:00
Michael Telatynski
3c2101fa31
Fix ctrlOrCmd + Slash shortcut to match the guide
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-19 15:52:17 +00:00
Weblate
26e6ea518e
Merge branch 'origin/develop' into Weblate.
2020-03-19 15:25:48 +00:00
Hubert Chathi
c6ff6f2a79
Merge branch 'develop' into uhoreg/prepare_to_encrypt
2020-03-19 10:57:47 -04:00
Weblate
d849050333
Merge branch 'origin/develop' into Weblate.
2020-03-19 14:26:09 +00:00
David Baker
32f70dfec1
Merge remote-tracking branch 'origin/develop' into dbkr/symmetric-ssss-migrate
2020-03-19 14:18:55 +00:00
Michael Telatynski
fb46258528
we don't do mx_fadable anymore so get rid of broken RLS disabling
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-19 13:57:36 +00:00
Weblate
5286688252
Merge branch 'origin/develop' into Weblate.
2020-03-19 10:46:46 +00:00
Imre Kristoffer Eilertsen
c5a6f6390d
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 38.6% (838 of 2171 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nb_NO/
2020-03-19 10:46:45 +00:00
random
937a9fe551
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-03-19 10:46:26 +00:00
Kévin C
2a62c7bdf9
Translated using Weblate (French)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-03-19 10:46:25 +00:00
Miro Rauhala
b49c02709a
Translated using Weblate (Finnish)
...
Currently translated at 90.7% (1969 of 2171 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2020-03-19 10:46:23 +00:00
Jeff Huang
b3d447d583
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-03-19 10:46:22 +00:00
Osoitz
847b96ac67
Translated using Weblate (Basque)
...
Currently translated at 100.0% (2171 of 2171 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2020-03-19 10:46:21 +00:00
Besnik Bleta
f0fdd84443
Translated using Weblate (Albanian)
...
Currently translated at 99.6% (2163 of 2171 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-03-19 10:46:17 +00:00
Michael Telatynski
fa6a937896
don't block onFinished as there are other ways to close modal
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-19 09:58:49 +00:00
Michael Telatynski
1dc30beb95
disable textarea when busy
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-19 09:58:04 +00:00
Hubert Chathi
3bb1422f93
pre-send megolm keys when possible when a user starts typing
2020-03-18 19:23:36 -04:00
Travis Ralston
8519a83b61
Appease the linter
2020-03-18 15:58:57 -06:00
Travis Ralston
2a68479f5a
Remove unused strings
2020-03-18 15:53:05 -06:00
Travis Ralston
9da57817d1
Use a local wrapper for Jitsi calls
...
Requires https://github.com/vector-im/riot-web/pull/12780
2020-03-18 15:50:12 -06:00
Imre Kristoffer Eilertsen
a4bee08a18
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 24.6% (535 of 2171 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nb_NO/
2020-03-18 21:28:30 +00:00
Michael Telatynski
963c0a7b3f
Hide remove target buttons when busy
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-18 21:16:41 +00:00
Michael Telatynski
dd9ead0166
Invite dialog: backspace on empty field remove right-most target
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-18 21:09:52 +00:00
Michael Telatynski
22c8df9f23
Update DM invite copy
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-18 21:08:37 +00:00
Michael Telatynski
7a448c5ba2
Fix Alt being Option on Mac
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-18 20:56:28 +00:00
Michael Telatynski
d593a76f28
Merge branches 'develop' and 't3chguy/kbd' of github.com:matrix-org/matrix-react-sdk into t3chguy/kbd
2020-03-18 20:41:13 +00:00
Michael Telatynski
36cedc58bb
Make ts happier
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-18 17:03:00 +00:00
Michael Telatynski
cad28c81c0
Add Keyboard shortcuts dialog
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-18 16:40:21 +00:00
David Baker
b8e6208cb2
Merge remote-tracking branch 'origin/develop' into uhoreg-uhoreg/symmetric-ssss-migrate
2020-03-18 14:49:25 +00:00
Weblate
f35713bafa
Merge branch 'origin/develop' into Weblate.
2020-03-18 14:04:02 +00:00
Tirifto
a99b61a14b
Translated using Weblate (Esperanto)
...
Currently translated at 99.8% (2167 of 2171 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-03-18 14:04:02 +00:00
Michael Telatynski
42ee157645
Merge pull request #4217 from matrix-org/t3chguy/gemini
...
Remove Gemini Scrollbars
2020-03-18 14:03:51 +00:00
Weblate
d566c3653f
Merge branch 'origin/develop' into Weblate.
2020-03-18 11:51:52 +00:00
random
863d0206d2
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-03-18 11:51:52 +00:00
Michael Telatynski
ef79492f2c
Merge pull request #4209 from matrix-org/t3chguy/redesign/room_directory
...
Room Directory Explore Servers redesign
2020-03-18 11:51:42 +00:00
Weblate
0c4f0e4fcc
Merge branch 'origin/develop' into Weblate.
2020-03-18 11:33:20 +00:00
Elwyn Malethan
5ee2a33faa
Translated using Weblate (Welsh)
...
Currently translated at 0.4% (9 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/cy/
2020-03-18 11:33:20 +00:00
Mejans
87cb4a98a7
Translated using Weblate (Occitan)
...
Currently translated at 2.9% (63 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/oc/
2020-03-18 11:33:20 +00:00
random
d5b6392120
Translated using Weblate (Italian)
...
Currently translated at 99.6% (2148 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-03-18 11:33:19 +00:00
David Baker
fafddc9b50
Merge pull request #4110 from aaronraimist/mac-redo
...
Fix redo keyboard shortcut on macOS
2020-03-18 11:33:13 +00:00
Weblate
c30720d71d
Merge branch 'origin/develop' into Weblate.
2020-03-18 10:37:09 +00:00
catborise
a34e8478d9
Translated using Weblate (Turkish)
...
Currently translated at 77.8% (1679 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/tr/
2020-03-18 10:37:09 +00:00
Pedro Silva
c43dd8ce92
Translated using Weblate (Portuguese)
...
Currently translated at 28.3% (611 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pt/
2020-03-18 10:37:08 +00:00
Mejans
61c3132cc5
Translated using Weblate (Occitan)
...
Currently translated at 2.7% (59 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/oc/
2020-03-18 10:37:08 +00:00
Kévin C
660bbfb2a9
Translated using Weblate (French)
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-03-18 10:37:07 +00:00
Jeff Huang
bc410e0cd2
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2157 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-03-18 10:37:05 +00:00
Bruno Windels
dcefcaf175
Merge pull request #4230 from matrix-org/bwindels/fixremovelocalaliaswithlag
...
Fix: ensure local state for aliases doesn't get garbled up
2020-03-18 10:36:57 +00:00
Bruno Windels
f8c6097c39
remove logging
2020-03-18 11:18:48 +01:00
Bruno Windels
7b1b4cda14
ensure local state for aliases doesn't get garbled up
...
when removing another alias before the response of the first comes back
2020-03-17 20:37:44 +01:00
Weblate
79eee11673
Merge branch 'origin/develop' into Weblate.
2020-03-17 19:06:46 +00:00
Travis Ralston
1453120c66
Merge pull request #4208 from matrix-org/matthew/jump-to-bottom-ublock
...
Rename 'jump to bottom' to avoid ublock block
2020-03-17 13:06:41 -06:00
Aaron Raimist
038888f2d4
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into mac-redo
2020-03-17 13:52:43 -05:00
Aaron Raimist
84a8ca6982
Fix typo
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2020-03-17 13:18:27 -05:00
Matthew Hodgson
af023a2d7c
rename 'jump to bottom' to avoid ublock block
2020-03-17 11:15:57 -06:00
Weblate
6b45cdf51e
Merge branch 'origin/develop' into Weblate.
2020-03-17 16:47:23 +00:00
J. Ryan Stinnett
fac4561ac8
Merge pull request #4225 from matrix-org/jryans/comp-sec-restore-slow
...
Restore key backup in background after complete security
2020-03-17 16:47:18 +00:00
Weblate
6e4b1f9431
Merge branch 'origin/develop' into Weblate.
2020-03-17 16:46:59 +00:00
J. Ryan Stinnett
e51a7f3ca4
Merge pull request #4223 from matrix-org/jryans/key-backup-text-xsign
...
Fix key backup trust text for cross-signing
2020-03-17 16:46:53 +00:00
Besnik Bleta
51012702f2
Translated using Weblate (Albanian)
...
Currently translated at 99.3% (2141 of 2157 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-03-17 14:24:59 +00:00
Michael Telatynski
638629c2fa
fix MyGroups scrollbar
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-17 13:28:07 +00:00
David Baker
d72ce28a27
Merge branch 'uhoreg/symmetric-ssss-migrate' of git://github.com/uhoreg/matrix-react-sdk into uhoreg-uhoreg/symmetric-ssss-migrate
2020-03-17 13:12:05 +00:00
Weblate
9fe8606e01
Merge branch 'origin/develop' into Weblate.
2020-03-17 11:56:40 +00:00
J. Ryan Stinnett
93b8dee33c
Merge pull request #4227 from matrix-org/jryans/hide-video-config
...
Add default on config setting to control call button in composer
2020-03-17 11:56:34 +00:00
Michael Telatynski
8fd3b96b72
fix styling/heights
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-17 11:53:19 +00:00
Zoe
ea99eebb7b
Report to the user when a key signature upload fails
2020-03-17 11:45:27 +00:00
J. Ryan Stinnett
59b1cbd4b2
Add default on config setting to control call button in composer
...
This adds a default on setting that can be used to control whether call buttons
are shown in the composer via `settingDefaults` in config.json. No UI is added
to control it for now.
Fixes https://github.com/vector-im/riot-web/issues/12758
2020-03-17 11:33:10 +00:00
Weblate
4bbcb485f6
Merge branch 'origin/develop' into Weblate.
2020-03-17 10:55:42 +00:00
Bruno Windels
e8c77543f9
Merge pull request #4221 from matrix-org/bwindels/aliaslipstick
...
Fix: make alternative addresses UX less confusing
2020-03-17 10:55:36 +00:00
Bruno Windels
010661249b
run i18n
2020-03-17 11:47:56 +01:00
Bruno Windels
1f4e92885b
Update src/components/views/room_settings/AliasSettings.js
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2020-03-17 10:43:01 +00:00
Weblate
65f4856f28
Merge branch 'origin/develop' into Weblate.
2020-03-17 10:32:32 +00:00
David Baker
5de93d0fee
Merge pull request #4222 from matrix-org/dbkr/wait_for_verify
...
Wait for verification request on login
2020-03-17 10:32:26 +00:00
Weblate
6d525baf5e
Merge branch 'origin/develop' into Weblate.
2020-03-17 10:32:26 +00:00
Mejans
2ef53cb50a
Translated using Weblate (Occitan)
...
Currently translated at 2.2% (48 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/oc/
2020-03-17 10:32:26 +00:00
call_xz
e3ce197145
Translated using Weblate (Japanese)
...
Currently translated at 56.5% (1216 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2020-03-17 10:32:23 +00:00
Tirifto
76703d99f5
Translated using Weblate (Esperanto)
...
Currently translated at 99.8% (2148 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-03-17 10:32:23 +00:00
Michael Telatynski
44b0aa2d88
Remove remainders of gemini-scrollbar and react-gemini-scrollbar
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-17 10:31:45 +00:00
Michael Telatynski
8dfc15a328
Migrate TagPanel away from Gemini
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-17 10:23:12 +00:00
Michael Telatynski
43f0013dda
Migrate GroupView away from Gemini
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-17 10:09:47 +00:00
Damir Jelić
997a179e69
Merge branch 'poljar/shutdown' into develop
2020-03-17 10:15:12 +01:00
Damir Jelić
029624cbec
Merge branch 'poljar/delete-events' into develop
2020-03-17 10:15:05 +01:00
J. Ryan Stinnett
c245c6932c
Restore key backup in background after complete security
...
We were blocking the complete security flow on waiting for a key backup restore
to complete, which could take multiple minutes with no visible progress.
Fixes https://github.com/vector-im/riot-web/issues/12426
2020-03-16 23:30:24 +00:00
Hubert Chathi
f7dddfc1a7
show encryption upgrade when SSSS needs upgrading
2020-03-16 17:31:26 -04:00
Hubert Chathi
7b6a78bfb8
don't check public key if there is none
2020-03-16 17:31:06 -04:00
Mejans
d30618fe0e
Added translation using Weblate (Occitan)
2020-03-16 20:14:10 +00:00
J. Ryan Stinnett
cc27894fc9
Fix key backup trust text for cross-signing
...
This fixes the key backup panel to use the correct object when checking whether
a device is verified or unverified via cross-signing trust.
2020-03-16 18:59:07 +00:00
David Baker
6c8bfe3293
Lint
2020-03-16 17:58:37 +00:00
David Baker
6c4b572c7e
Wait for verification request on login
...
Basically just changes to the designed screen to wait for an incoming
verification request in order to verify the device & cross-sign it.
Fixes https://github.com/vector-im/riot-web/issues/11215
Fixes https://github.com/vector-im/riot-web/issues/11217
2020-03-16 17:47:56 +00:00
Bruno Windels
3253d0b93d
more margin between published and local addresses
2020-03-16 18:30:40 +01:00
Bruno Windels
d6ddc5096f
tweak labels, etc
2020-03-16 18:25:13 +01:00
Bruno Windels
78fb95aa9e
change <details> appearance for local aliases
2020-03-16 18:24:49 +01:00
Bruno Windels
db10fcd2b7
make editable list look like something closer to design
2020-03-16 17:29:35 +01:00
Bruno Windels
31cb257eb9
add headers and copy to lessen confusion of new alias workings
2020-03-16 17:28:45 +01:00
Bruno Windels
26f6203985
move room publish toggle below canonical alias
...
also to own component to not contaminate alias settings too much
with this
2020-03-16 17:27:06 +01:00
Weblate
c995de7951
Merge branch 'origin/develop' into Weblate.
2020-03-16 15:49:37 +00:00
Jan Renz
639f20e37a
Translated using Weblate (German)
...
Currently translated at 77.6% (1669 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-03-16 15:49:37 +00:00
Michael Albert
5d5d28df40
Translated using Weblate (German)
...
Currently translated at 77.6% (1669 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-03-16 15:49:34 +00:00
Damir Jelić
a7d6b9e48e
Merge branch 'poljar/seshat-403-checkpoint' into develop
2020-03-16 16:48:24 +01:00
Weblate
d189cb19b5
Merge branch 'origin/develop' into Weblate.
2020-03-16 13:27:27 +00:00
Besnik Bleta
7239f5149a
Translated using Weblate (Albanian)
...
Currently translated at 99.7% (2145 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-03-16 13:27:26 +00:00
J. Ryan Stinnett
0f0671dd84
Merge pull request #4216 from matrix-org/jryans/jump-shifted-char
...
Move to composer when typing letters with Shift held
2020-03-16 13:27:18 +00:00
Michael Telatynski
78543da7f4
Fix missed copy
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-16 12:28:20 +00:00
Michael Telatynski
eabaf58013
Add local-echo
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-16 12:20:52 +00:00
Michael Telatynski
82a37ba0ad
Fix styling of NetworkDropdown dialogs
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-16 12:00:56 +00:00
Michael Telatynski
6f27c4c17a
s/Server address/Server name/
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-03-16 11:45:51 +00:00
call_xz
7510ac72f5
Translated using Weblate (Japanese)
...
Currently translated at 56.4% (1214 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2020-03-16 10:01:48 +00:00
Jeff Huang
acd3087b0f
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2152 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-03-16 10:01:44 +00:00
Weblate
684c908ac7
Merge branch 'origin/develop' into Weblate.
2020-03-15 22:32:18 +00:00
call_xz
a19b67b970
Translated using Weblate (Japanese)
...
Currently translated at 54.6% (1176 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2020-03-15 22:32:18 +00:00
random
7eb9f205e5
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2152 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-03-15 22:32:17 +00:00
Szimszon
c2e2894ab2
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2152 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2020-03-15 22:32:16 +00:00
Jan Renz
edff8a916c
Translated using Weblate (German)
...
Currently translated at 77.4% (1666 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-03-15 22:32:15 +00:00
Jean-Abou-Samra
d06fa6693f
Translated using Weblate (French)
...
Currently translated at 99.9% (2150 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-03-15 22:32:15 +00:00
Tuomas Hietala
f91ab660fd
Translated using Weblate (Finnish)
...
Currently translated at 90.7% (1951 of 2152 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2020-03-15 22:32:13 +00:00