Commit Graph

24618 Commits (ddcfe881c4d7d61d2455d4175239d7683ede2541)

Author SHA1 Message Date
Jorik Schellekens e0c89f6180 Add switch between layout classes 2020-05-07 14:04:33 +01:00
Jorik Schellekens a38d5eb224 add useIRCLayout setting 2020-05-07 14:04:29 +01:00
Michael Telatynski 4d6cd3c050 Update padding-left to 20px as per Nad's iteration
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-07 12:50:04 +01:00
Weblate a672a75164 Merge branch 'origin/develop' into Weblate. 2020-05-07 11:03:44 +00:00
Priit Jõerüüt b9e99ca9da Translated using Weblate (Estonian)
Currently translated at 40.6% (936 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-07 11:03:44 +00:00
David Baker 0fd06300be
Merge pull request #4558 from matrix-org/dbkr/fix_member_panel_hide
Fix right panel hiding when viewing room member
2020-05-07 12:03:34 +01:00
Weblate 817195bfc4 Merge branch 'origin/develop' into Weblate. 2020-05-07 09:42:55 +00:00
strix aluco 345695f110 Translated using Weblate (Ukrainian)
Currently translated at 23.8% (548 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/uk/
2020-05-07 09:42:54 +00:00
Imre Kristoffer Eilertsen 9328750328 Translated using Weblate (Norwegian Bokmål)
Currently translated at 57.8% (1332 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nb_NO/
2020-05-07 09:42:53 +00:00
Kévin C cd25361837 Translated using Weblate (French)
Currently translated at 100.0% (2304 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-07 09:42:40 +00:00
Lasse Liehu 97a794c318 Translated using Weblate (Finnish)
Currently translated at 90.3% (2081 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2020-05-07 09:42:39 +00:00
Priit Jõerüüt a2cd6ea1a1 Translated using Weblate (Estonian)
Currently translated at 38.6% (889 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-07 09:42:39 +00:00
Jeff Huang 0955e13d36 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (2304 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-07 09:42:33 +00:00
Slavi Pantaleev e78c9ebbc5 Translated using Weblate (Bulgarian)
Currently translated at 93.3% (2149 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2020-05-07 09:42:33 +00:00
Zoe 1abd729ce0
Merge pull request #4540 from matrix-org/foldleft/11395-reg-error
Don't erase password confirm on registration error
2020-05-07 10:42:21 +01:00
Michael Telatynski 7c1ac7aaff fix unrelated tautology
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-07 10:02:40 +01:00
Michael Telatynski f0085a9feb Merge branches 'develop' and 't3chguy/redaction_redesign' of github.com:matrix-org/matrix-react-sdk into t3chguy/redaction_redesign 2020-05-07 09:56:21 +01:00
David Baker 0b5691c003 Fix right panel hiding when viewing room member
If you clicked on the header button whilst the right panel was
showing a room member, it would NPE because there was no
refireParams.member. It fires the same phase with no refireParams to
toggle the panel visibility (apparently), so detect that case.

Fixes https://github.com/vector-im/riot-web/issues/13571
2020-05-07 09:43:14 +01:00
Priit Jõerüüt c6b8f50484 Translated using Weblate (Estonian)
Currently translated at 35.5% (818 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-06 23:13:05 +00:00
Priit Jõerüüt fa5aa28472 Translated using Weblate (Estonian)
Currently translated at 35.3% (813 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-06 23:09:47 +00:00
Weblate fba28097e3 Merge branch 'origin/develop' into Weblate. 2020-05-06 23:03:48 +00:00
Travis Ralston 7f030a149e
Merge pull request #4557 from matrix-org/travis/3pid-loading
Add a loading state for email addresses/phone numbers in settings
2020-05-06 17:03:42 -06:00
Travis Ralston 9ae812c346 Add a loading state for email addresses/phone numbers in settings
Fixes https://github.com/vector-im/riot-web/issues/13432
2020-05-06 15:17:55 -06:00
Travis Ralston e5da81b6ba Ensure key backup gets dealt with correctly during secret storage reset
Fixes https://github.com/vector-im/riot-web/issues/13562

We only initialize a new key backup if the user requested one. If they've requested new keys but have not asked for keys to be backed up, we simply delete the now-invalid backup.

This also adds some logging to identify in rageshakes when someone resets their cross-signing, and when their key backup is being deleted.
2020-05-06 14:42:03 -06:00
Travis Ralston b8fd50c5e3 Appease the linter 2020-05-06 14:27:32 -06:00
Travis Ralston 17be9805e1 Set SSO dialog aesthetics for cross-signing setup
Fixes https://github.com/vector-im/riot-web/issues/13042
2020-05-06 14:24:37 -06:00
Travis Ralston d31a0199bc Add default dialog aesthetics to avoid empty SSO dialogs in future 2020-05-06 14:24:16 -06:00
Szimszon cff7ce3934 Translated using Weblate (Hungarian)
Currently translated at 100.0% (2304 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2020-05-06 18:59:24 +00:00
Besnik Bleta 76a5c31338 Translated using Weblate (Albanian)
Currently translated at 99.8% (2300 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-05-06 17:38:56 +00:00
Weblate 48e6810524 Merge branch 'origin/develop' into Weblate. 2020-05-06 17:27:06 +00:00
Travis Ralston 19bb678dd6
Merge pull request #4554 from nimbleape/pwa-taskbar-colour-follow-theme
set the meta tag for theme-color to the same theme css background
2020-05-06 11:27:01 -06:00
Weblate a10136fb6d Merge branch 'origin/develop' into Weblate. 2020-05-06 17:16:48 +00:00
Besnik Bleta 7eea8277c5 Translated using Weblate (Albanian)
Currently translated at 99.9% (2301 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-05-06 17:16:47 +00:00
Michael Telatynski 62bbf15efe
Merge pull request #4497 from matrix-org/t3chguy/invite_copy
Update Invite Dialog copy to include email addresses
2020-05-06 18:16:36 +01:00
Jorik Schellekens bab7d5f461 Some lints 2020-05-06 17:25:54 +01:00
Weblate 9634992c5f Merge branch 'origin/develop' into Weblate. 2020-05-06 16:08:26 +00:00
call_xz fe00c23be8 Translated using Weblate (Japanese)
Currently translated at 55.2% (1272 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2020-05-06 16:08:26 +00:00
random c42755c693 Translated using Weblate (Italian)
Currently translated at 100.0% (2304 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-05-06 16:08:25 +00:00
Tirifto c750c28af9 Translated using Weblate (Esperanto)
Currently translated at 100.0% (2304 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-06 16:08:25 +00:00
Jorik Schellekens d62e6ed05d
Merge pull request #4546 from JorikSchellekens/joriks/font-scaling-regressions
Fix slider toggle regression.
2020-05-06 17:08:18 +01:00
Dan Jenkins 1767a611a6
set the meta tag for theme-color to the same theme css background 2020-05-06 16:23:06 +01:00
Weblate f4c4120568 Merge branch 'origin/develop' into Weblate. 2020-05-06 12:52:56 +00:00
call_xz d3a276c627 Translated using Weblate (Japanese)
Currently translated at 54.9% (1266 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2020-05-06 12:52:56 +00:00
Zoe 14516d3e7e
Merge pull request #4552 from matrix-org/foldleft/fix-sublist-crash
Fix a crash where a name could unexpectedly be an empty list
2020-05-06 13:52:50 +01:00
Weblate df13c0fa50 Merge branch 'origin/develop' into Weblate. 2020-05-06 12:06:37 +00:00
Michael Telatynski 854d27baf5
Merge pull request #4492 from ihatetothink/comunities-drag-from-context
Solves communities can be dragged from context menu
2020-05-06 13:06:30 +01:00
Weblate 457ec2d363 Merge branch 'origin/develop' into Weblate. 2020-05-06 10:41:06 +00:00
Imre Kristoffer Eilertsen c74537383a Translated using Weblate (Norwegian Bokmål)
Currently translated at 50.1% (1155 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nb_NO/
2020-05-06 10:41:06 +00:00
call_xz 3fd089d084 Translated using Weblate (Japanese)
Currently translated at 54.9% (1264 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2020-05-06 10:41:04 +00:00
Kévin C 85524a053e Translated using Weblate (French)
Currently translated at 100.0% (2304 of 2304 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-06 10:41:02 +00:00