J. Ryan Stinnett
3801f0b78e
Enable reactions and edits by default
...
This enables reactions and edits by default, assuming you don't have any local
device settings that would disable them.
Fixes https://github.com/vector-im/riot-web/issues/10281
2019-07-17 14:50:35 +01:00
Weblate
3a90884642
Merge branch 'origin/develop' into Weblate.
2019-07-17 13:29:02 +00:00
J. Ryan Stinnett
fc8cdc5661
Improve interactive tooltip safe mousing area
...
This adds a more complex trapezoidal safe area between the button that triggers
the tooltip and the tooltip itself. It should be easier to move from the button
into the tooltip without accidentally closing it.
Fixes https://github.com/vector-im/riot-web/issues/10185
2019-07-17 14:11:27 +01:00
Weblate
e5a073b8e8
Merge branch 'origin/develop' into Weblate.
2019-07-17 09:05:34 +00:00
Tirifto
fb33396d52
Translated using Weblate (Esperanto)
...
Currently translated at 99.7% (1682 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2019-07-17 09:05:34 +00:00
J. Ryan Stinnett
5f2fe181df
Merge pull request #3217 from matrix-org/jryans/im-origin-check
...
Parse integration manager origins more sensibly
2019-07-17 10:05:28 +01:00
J. Ryan Stinnett
60adbdc2eb
Remove logging of origin mismatch
2019-07-17 09:42:04 +01:00
Bruno Windels
3d4cd8aa1c
local echos should always be ignored (for both RM and RR),so remove flag
...
pending events won't be in liveEvents (where we look) anyway
2019-07-17 10:19:44 +02:00
Bruno Windels
c94715150d
as both RM and RR move past invisible events, remove the flag
2019-07-17 10:18:51 +02:00
Bruno Windels
741ae9957b
also put read marker past (like RR) invisible events
2019-07-17 10:15:09 +02:00
Weblate
cde5a5b41a
Merge branch 'origin/develop' into Weblate.
2019-07-16 17:58:20 +00:00
random
bac0513436
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1687 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2019-07-16 17:58:20 +00:00
Tirifto
056d6dfb34
Translated using Weblate (Esperanto)
...
Currently translated at 96.7% (1631 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2019-07-16 17:58:19 +00:00
Michael Telatynski
df26840d9e
ChatCreateOrReuse show only rooms both you and the other party still in
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-07-15 23:07:59 +01:00
Weblate
e11f78307a
Merge branch 'origin/develop' into Weblate.
2019-07-15 20:47:00 +00:00
Edgars Voroboks
329bcb4478
Translated using Weblate (Latvian)
...
Currently translated at 55.8% (942 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lv/
2019-07-15 20:47:00 +00:00
natowi
2a28bc8199
Translated using Weblate (German)
...
Currently translated at 90.5% (1526 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2019-07-15 20:47:00 +00:00
cocker-cc
eb76f5abf6
Translated using Weblate (German)
...
Currently translated at 90.5% (1526 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2019-07-15 20:46:59 +00:00
Tentarial
9ee7ec8acc
Translated using Weblate (German)
...
Currently translated at 90.5% (1526 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2019-07-15 20:46:59 +00:00
Travis Ralston
2471f92331
Merge pull request #3218 from matrix-org/travis/check-when-dead
...
Check for liveliness on submission when the server was previously dead
2019-07-15 14:46:55 -06:00
BenjaminVettori
58f073803f
Translated using Weblate (German)
...
Currently translated at 89.6% (1511 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2019-07-15 17:26:52 +00:00
sonea-pm8
42d0467e35
Translated using Weblate (German)
...
Currently translated at 89.6% (1511 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2019-07-15 17:26:52 +00:00
Tentarial
eca298e9ca
Translated using Weblate (German)
...
Currently translated at 89.6% (1511 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2019-07-15 17:26:52 +00:00
Travis Ralston
2bc0e8e151
Don't rely on React being fast
2019-07-15 10:51:08 -06:00
Bruno Windels
5c1c1f64b6
fix lint
2019-07-15 18:25:22 +02:00
Bruno Windels
57abbc4273
remove unnessary manual focussing of composer
...
now that composer is focused automatically when no other shortcuts
apply, remove the manual focusing we have in place where it's not needed
2019-07-15 18:21:10 +02:00
Bruno Windels
4adea67eb3
focus the composer in the body keydown handler if not other shortcuts apply
...
this allows the user to start typing a message even if the composer is not focused.
2019-07-15 18:12:45 +02:00
Weblate
b4c30d1307
Merge branch 'origin/develop' into Weblate.
2019-07-15 15:30:38 +00:00
Travis Ralston
d08cb70fa6
Merge pull request #3219 from matrix-org/travis/fix-delay
...
Fix autocomplete delay text field not accepting text
2019-07-15 09:30:33 -06:00
Weblate
358e6dae0c
Merge branch 'origin/develop' into Weblate.
2019-07-15 15:30:23 +00:00
Travis Ralston
3fcbd46939
Merge pull request #3220 from matrix-org/travis/kick-reason
...
Don't show a reason if there's no reason for a kick/ban
2019-07-15 09:30:19 -06:00
Weblate
09183f1d60
Merge branch 'origin/develop' into Weblate.
2019-07-15 15:07:27 +00:00
Tirifto
9ac3b55a26
Translated using Weblate (Esperanto)
...
Currently translated at 90.2% (1522 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2019-07-15 15:07:27 +00:00
Slavi Pantaleev
40815b179e
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1687 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2019-07-15 15:07:24 +00:00
David Baker
7c43f0bcef
Don't retry on terms error
2019-07-15 14:05:39 +01:00
Bruno Windels
7e25e1b2fc
remove unneeded else
2019-07-15 14:02:41 +02:00
Bruno Windels
034883dc7e
improve comments
2019-07-15 14:01:28 +02:00
Bruno Windels
8ac54661be
take adjacent no-tile events in combination with ignored events into account when determining the last displayed event
2019-07-15 12:53:39 +02:00
Travis Ralston
31339aa11f
Don't show a reason if there's no reason for a kick/ban
...
Fixes https://github.com/vector-im/riot-web/issues/9677
2019-07-14 23:31:38 -06:00
Travis Ralston
345dbce6e4
Fix autocomplete delay text field not accepting text
...
SettingsStore.setValue is async (fire&forget) however getValueAt is cached. Theory was supposed to be that getValueAt local echos, however the animation loop of React is probably just too fast to actually make the local echo happen.
Fixes https://github.com/vector-im/riot-web/issues/9907
2019-07-14 23:28:23 -06:00
Travis Ralston
c6a18b11f0
Check for liveliness on submission when the server was previously dead
...
Fixes https://github.com/vector-im/riot-web/issues/10017
Specifically the `return` at the end of the diff fixes the problem, but it seems worthwhile to check for liveliness when we know the server has been dead in previous attempts.
2019-07-14 23:23:48 -06:00
Nathan Follens
bc5ed7f7c5
Translated using Weblate (West Flemish)
...
Currently translated at 99.5% (1679 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/vls/
2019-07-14 16:51:03 +00:00
pebles
2412973500
Translated using Weblate (Spanish)
...
Currently translated at 80.0% (1349 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-14 16:51:02 +00:00
Arnaud Castellanos Galea
f386052eb5
Translated using Weblate (Spanish)
...
Currently translated at 80.0% (1349 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-14 16:51:02 +00:00
Szimszon
894337d292
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1687 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2019-07-14 16:51:02 +00:00
Tuomas Hietala
a251cd9f7c
Translated using Weblate (Finnish)
...
Currently translated at 99.6% (1681 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2019-07-14 16:51:02 +00:00
Yi-Jyun Pan
b799c4707c
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1687 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-07-14 16:51:01 +00:00
Jeff Huang
2efe989b8e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1687 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-07-14 16:51:01 +00:00
pebles
3477346c41
Translated using Weblate (Spanish)
...
Currently translated at 79.9% (1348 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 16:03:54 +00:00
Arnaud Castellanos Galea
df37c33987
Translated using Weblate (Spanish)
...
Currently translated at 79.9% (1348 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 16:03:54 +00:00
pebles
af8e6e2334
Translated using Weblate (Spanish)
...
Currently translated at 79.8% (1347 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 16:02:57 +00:00
Jorge Vásquez
3c5cb2bf2a
Translated using Weblate (Spanish)
...
Currently translated at 79.8% (1347 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 16:02:56 +00:00
Arnaud Castellanos Galea
e0128c64a6
Translated using Weblate (Spanish)
...
Currently translated at 79.8% (1347 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 16:02:56 +00:00
pebles
ddbcb086ad
Translated using Weblate (Spanish)
...
Currently translated at 79.7% (1344 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 16:00:56 +00:00
Arnaud Castellanos Galea
41df58a323
Translated using Weblate (Spanish)
...
Currently translated at 79.7% (1344 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 16:00:55 +00:00
pebles
8e33231bf9
Translated using Weblate (Spanish)
...
Currently translated at 79.5% (1342 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:58:53 +00:00
Arnaud Castellanos Galea
38f38f3e3e
Translated using Weblate (Spanish)
...
Currently translated at 79.5% (1342 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:58:53 +00:00
pebles
ffb44b991a
Translated using Weblate (Spanish)
...
Currently translated at 79.5% (1341 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:58:18 +00:00
Arnaud Castellanos Galea
3595f0d038
Translated using Weblate (Spanish)
...
Currently translated at 79.5% (1341 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:58:18 +00:00
pebles
c1175460af
Translated using Weblate (Spanish)
...
Currently translated at 79.3% (1337 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:49:43 +00:00
Arnaud Castellanos Galea
b5b5561f00
Translated using Weblate (Spanish)
...
Currently translated at 79.3% (1337 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:49:43 +00:00
pebles
71803dfab8
Translated using Weblate (Spanish)
...
Currently translated at 79.2% (1336 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:48:50 +00:00
Arnaud Castellanos Galea
e41b73df1f
Translated using Weblate (Spanish)
...
Currently translated at 79.2% (1336 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:48:50 +00:00
pebles
9a8ef560dc
Translated using Weblate (Spanish)
...
Currently translated at 79.1% (1335 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:44:29 +00:00
Arnaud Castellanos Galea
df1d63a0d7
Translated using Weblate (Spanish)
...
Currently translated at 79.1% (1335 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:44:29 +00:00
pebles
b77e5f0dd5
Translated using Weblate (Spanish)
...
Currently translated at 78.9% (1331 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:43:24 +00:00
Arnaud Castellanos Galea
b995d60504
Translated using Weblate (Spanish)
...
Currently translated at 78.9% (1331 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:43:24 +00:00
pebles
d0f609f4f7
Translated using Weblate (Spanish)
...
Currently translated at 78.8% (1330 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:43:01 +00:00
Arnaud Castellanos Galea
d974b5400c
Translated using Weblate (Spanish)
...
Currently translated at 78.8% (1330 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:43:00 +00:00
pebles
613c5cac7f
Translated using Weblate (Spanish)
...
Currently translated at 78.8% (1329 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:41:38 +00:00
Arnaud Castellanos Galea
130f44443e
Translated using Weblate (Spanish)
...
Currently translated at 78.8% (1329 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:41:38 +00:00
pebles
3b98b0a116
Translated using Weblate (Spanish)
...
Currently translated at 78.7% (1328 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:40:15 +00:00
Arnaud Castellanos Galea
0afd18b5bf
Translated using Weblate (Spanish)
...
Currently translated at 78.7% (1328 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:40:15 +00:00
pebles
97fa87d3b3
Translated using Weblate (Spanish)
...
Currently translated at 78.7% (1327 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:39:12 +00:00
Arnaud Castellanos Galea
f8f26642db
Translated using Weblate (Spanish)
...
Currently translated at 78.7% (1327 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:39:11 +00:00
pebles
925c97d546
Translated using Weblate (Spanish)
...
Currently translated at 78.4% (1323 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:37:51 +00:00
Arnaud Castellanos Galea
19feb3973f
Translated using Weblate (Spanish)
...
Currently translated at 78.4% (1323 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:37:50 +00:00
pebles
00769123d5
Translated using Weblate (Spanish)
...
Currently translated at 78.0% (1316 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:34:49 +00:00
Arnaud Castellanos Galea
7a83240a11
Translated using Weblate (Spanish)
...
Currently translated at 78.0% (1316 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:34:48 +00:00
pebles
7d0cad5d65
Translated using Weblate (Spanish)
...
Currently translated at 77.9% (1314 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:32:24 +00:00
Arnaud Castellanos Galea
326ad01772
Translated using Weblate (Spanish)
...
Currently translated at 77.9% (1314 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:32:24 +00:00
pebles
570448d2c1
Translated using Weblate (Spanish)
...
Currently translated at 77.8% (1313 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:32:05 +00:00
Arnaud Castellanos Galea
8a725200a7
Translated using Weblate (Spanish)
...
Currently translated at 77.8% (1313 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:32:05 +00:00
pebles
3834006ad8
Translated using Weblate (Spanish)
...
Currently translated at 77.7% (1310 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:31:08 +00:00
Arnaud Castellanos Galea
b6281d98ef
Translated using Weblate (Spanish)
...
Currently translated at 77.7% (1310 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:31:07 +00:00
pebles
fdacafab1b
Translated using Weblate (Spanish)
...
Currently translated at 77.5% (1307 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:29:18 +00:00
Arnaud Castellanos Galea
4a7eb016d0
Translated using Weblate (Spanish)
...
Currently translated at 77.5% (1307 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:29:18 +00:00
pebles
feb4e9e404
Translated using Weblate (Spanish)
...
Currently translated at 77.4% (1306 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:27:10 +00:00
Arnaud Castellanos Galea
92199ef2ac
Translated using Weblate (Spanish)
...
Currently translated at 77.4% (1306 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:27:10 +00:00
pebles
d2abd44c4f
Translated using Weblate (Spanish)
...
Currently translated at 77.2% (1302 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:24:18 +00:00
Arnaud Castellanos Galea
632c37e758
Translated using Weblate (Spanish)
...
Currently translated at 77.2% (1302 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:24:18 +00:00
pebles
cf6f2a0b6c
Translated using Weblate (Spanish)
...
Currently translated at 77.1% (1301 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:22:17 +00:00
Arnaud Castellanos Galea
49b8380f45
Translated using Weblate (Spanish)
...
Currently translated at 77.1% (1301 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:22:16 +00:00
pebles
a5f02aca09
Translated using Weblate (Spanish)
...
Currently translated at 77.1% (1300 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:20:34 +00:00
Arnaud Castellanos Galea
0a188494e8
Translated using Weblate (Spanish)
...
Currently translated at 77.1% (1300 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2019-07-13 15:20:34 +00:00
J. Ryan Stinnett
d57a0dec64
Use URL to parse IM origins
...
This allows the configuration for `integrations_ui_url` to be more flexible. In
particular, it no longer matters whether you include a trailing slash after the
port, for example.
2019-07-12 19:18:34 +01:00
J. Ryan Stinnett
dc9b5fa996
Log when integration manager origin is invalid
2019-07-12 19:04:20 +01:00
Bruno Windels
5c7e9812a1
also check content and content.users before proceeding
2019-07-12 18:50:13 +02:00
Travis Ralston
78ba22d12e
Merge pull request #3206 from matrix-org/travis/tombstone-autojoin
...
Autojoin rooms when clicking the tombstone
2019-07-12 08:14:42 -06:00
Travis Ralston
ff0c4c0571
Merge pull request #3211 from matrix-org/travis/send-proper-uia
...
Send the correct UIA alongside the wrong UIA for backwards comaptibility
2019-07-12 08:14:01 -06:00
Travis Ralston
5f98e4ea61
Merge pull request #3213 from matrix-org/travis/remove-is-flag
...
Remove unused identityEnabled property from ValidatedServerConfig
2019-07-12 08:11:55 -06:00
David Baker
28c3578b02
Merge pull request #3205 from matrix-org/travis/soft-logout-copy
...
Remove misleading text about admins logging people out from soft logout
2019-07-12 12:32:24 +01:00
Kévin C
7773722202
Translated using Weblate (French)
...
Currently translated at 100.0% (1688 of 1688 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2019-07-12 09:51:25 +00:00
Weblate
7afb0e9019
Merge branch 'origin/develop' into Weblate.
2019-07-12 08:42:39 +00:00
J. Ryan Stinnett
b27c1a45e4
Adjust spelling on debug log screen
2019-07-12 09:42:02 +01:00
Weblate
36946dbb4d
Merge branch 'origin/develop' into Weblate.
2019-07-12 08:25:11 +00:00
Kévin C
1ab99c89fe
Translated using Weblate (French)
...
Currently translated at 100.0% (1688 of 1688 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2019-07-12 08:25:11 +00:00
Bruno Windels
7fc19e61a9
Merge pull request #3210 from matrix-org/bwindels/prevent-autocomplete-on-paste
...
Prevent autocomplete on paste, and verserev-ing text before and after :
2019-07-12 08:25:06 +00:00
Bruno Windels
ee9dd8ce81
adjust jsdoc
2019-07-12 10:06:38 +02:00
Weblate
0a108b3de4
Merge branch 'origin/develop' into Weblate.
2019-07-11 22:03:33 +00:00
Szimszon
30002b48f9
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1688 of 1688 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2019-07-11 22:03:33 +00:00
Travis Ralston
285b126530
Appease the linter
2019-07-11 15:14:05 -06:00
Travis Ralston
7a3aa9be2e
Remove unused identityEnabled property from ValidatedServerConfig
...
See https://github.com/vector-im/riot-web/issues/10229
2019-07-11 15:11:09 -06:00
Travis Ralston
ba5238d86a
Finally fix tests
2019-07-11 15:01:56 -06:00
Travis Ralston
733401652b
Close settings after deactivating
...
Fixes https://github.com/vector-im/riot-web/issues/9566
2019-07-11 14:54:49 -06:00
Travis Ralston
5958cf0693
Merge branch 'develop' into travis/soft-logout-copy
2019-07-11 14:47:13 -06:00
Travis Ralston
862fb16120
Send the correct UIA alongside the wrong UIA for backwards comaptibility
...
Fixes https://github.com/vector-im/riot-web/issues/10312
2019-07-11 14:28:10 -06:00
Weblate
3c1935e9a7
Merge branch 'origin/develop' into Weblate.
2019-07-11 19:01:42 +00:00
Travis Ralston
c89a864a82
update copy
2019-07-11 12:54:26 -06:00
Bruno Windels
dedf978948
prevent inserting parts at index -1 for empty documents
2019-07-11 18:46:56 +02:00
Bruno Windels
06fb892df9
prevent autocomplete when doing bulk insertion (paste, drop text)
2019-07-11 18:46:56 +02:00
Bruno Windels
507b89fc61
manually attach input event handler, as React doesn't pass inputType
2019-07-11 18:46:56 +02:00
David Baker
f13dc82d14
getTerms doesn't need an access token
2019-07-11 16:28:24 +01:00
Travis Ralston
000d545ffd
Remove misleading text about admins logging people out from soft logout
2019-07-11 09:18:33 -06:00
Travis Ralston
5f9a123a80
Require an issue URL (or notes) on rageshakes
...
Fixes https://github.com/vector-im/riot-web/issues/8155
2019-07-11 09:14:31 -06:00
David Baker
69fa34d71f
Fix ScalarAuthClient to refresh tokens if they fail
...
Also add a test to make sure it does it
2019-07-11 16:00:24 +01:00
Travis Ralston
ed2f88fd79
Autojoin rooms when clicking the tombstone
...
Fixes https://github.com/vector-im/riot-web/issues/10299
2019-07-11 08:39:41 -06:00
Osoitz
7c9c94eb27
Translated using Weblate (Basque)
...
Currently translated at 99.5% (1679 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2019-07-11 14:20:13 +00:00
David Baker
99d1ed5efe
s/terms/policies/
2019-07-11 14:48:18 +01:00
David Baker
18dde859af
s/terms/policies/
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-07-11 14:46:20 +01:00
Weblate
49853a18f9
Merge branch 'origin/develop' into Weblate.
2019-07-11 10:33:57 +00:00
Michael Telatynski
56b1775209
Merge pull request #3198 from matrix-org/t3chguy/kick
...
Show anything other than ban/invite -> leave as a kick
2019-07-11 11:33:53 +01:00
Szimszon
b3b776e028
Translated using Weblate (Hungarian)
...
Currently translated at 99.0% (1670 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2019-07-11 10:04:51 +00:00
David Baker
f77e7fc3e8
Use m.accepted_terms account data
...
To remember what policies the user has agreed to
2019-07-11 10:53:45 +01:00
Weblate
c470ad8465
Merge branch 'origin/develop' into Weblate.
2019-07-11 08:38:22 +00:00
J. Ryan Stinnett
9b3848d083
Merge pull request #3200 from matrix-org/jryans/stylelint-all-files
...
Run stylelint on all SCSS files
2019-07-11 09:38:18 +01:00
Weblate
fc6793fdf8
Merge branch 'origin/develop' into Weblate.
2019-07-11 08:10:07 +00:00
Kévin C
54b5e85dfa
Translated using Weblate (French)
...
Currently translated at 100.0% (1687 of 1687 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2019-07-11 08:10:07 +00:00
Bruno Windels
dd12824a52
Merge pull request #3195 from matrix-org/bwindels/include-orig-in-history
...
Show original event in edit history
2019-07-11 08:10:01 +00:00
Weblate
84e4d59a52
Merge branch 'origin/develop' into Weblate.
2019-07-10 18:10:13 +00:00
Travis Ralston
2a54fe321f
Use the state variable for the password when deactivating
...
The Field is controlled, so we should be using the state. Otherwise the value is undefined, which means we don't supply the required auth.
Fixes https://github.com/vector-im/riot-web/issues/10302
Regressed in https://github.com/matrix-org/matrix-react-sdk/pull/3071
2019-07-10 11:26:09 -06:00
J. Ryan Stinnett
38d6953bf6
Manually fix remaining stylelint issues
2019-07-10 16:56:40 +01:00
David Baker
90a0f93215
jsdoc-ify comment block
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-07-10 16:07:31 +01:00
David Baker
f4be4ab271
Re-add logic for if no integ url is configured
2019-07-10 15:27:33 +01:00
Weblate
1dd2f4db3d
Merge branch 'origin/develop' into Weblate.
2019-07-10 14:15:08 +00:00
David Baker
0316aa11b7
Rest of terms/policies renaming
2019-07-10 15:12:05 +01:00
Travis Ralston
ce11eff1b8
Simplify parameter check
2019-07-10 08:01:32 -06:00
Kévin C
7ea8b6d560
Translated using Weblate (French)
...
Currently translated at 100.0% (1686 of 1686 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2019-07-10 13:52:21 +00:00
Nathan Follens
33a01a4f0b
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (1686 of 1686 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2019-07-10 13:52:21 +00:00
Jeff Huang
bad1a48112
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1686 of 1686 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-07-10 13:52:20 +00:00
David Baker
8de5c348f3
focus is a bit silly if its starts disabled
2019-07-10 14:33:20 +01:00
David Baker
06c0bce053
These can be pure components
2019-07-10 14:32:37 +01:00
David Baker
72b1ad37a2
Remove random space
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-07-10 14:30:48 +01:00
David Baker
994f8f849b
Remove redundant dict key
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-07-10 14:30:31 +01:00
David Baker
c2977ddd8e
More de-overloading of 'terms'
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-07-10 14:28:45 +01:00
David Baker
6fafd208a8
add sample terms response
2019-07-10 14:27:45 +01:00
David Baker
f7750d9df0
right doc, wrong function
2019-07-10 14:27:45 +01:00
David Baker
0ec57b58e8
Make 'terms' term less overloaded
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-07-10 14:27:29 +01:00
David Baker
4396e993bf
Missed accessToken
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-07-10 14:20:36 +01:00
David Baker
a9619b3c7e
missed copyright header
2019-07-10 14:19:14 +01:00
David Baker
be7680c065
update i18n strings
2019-07-10 14:18:59 +01:00
David Baker
fcf82efc7c
Bots isn't a proper noun so no real reason for it to get a capital
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-07-10 14:17:42 +01:00
David Baker
8a7227f971
Typing
...
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-07-10 14:17:15 +01:00
David Baker
189dd4c7b1
SERVICE_TYPES
2019-07-10 12:08:26 +01:00
David Baker
fc706e1d47
Missed a file
2019-07-10 10:50:10 +01:00
Michael Telatynski
8d4356a5b9
Show anything other than ban/invite -> leave as a kick
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-07-10 08:57:00 +01:00
Travis Ralston
2ca6633fda
Update copy as per design
2019-07-09 23:55:20 -06:00
Travis Ralston
041379fa3c
Don't refuse the soft logout page if the user is soft logged out
2019-07-09 23:44:14 -06:00
Travis Ralston
1eb60ef1c4
Support SSO for rehydrating a soft-logged-out session.
...
Fixes https://github.com/vector-im/riot-web/issues/10238
2019-07-09 20:16:44 -06:00
David Baker
83f697a9a2
lint
2019-07-09 19:01:22 +01:00
David Baker
d4af8d4993
Use showIntegrationsManager in other places
2019-07-09 18:56:39 +01:00
David Baker
54aaabac74
Initial support for ToS dialogs for IS/IM
...
as per MSC2140
2019-07-09 18:51:56 +01:00
Weblate
dd0f4cd9dc
Merge branch 'origin/develop' into Weblate.
2019-07-09 17:43:47 +00:00
Travis Ralston
6cb148a88a
Merge pull request #3190 from matrix-org/travis/soft-logout-design
...
Dress up the soft logout page to look like the design
2019-07-09 11:43:42 -06:00
Weblate
e05e96bbd1
Merge branch 'origin/develop' into Weblate.
2019-07-09 17:43:36 +00:00
Travis Ralston
4b1d78e04d
Merge branch 'develop' into travis/soft-logout-design
2019-07-09 11:35:49 -06:00
Travis Ralston
623b800753
Merge branch 'develop' into travis/soft-logout-overwrite
2019-07-09 11:35:24 -06:00
Weblate
c539f5c32c
Merge branch 'origin/develop' into Weblate.
2019-07-09 17:32:35 +00:00
Travis Ralston
a33e5f1918
Merge pull request #3188 from matrix-org/travis/soft-logout-non-default-hs
...
Fix React crash when using a non-default homeserver on soft logout
2019-07-09 11:32:31 -06:00
Weblate
f9491696d9
Merge branch 'origin/develop' into Weblate.
2019-07-09 17:32:22 +00:00
Travis Ralston
370fa27de3
Merge pull request #3187 from matrix-org/travis/soft-logout-keys
...
Change soft logout rehydrate text if there's pending key backups
2019-07-09 11:32:17 -06:00
Weblate
0afe4a13a8
Merge branch 'origin/develop' into Weblate.
2019-07-09 17:31:56 +00:00
Travis Ralston
7b869f2824
Merge pull request #3182 from matrix-org/travis/soft-logout-rehydrate
...
Ask for the user's password to rehydrate their soft logged out session
2019-07-09 11:31:51 -06:00
Bruno Windels
11718a982a
use originalEvent if present and append it to list
2019-07-09 17:54:59 +02:00
Weblate
5666c0db45
Merge branch 'origin/develop' into Weblate.
2019-07-09 15:05:08 +00:00
Bruno Windels
31723e9e5b
Merge pull request #3194 from matrix-org/bwindels/fix-history-redactions
...
Don't try to call bodyToHtml with an empty content
2019-07-09 15:05:03 +00:00
Weblate
7a7af68413
Merge branch 'origin/develop' into Weblate.
2019-07-09 15:03:26 +00:00
J. A. Durieux
87a67df2d0
Translated using Weblate (Dutch)
...
Currently translated at 99.1% (1667 of 1682 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2019-07-09 15:03:25 +00:00
Bruno Windels
7ab665bf31
Merge pull request #3193 from matrix-org/bwindels/replace-server-date
...
Take server-side aggregation into account for timestamp on (edited) tooltip
2019-07-09 15:03:21 +00:00
Bruno Windels
f03187190e
Don't try to call bodyToHtml with an empty content
...
with the stripReply flag, this crashes.
2019-07-09 15:00:26 +02:00
Weblate
88b91e24a5
Merge branch 'origin/develop' into Weblate.
2019-07-09 09:59:33 +00:00
Karol Kosek
044d1b8130
Translated using Weblate (Polish)
...
Currently translated at 73.1% (1229 of 1682 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2019-07-09 09:59:33 +00:00
Michael Telatynski
349afb13f3
Merge pull request #3164 from matrix-org/t3chguy/fix_proptypes_mismatches
...
Fix some React errors
2019-07-09 10:59:29 +01:00
Bruno Windels
58d7ed02b7
use method that also takes server aggregations into account for tooltip date
2019-07-09 11:31:29 +02:00
Travis Ralston
8ebc03706a
Also clear data when the deviceId doesn't match
...
When the HS implementation doesn't respect the device_id parameter erroneously
2019-07-08 15:35:34 -06:00
Travis Ralston
ab63e8bd04
Remove backwards compat function
2019-07-08 11:55:00 -06:00
Travis Ralston
d2ab0a5ca7
Move key backup init to componentDidMount
2019-07-08 11:53:26 -06:00
Travis Ralston
3e0be640fd
Merge branch 'travis/soft-logout-rehydrate' into travis/soft-logout-keys
2019-07-08 11:52:58 -06:00
Travis Ralston
c3383e9315
Move _initLogin to componentDidMount
2019-07-08 11:51:22 -06:00
Weblate
c8e0b7b96c
Merge branch 'origin/develop' into Weblate.
2019-07-08 15:19:40 +00:00