Richard van der Hoff
ca3399df77
Clean up some log outputs from the integ tests
2017-06-20 17:41:21 +01:00
Richard van der Hoff
cd73139af5
Various logging cleanups
...
* don't just log errors without any context as to where they came from or what
they mean
* avoid the use of '%s' and multi-argument console.log because it looks awful
under karma.
2017-06-20 17:38:02 +01:00
Krombel
4fbe688f53
Translated using Weblate (German)
...
Currently translated at 100.0% (915 of 915 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2017-06-20 16:22:05 +00:00
Luke Barnard
3320df4cdd
Don't allow UserSettings to render if !MatrixClientPeg.get()
...
Now that it has state that updates following the nulling of the MCP (userHasGeneratedPassword) we need to stop it from rendering if the MCP is null.
Fixes https://github.com/vector-im/riot-web/issues/4319
2017-06-20 17:13:06 +01:00
Luke Barnard
c4a3211cfc
Use _tJsx for PasswordNagBar (because it has <u>)
2017-06-20 16:28:40 +01:00
Weblate
d9f662c06e
Merge remote-tracking branch 'origin/develop' into develop
2017-06-20 15:24:12 +00:00
Richard van der Hoff
abf21675d5
Add some more logging to the tests
...
... to help diagnose when they fail
2017-06-20 16:24:04 +01:00
marekjedrzejewski
8a17e3543a
Translated using Weblate (Polish)
...
Currently translated at 100.0% (202 of 202 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2017-06-20 15:17:51 +00:00
Michael Telatynski
b712a15a14
move in case it is racey ---- somehow?
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2017-06-20 16:15:42 +01:00
Krombel
c70ad2fa65
Translated using Weblate (German)
...
Currently translated at 100.0% (202 of 202 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2017-06-20 15:15:40 +00:00
Luke Barnard
f7a22cccb6
Merge pull request #1128 from matrix-org/luke/fix-invite-user-id-case
...
Fix ability to invite users with caps in their user IDs
2017-06-20 16:03:49 +01:00
David Baker
8f8b28425d
Fix json fail
2017-06-20 15:55:35 +01:00
Luke Barnard
2c2091438e
Fix ability to invite users with caps in their user IDs
...
By lowercasing only when testing against local user IDs/display names. The user_directory shouldn't care. And when we make the placeholder "We didn't get any results, but here's the user with the exact mxid you typed in", use the original query.
2017-06-20 15:46:54 +01:00
Michael Telatynski
04aed416d2
Merge branches 'develop' and 't3chguy/reset_favicon_on_logout' of github.com:matrix-org/matrix-react-sdk into t3chguy/reset_favicon_on_logout
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
# Conflicts:
# src/components/structures/MatrixChat.js
2017-06-20 15:37:05 +01:00
Michael Telatynski
5460b0f5b2
reset page subtitle on_logged_out
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2017-06-20 15:31:12 +01:00
Weblate
029a882928
Merge remote-tracking branch 'origin/develop' into develop
2017-06-20 14:25:31 +00:00
Szimszon
1b8e5f8a05
Translated using Weblate (Hungarian)
...
Currently translated at 77.7% (705 of 907 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2017-06-20 14:25:31 +00:00
Brendan Abolivier
5efee2d1bf
Translated using Weblate (French)
...
Currently translated at 100.0% (907 of 907 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2017-06-20 14:25:31 +00:00
Nathan van Beelen
8a0000675a
Translated using Weblate (Dutch)
...
Currently translated at 60.5% (549 of 907 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2017-06-20 14:25:30 +00:00
Luke Barnard
6b5bfe24e6
Merge pull request #4367 from vector-im/luke/redesign-user-settings-pwd-warn
...
CSS for redeisng of password warning
2017-06-20 15:24:07 +01:00
Luke Barnard
a547e9c200
Merge pull request #1126 from matrix-org/luke/redesign-user-settings-pwd-warn
...
Redesign the warning to be red text, move below "Sign out"
2017-06-20 15:23:47 +01:00
Luke Barnard
ae23664a41
Merge branch 'develop' into luke/redesign-user-settings-pwd-warn
2017-06-20 15:03:10 +01:00
Luke Barnard
c337485d90
Redesign the warning to be red text, move below "Sign out"
2017-06-20 15:01:53 +01:00
Luke Barnard
bbbb82351f
CSS for redeisng of password warning
...
Now looks like red text
2017-06-20 15:01:39 +01:00
Michael Telatynski
67a9b6502b
Merge branch 't3chguy/updating_stuff' of github.com:vector-im/riot-web into t3chguy/updating_stuff
2017-06-20 14:33:09 +01:00
Michael Telatynski
fe1b0b5cd8
Merge branch 'develop' of github.com:vector-im/riot-web into t3chguy/updating_stuff
2017-06-20 14:32:19 +01:00
David Baker
8dade0d84e
Merge pull request #4366 from vector-im/luke/feature-user-settings-password-warning
...
Give _t to PasswordNagBar, add CSS for UserSettings password warning
2017-06-20 14:31:12 +01:00
Michael Telatynski
499b1c2e70
add missing semicolon
2017-06-20 14:05:17 +01:00
David Baker
6de48d628f
Merge pull request #1123 from matrix-org/luke/feature-user-settings-password-warning
...
Implement password nag warning in user settings account section
2017-06-20 14:02:20 +01:00
David Baker
a2dc17256a
Merge remote-tracking branch 'origin/develop' into t3chguy/updating_stuff
2017-06-20 13:44:27 +01:00
Luke Barnard
4f9c1fe199
Merge branch 'develop' into luke/feature-user-settings-password-warning
2017-06-20 13:40:34 +01:00
David Baker
c0e12798b6
Merge pull request #1118 from matrix-org/luke/fix-email-cancel-button-text
...
Show a "Skip" button instead of "Cancel" in SetEmailDialog
2017-06-20 13:36:51 +01:00
Luke Barnard
047b255e14
Add en_EN translations
2017-06-20 13:33:38 +01:00
Luke Barnard
5b6daba182
Add en_EN translations
2017-06-20 13:33:18 +01:00
Luke Barnard
f15292becf
Merge branch 'develop' into luke/fix-email-cancel-button-text
2017-06-20 13:30:34 +01:00
Richard van der Hoff
0c431887b0
Merge pull request #996 from matrix-org/rav/handle_received_room_key_requests
...
Pop up a dialog when we get a room key request
2017-06-20 13:20:58 +01:00
David Baker
3926e4dd98
Merge branch 'master' into develop
2017-06-20 13:18:58 +01:00
David Baker
639b17c663
v0.11.3
v0.11.3
2017-06-20 13:15:36 +01:00
David Baker
ea8a49f1b7
Prepare changelog for v0.11.3
2017-06-20 13:15:35 +01:00
David Baker
eda3f20b26
v0.11.3
2017-06-20 13:13:28 +01:00
David Baker
6ef32f182a
react-sdk 0.9.6
2017-06-20 13:13:03 +01:00
David Baker
6bae293bdf
Merge pull request #4361 from RiotTranslateBot/weblate-riot-web-riot-web
...
Update from Weblate.
2017-06-20 13:12:14 +01:00
David Baker
e469fbc303
Merge branch 'master' into develop
2017-06-20 13:10:42 +01:00
David Baker
529e014739
v0.9.6
2017-06-20 13:08:06 +01:00
David Baker
3f5a6236bb
Prepare changelog for v0.9.6
2017-06-20 13:08:05 +01:00
David Baker
61c5384855
Fix another infinite spin on register
...
Don't set ready on logging_in, set it before we start the client,
as commented
2017-06-20 12:53:44 +01:00
David Baker
a7775b283b
Merge pull request #1124 from matrix-org/dbkr/fix_register_infinite_spin
...
Fix another infinite spin on register
2017-06-20 12:52:02 +01:00
David Baker
e15aedfeb2
Fix another infinite spin on register
...
Don't set ready on logging_in, set it before we start the client,
as commented
2017-06-20 12:03:37 +01:00
Luke Barnard
d5d29c1c92
Give _t to PasswordNagBar, add CSS for UserSettings password warning
...
Codep https://github.com/matrix-org/matrix-react-sdk/pull/1123
2017-06-20 11:23:34 +01:00
Luke Barnard
e16d1b3cfb
Implement password nag warning in user settings account section
...
"To return to your account in future you need to set a password" in the account section when a user has not yet set a password (is a PWLU).
2017-06-20 11:22:07 +01:00