Weblate
c349648714
Merge remote-tracking branch 'origin/develop' into develop
2018-10-09 10:04:55 +00:00
David Baker
41bc42e7d7
Merge pull request #2194 from pvagner/more_accessible_buttons
...
More accessible buttons - take 2
2018-10-09 11:04:50 +01:00
David Baker
c1f51a76dd
Update to new version of slate
...
Lots of fixes here as a lot of the API has changed (eg. anchorKey /
offsetKey are now anchor.key and offset.key, and collapseFocusToThing
is moveFocusToThing).
Also changes the ref to a function (sorry for lumping this into the
same PR).
Hopefully will fix https://github.com/vector-im/riot-web/issues/7105
2018-10-09 10:55:55 +01:00
Weblate
0bc79b506f
Merge remote-tracking branch 'origin/develop' into develop
2018-10-09 08:58:37 +00:00
David Baker
a16e92e5e0
Merge pull request #2200 from matrix-org/bwindels/rageshakeerrorcode
...
log correct error code when opening log idb
2018-10-09 09:58:31 +01:00
Jeff Huang
fa0d2c2609
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-10-09 00:11:15 +00:00
Kévin C
fc1ec589cd
Translated using Weblate (French)
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-10-08 21:37:24 +00:00
Weblate
d10c680bbe
Merge remote-tracking branch 'origin/develop' into develop
2018-10-08 15:10:26 +00:00
Bruno Windels
864c80c6ca
Merge branch 'master' into develop
2018-10-08 17:09:59 +02:00
Bruno Windels
87bac56b9c
Merge branch 'release-v0.13.6'
2018-10-08 17:09:17 +02:00
Bruno Windels
ae288bb9c9
v0.13.6
2018-10-08 17:07:54 +02:00
Bruno Windels
cd83a6b5d3
Prepare changelog for v0.13.6
2018-10-08 17:07:54 +02:00
Slavi Pantaleev
b79ec8f46f
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-10-08 14:21:21 +00:00
Bruno Windels
cc962c975b
show warning when LL is disabled but was enabled before
2018-10-08 16:09:46 +02:00
David Baker
573029af74
Fall back to another store if indexeddb start fails
...
If we can't start indexeddb, fall back to a different store.
Previously we just ignored the exception and ploughed on anyway, on
the assumption that startup() was just for the indexeddb store to
load data anyway, and if that failed it would just do an initial
/sync instead (and also we'd keep trying to save the sync back which
would fail...). Then, in the previous release we started pulling
the settings out of the store on startup, making the assumpton that
the store actually worked, so the read obviously failed and the app
failed to start up.
This makes Riot work in Tor browser / firefox in daft mode again.
2018-10-08 16:08:07 +02:00
David Baker
fd64369a5f
Fix error logging
2018-10-08 16:08:00 +02:00
Szimszon
e18de584fb
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1267 of 1267 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-10-08 14:05:53 +00:00
David Baker
f4ae3855d0
Remove old migration code
...
...as instructed!
2018-10-08 16:05:41 +02:00
Weblate
de24acb069
Merge remote-tracking branch 'origin/develop' into develop
2018-10-08 13:41:09 +00:00
Bruno Windels
20885b8eb1
Merge pull request #2201 from matrix-org/bwindels/dialogonlldisable
...
show warning when LL is disabled but was enabled before
2018-10-08 15:41:04 +02:00
Weblate
4042408f78
Merge remote-tracking branch 'origin/develop' into develop
2018-10-08 13:38:06 +00:00
giqtaqisi
47ee750148
Translated using Weblate (Lojban)
...
Currently translated at 24.7% (312 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-08 13:38:05 +00:00
Silvano
47a8163220
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-10-08 13:38:05 +00:00
Tim Stahel
ed8c3bf012
Translated using Weblate (English (United States))
...
Currently translated at 64.8% (819 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-10-08 13:38:04 +00:00
RainSlide
803a4d9868
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.3% (1255 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2018-10-08 13:38:04 +00:00
Osoitz
8f0be5c2bf
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-10-08 13:38:04 +00:00
Bruno Windels
86da88052a
Merge pull request #2195 from matrix-org/dbkr/indexeddb_fallback
...
Fall back to another store if indexeddb start fails
2018-10-08 15:37:59 +02:00
Bruno Windels
48299bb154
show warning when LL is disabled but was enabled before
2018-10-08 15:28:00 +02:00
Bruno Windels
14b040e6a6
log correct error code when opening log idb
2018-10-08 15:14:03 +02:00
Weblate
51d078aee5
Merge remote-tracking branch 'origin/develop' into develop
2018-10-05 12:25:27 +00:00
giqtaqisi
825c256159
Translated using Weblate (Lojban)
...
Currently translated at 19.9% (252 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-05 12:25:26 +00:00
Besnik Bleta
388614042a
Translated using Weblate (Albanian)
...
Currently translated at 23.0% (291 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2018-10-05 12:25:25 +00:00
David Baker
88f969acdf
Merge pull request #2198 from matrix-org/dbkr/gone_away_is_the_bluebird
...
Silence bluebird warnings
2018-10-05 13:25:20 +01:00
David Baker
a81589ffb5
Silence bluebird warnings
2018-10-05 12:15:03 +01:00
Krombel
0750a40ae2
Translated using Weblate (German)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-10-04 20:36:33 +00:00
Weblate
d0b2eeb59e
Merge remote-tracking branch 'origin/develop' into develop
2018-10-04 19:57:55 +00:00
giqtaqisi
0c565c2e87
Translated using Weblate (Lojban)
...
Currently translated at 17.2% (218 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-04 19:57:54 +00:00
Travis Ralston
aea9dbe1b8
Merge pull request #2197 from matrix-org/hs/object-urls-video
...
Use createObjectURL instead of readAsDataURL for videos
2018-10-04 13:57:50 -06:00
David Baker
1ceefd3d1b
Merge pull request #2196 from matrix-org/revert-2176-hs/object-urls-video
...
Revert "Use createObjectURL instead of readAsDataURL for videos"
2018-10-04 20:46:26 +01:00
David Baker
2ac951bc65
Revert "Use createObjectURL instead of readAsDataURL for videos"
2018-10-04 20:46:09 +01:00
Weblate
20c95e745a
Merge remote-tracking branch 'origin/develop' into develop
2018-10-04 19:29:07 +00:00
giqtaqisi
8b0eb40abe
Translated using Weblate (Lojban)
...
Currently translated at 17.1% (217 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-04 19:29:06 +00:00
David Baker
a6f177c80b
Translated using Weblate (English (United States))
...
Currently translated at 64.6% (817 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/en_US/
2018-10-04 19:29:06 +00:00
Travis Ralston
93d32f97fc
Merge pull request #2183 from matrix-org/travis/settings-no-sniping
...
Track how far the user travels before dismissing their user settings
2018-10-04 13:29:00 -06:00
Slavi Pantaleev
d073f3f7f5
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-10-04 17:26:24 +00:00
random
22dd416efe
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-10-04 14:03:25 +00:00
David Baker
18661e042d
Fall back to another store if indexeddb start fails
...
If we can't start indexeddb, fall back to a different store.
Previously we just ignored the exception and ploughed on anyway, on
the assumption that startup() was just for the indexeddb store to
load data anyway, and if that failed it would just do an initial
/sync instead (and also we'd keep trying to save the sync back which
would fail...). Then, in the previous release we started pulling
the settings out of the store on startup, making the assumpton that
the store actually worked, so the read obviously failed and the app
failed to start up.
This makes Riot work in Tor browser / firefox in daft mode again.
2018-10-04 13:40:56 +01:00
Peter Vágner
faf63e9b99
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1263 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2018-10-04 11:48:29 +00:00
Weblate
8a3093d7e8
Merge remote-tracking branch 'origin/develop' into develop
2018-10-04 09:46:20 +00:00
giqtaqisi
8286456794
Translated using Weblate (Lojban)
...
Currently translated at 15.5% (196 of 1263 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/jbo/
2018-10-04 09:46:19 +00:00