Sebastián Magrí
bfd5f1b09a
Translated using Weblate (Spanish)
...
Currently translated at 68.9% (625 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2017-06-19 10:24:54 +00:00
Bamstam
1d958dd120
Translated using Weblate (German)
...
Currently translated at 100.0% (906 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2017-06-19 10:24:54 +00:00
Nathan van Beelen
c1ce12ef96
Translated using Weblate (Dutch)
...
Currently translated at 55.0% (499 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2017-06-19 10:24:54 +00:00
Weblate
5d370e47d3
Merge remote-tracking branch 'origin/develop' into develop
2017-06-18 22:43:50 +00:00
strixaluco
194ea28956
Translated using Weblate (Ukrainian)
...
Currently translated at 17.3% (157 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/uk/
2017-06-18 22:43:49 +00:00
Sebastián Magrí
e957e77d7e
Translated using Weblate (Spanish)
...
Currently translated at 67.9% (616 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2017-06-18 22:43:49 +00:00
Walter
4edca7a029
Translated using Weblate (Russian)
...
Currently translated at 100.0% (906 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2017-06-18 22:43:49 +00:00
IMIN
48c336a8bd
Translated using Weblate (Korean)
...
Currently translated at 72.0% (653 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/
2017-06-18 22:43:48 +00:00
Szimszon
8a76f09250
Translated using Weblate (Hungarian)
...
Currently translated at 56.1% (509 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2017-06-18 22:43:48 +00:00
PurgingPanda
123d742a60
Translated using Weblate (Dutch)
...
Currently translated at 39.7% (360 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2017-06-18 22:43:48 +00:00
zwindl
d05d9ab38f
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 39.1% (355 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2017-06-18 22:43:48 +00:00
Carlos A. Carnero Delgado
40fa5ddb17
Translated using Weblate (Spanish)
...
Currently translated at 67.6% (613 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2017-06-18 22:15:25 +00:00
Gary
75b330c208
Translated using Weblate (Dutch)
...
Currently translated at 36.3% (329 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2017-06-18 15:02:00 +00:00
Eric Newport
1bc9858200
Translated using Weblate (English (United States))
...
Currently translated at 100.0% (906 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2017-06-18 06:29:38 +00:00
David Pérez-Suárez
e0e18d25ea
Translated using Weblate (Spanish)
...
Currently translated at 67.6% (613 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2017-06-18 00:58:28 +00:00
Enrique
18971458df
Translated using Weblate (Spanish)
...
Currently translated at 67.5% (612 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2017-06-17 23:37:54 +00:00
Luke Barnard
ba95d7a16c
Merge pull request #1113 from matrix-org/luke/fix-no-peek-on-create
...
Don't peek when creating a room
2017-06-16 18:35:20 +01:00
Luke Barnard
be58e1095e
Don't peek when creating a room
...
This causes a race between receiving the room when starting to peek and receiving the room from joining it - https://github.com/vector-im/riot-web/issues/4330 , https://github.com/matrix-org/riot-web-rageshakes/issues/196
2017-06-16 18:24:07 +01:00
David Baker
e1b9337bbc
Merge pull request #1111 from matrix-org/dbkr/remove_collapse_rhs
...
Remove unused collapse_rhs
2017-06-16 16:51:48 +01:00
David Baker
aa7ddfe86e
Remove unused collapse_rhs
...
Remove all the places we pass collapse_rhs through to places it's
never used. Remove the commented RHS collapse button from
SimpleRoomHeader.
2017-06-16 15:47:40 +01:00
David Baker
6a2c2d64fa
Merge pull request #1109 from matrix-org/rav/fix_cas_login
...
Avoid getting stuck in a loop in CAS login
2017-06-16 13:21:52 +01:00
Richard van der Hoff
1f719b3f7d
Avoid getting stuck in a loop in CAS login
...
498ea53
made it so that the #/login URL fragment was prioritised over the token
params in the query string; unfortunately that also means that CAS login gets
stuck in a loop where you always get redirected back to the login view.
Prioritising the URL fragment over the token params may or may not be the
correct thing to, but I also think it's incorrect that we ask the CAS server to
redirect us back to #/login. Accordingly, the easiest fix here is just to clear
the URL fragment before redirecting to CAS.
2017-06-16 13:06:28 +01:00
David Baker
131e3ae68f
Merge pull request #1101 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
...
Update from Weblate.
2017-06-16 12:57:56 +01:00
Weblate
d2d47bd8a2
Merge remote-tracking branch 'origin/develop' into develop
2017-06-16 11:51:35 +00:00
IMIN
af7a82cdae
Translated using Weblate (Korean)
...
Currently translated at 64.2% (582 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/
2017-06-16 11:51:31 +00:00
David Baker
739a120cf0
Merge pull request #1108 from matrix-org/luke/fix-not-showing-next-room-on-reject
...
Correctly inspect state when rejecting invite
2017-06-16 11:34:10 +01:00
Luke Barnard
82b2da7833
Correctly inspect state when rejecting invite
...
So that we view_next_room if we're looking at the room we're rejecting
2017-06-16 11:27:47 +01:00
David Baker
64b555dfe3
Merge pull request #1107 from matrix-org/luke/fix-use-room-alias-in-preview
...
Make sure to pass the roomAlias to the preview header if we have it
2017-06-16 11:21:03 +01:00
Luke Barnard
807f01b57e
Make sure to pass the roomAlias to the preview header if we have it
2017-06-16 11:10:55 +01:00
Weblate
34e40c36bd
Merge remote-tracking branch 'origin/develop' into develop
2017-06-16 09:42:20 +00:00
strixaluco
cb14b28eb1
Translated using Weblate (Ukrainian)
...
Currently translated at 16.8% (153 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/uk/
2017-06-16 09:42:16 +00:00
Max Sandholm
6be3aefe05
Translated using Weblate (Swedish)
...
Currently translated at 43.8% (397 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2017-06-16 09:42:16 +00:00
Enrique
512c059f4e
Translated using Weblate (Spanish)
...
Currently translated at 52.6% (477 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2017-06-16 09:42:15 +00:00
IMIN
c57ff5933d
Translated using Weblate (Korean)
...
Currently translated at 55.5% (503 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/
2017-06-16 09:42:15 +00:00
Bamstam
a0be1706a9
Translated using Weblate (German)
...
Currently translated at 100.0% (906 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2017-06-16 09:42:15 +00:00
David Baker
3b23fc75ae
Merge pull request #1106 from matrix-org/dbkr/reset_captcha_on_unmount
...
Make sure captcha disappears when container does
2017-06-16 10:36:28 +01:00
David Baker
2a01e638b7
Make sure captcha disappears when container does
...
Should fix https://github.com/vector-im/riot-web/issues/4095
2017-06-16 10:25:51 +01:00
David Baker
56eb71d19f
Merge pull request #1105 from matrix-org/dbkr/fix_url_previews
...
Fix URL previews
2017-06-16 09:34:41 +01:00
David Baker
af6392d7ca
Fix URL previews
...
and also things like the unsent message error and encryption
warning.
Stuff that we need to do at room view mount time had got moved into
a clause of the if statement in onHaveRoom and so wasn't being
executed.
Fixes https://github.com/vector-im/riot-web/issues/4327
2017-06-15 22:57:41 +01:00
Weblate
81d0388021
Merge remote-tracking branch 'origin/develop' into develop
2017-06-15 16:35:46 +00:00
strixaluco
96e76ce42e
Translated using Weblate (Ukrainian)
...
Currently translated at 10.5% (96 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/uk/
2017-06-15 16:35:41 +00:00
Max Sandholm
accb4dc591
Translated using Weblate (Swedish)
...
Currently translated at 35.6% (323 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2017-06-15 16:35:41 +00:00
Walter
12c2272fcd
Translated using Weblate (Russian)
...
Currently translated at 100.0% (906 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2017-06-15 16:35:41 +00:00
IMIN
dac9e511c9
Translated using Weblate (Korean)
...
Currently translated at 26.6% (241 of 906 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/
2017-06-15 16:35:41 +00:00
Richard van der Hoff
1f48b4caa6
Merge pull request #1098 from matrix-org/rav/test_rts_login
...
Groundwork for tests including a teamserver login
2017-06-15 16:12:28 +01:00
David Baker
13efd62964
Merge pull request #1100 from matrix-org/luke/fix-show-spinner-on-accept-invite
...
Show a spinner when accepting an invite and waitingForRoom
2017-06-15 15:54:30 +01:00
Luke Barnard
9d74001f4f
Show a spinner when accepting an invite and waitingForRoom
2017-06-15 15:32:01 +01:00
David Baker
c32b717723
Merge pull request #1099 from matrix-org/luke/fix-spinner-until-room-available
...
Display a spinner until new room object after join success
2017-06-15 14:34:15 +01:00
Luke Barnard
cc46fd34d7
Only stop peeking if at some point we were joined
2017-06-15 14:21:23 +01:00
Luke Barnard
5c37d591b0
Unbreak auto joining
2017-06-15 13:35:19 +01:00