David Baker
5700c17925
Prepare changelog for v0.9.7
2017-06-22 11:57:27 +01:00
David Baker
6881fdf102
js-sdk 0.7.13
2017-06-22 11:52:13 +01:00
David Baker
ebcf78c816
Merge pull request #1133 from matrix-org/rav/use_worker_to_clear_storage
...
Use the web worker when clearing js-sdk stores
2017-06-21 18:30:00 +01:00
Richard van der Hoff
e9ab667d29
Use the web worker when clearing js-sdk stores
...
It turns out that Firefox doesn't let you use indexeddb from private tabs,
*unless* you are *also* in a webworker. We need to either consistently use it
or not use it - so let's use it.
2017-06-21 17:43:34 +01:00
Luke Barnard
dcd0103acb
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-21 15:08:03 +01:00
David Baker
2db24f373c
Fix another race with first-sync
...
Set the first sync variables in onWillStartClient, as they race if
set on logged in (similar fix to https://github.com/matrix-org/matrix-react-sdk/pull/1124 )
2017-06-21 15:07:43 +01:00
David Baker
a62f6d1094
Make the indexeddb worker script work again
...
Removed in 939f6d0798
2017-06-21 15:07:25 +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
0e71918ba1
Merge pull request #1119 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
...
Update from Weblate.
2017-06-20 10:26:14 +01:00
David Baker
692b03f2e7
Internationalise the drop targets
...
Unsure how these had got missed (and yet still had the translation
strings in the json)
2017-06-20 09:53:51 +01:00
daniel tygel
17899dd3bf
typo
2017-06-20 09:52:16 +01:00
daniel tygel
7b82385084
add two strings to translation
2017-06-20 09:52:09 +01:00
daniel tygel
09b91f4af9
add two strings to translation
2017-06-20 09:52:04 +01:00
David Baker
26cb1404c2
Remove unnecessary if
2017-06-19 16:56:27 +01:00
David Baker
a8165d1707
Fix infinite spinner on email registration
...
Remove setTimeout on dialog display as it's no longer necessary
and causes races.
2017-06-19 16:56:20 +01:00
David Baker
66c3a6d9ca
v0.9.5
2017-06-19 13:09:41 +01:00
David Baker
096805a897
Prepare changelog for v0.9.5
2017-06-19 13:09:41 +01:00
David Baker
faeb40bc0f
Released js-sdk v0.7.12
2017-06-19 12:00:53 +01:00
David Baker
11e0364505
Merge pull request #1117 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
...
Update from Weblate.
2017-06-19 11:28:23 +01:00
Matthew Hodgson
869329e78a
fix broken i18n
2017-06-19 11:23:52 +01:00
Matthew Hodgson
217f44900c
fix broken vars
2017-06-19 11:23:43 +01:00
Matthew Hodgson
8f19400cc0
Merge pull request #1114 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
...
Update from Weblate.
2017-06-19 11:23:33 +01:00
Luke Barnard
467c195d4f
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-19 11:22:55 +01:00
Michael Telatynski
27f38aeba7
make forward_message be friendly with the RVS stuffs
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2017-06-19 11:15:17 +01:00
David Baker
12ad9a2c58
v0.9.5-rc.2
2017-06-16 13:28:49 +01:00
David Baker
5f42eb73c1
Prepare changelog for v0.9.5-rc.2
2017-06-16 13:28:48 +01:00
David Baker
f2bcf4d5f2
Merge remote-tracking branch 'origin/develop' into release-v0.9.5
2017-06-16 13:27:30 +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