Commit Graph

17425 Commits (b366b0b3d845b5e4d0cc43933d398874dc55c751)

Author SHA1 Message Date
Travis Ralston 9860baf0b4 Prompt for terms of service on identity server changes
Part of https://github.com/vector-im/riot-web/issues/10539
2019-08-15 16:02:02 -06:00
Travis Ralston 0acae22527 Merge branch 'travis/terms/inline-im-is' into travis/terms/inline-is-only 2019-08-15 14:41:22 -06:00
Travis Ralston 5fe691cf33 Double equals 2019-08-15 13:33:02 -06:00
Travis Ralston e2f013ddb4 Appease the linter
This looks awkward, but should pass.
2019-08-15 13:31:45 -06:00
Travis Ralston 27504e1578 Prompt for terms of service on integration manager changes
Part of https://github.com/vector-im/riot-web/issues/10539
2019-08-15 13:28:23 -06:00
David Baker 7d96cc969a
use original bug
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
2019-08-15 15:39:15 +01:00
Weblate 316ca978c2 Merge branch 'origin/develop' into Weblate. 2019-08-15 14:38:38 +00:00
David Baker ded2297523
Merge pull request #3315 from matrix-org/dbkr/fix_set_im
Fix set integration manager tooltip
2019-08-15 15:38:34 +01:00
Weblate ea1f80a9c8 Merge branch 'origin/develop' into Weblate. 2019-08-15 14:16:16 +00:00
Nathan Follens 002de2c691 Translated using Weblate (West Flemish)
Currently translated at 100.0% (1727 of 1727 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/vls/
2019-08-15 14:16:15 +00:00
Kévin C c926e1a89f Translated using Weblate (French)
Currently translated at 100.0% (1727 of 1727 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2019-08-15 14:16:14 +00:00
Nathan Follens 2bdce1229c Translated using Weblate (Dutch)
Currently translated at 100.0% (1727 of 1727 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2019-08-15 14:16:13 +00:00
J. Ryan Stinnett f3e169775a
Merge pull request #3309 from matrix-org/jryans/stun-turn-fallback
Prompt for ICE server fallback permission
2019-08-15 15:16:07 +01:00
J. Ryan Stinnett adc3c69022 Update ICE fallback text 2019-08-15 15:05:25 +01:00
J. Ryan Stinnett d610bfc5e5 Remove ICE fallback prompt from pre-call path 2019-08-15 15:05:25 +01:00
J. Ryan Stinnett 67b830c48d Improve fallback ICE setting label 2019-08-15 15:05:25 +01:00
J. Ryan Stinnett d31f556c1f Move ICE fallback prompt to time of placing / answering calls
This moves the ICE fallback prompt out of session startup and instead it will
now appear contextually when your either place a call with no ICE server from
the homeserver or a call fails (in either direction).

Fixes https://github.com/vector-im/riot-web/issues/10546
2019-08-15 15:05:25 +01:00
J. Ryan Stinnett 1c6312d999 Store ICE fallback permission in device setting
This stores the ICE server fallback permission in a device setting so it is
remembered across sessions.

Part of https://github.com/matrix-org/matrix-react-sdk/pull/3309
2019-08-15 15:04:23 +01:00
J. Ryan Stinnett c1378f8e0b Prompt for ICE server fallback permission
This adds a prompt at the start of each session when the homeserver does not
have any ICE servers configured. The fallback ICE server is only used if the
user allows it. The dialog also recommends notifying the homeserver admin to
rectify the issue.

Fixes https://github.com/vector-im/riot-web/issues/10173
2019-08-15 15:04:23 +01:00
David Baker 40f693d0fc Fix set integration manager tooltip
The name of the prop changed in the original PR and this one didn't
get updated.
2019-08-15 14:55:59 +01:00
David Baker 6f07f9157c lint 2019-08-15 13:10:05 +01:00
David Baker e6c5775d0e Commit the new file 2019-08-15 12:16:59 +01:00
David Baker 54fb1b5302 Unused variables / imports 2019-08-15 12:07:59 +01:00
David Baker 75770f7a4a Warn on disconnecting from IS
...if the user has bound threepids

Fixes https://github.com/vector-im/riot-web/issues/10550
2019-08-15 12:04:07 +01:00
Weblate 86ac316350 Merge branch 'origin/develop' into Weblate. 2019-08-15 09:52:31 +00:00
Nathan Follens e301367655 Translated using Weblate (West Flemish)
Currently translated at 97.7% (1687 of 1727 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/vls/
2019-08-15 09:52:31 +00:00
Tuomas Hietala 91f544c02e Translated using Weblate (Finnish)
Currently translated at 98.7% (1704 of 1727 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2019-08-15 09:52:30 +00:00
Nathan Follens b50add3715 Translated using Weblate (Dutch)
Currently translated at 97.7% (1687 of 1727 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2019-08-15 09:52:29 +00:00
Jeff Huang b1a9fb79f8 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1727 of 1727 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-08-15 09:52:29 +00:00
David Baker 4afed0fab4
Merge pull request #3313 from matrix-org/t3chguy/fix_jitsi_persisted_breaking_randomly
Fix Persisted Widgets (Jitsi) randomly closing on room change
2019-08-15 10:52:24 +01:00
Michael Telatynski 6f529852cd Skip forceUpdate in ReplyThread if the redacted event is not relevant
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-14 23:27:04 +01:00
Weblate 4b0a242b16 Merge branch 'origin/develop' into Weblate. 2019-08-14 22:18:47 +00:00
Michael Telatynski 4833d4cb23
Merge pull request #3312 from matrix-org/t3chguy/cleanup_legacy_verification
Verifying your own device should not ask you to "contact its owner"
2019-08-14 23:18:43 +01:00
Michael Telatynski 7b17ea1fa5 Fix Persisted Widgets (Jitsi) randomly closing on room change
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-14 23:15:49 +01:00
Weblate 3d3b938d87 Merge branch 'origin/develop' into Weblate. 2019-08-14 15:44:18 +00:00
dccs 0edeae643b Translated using Weblate (German)
Currently translated at 88.4% (1520 of 1720 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2019-08-14 15:44:18 +00:00
Jeff Huang 988162e48c Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1720 of 1720 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-08-14 15:44:18 +00:00
Travis Ralston f69235b884
Merge pull request #3308 from matrix-org/travis/integs/account_set
Support changing your integration manager in the UI
2019-08-14 09:44:13 -06:00
Travis Ralston b77be2d380 Just use MSC1957 2019-08-14 09:33:02 -06:00
Travis Ralston 8b1c90a01e Convert to using im.vector.integration_manager for IM widget
This avoids us having to throw the entirety of MSC1957 into the queue, particularly when we're only using a third of the MSC.
2019-08-14 08:57:38 -06:00
Travis Ralston 02a4121401 Mixin for field width 2019-08-14 08:55:49 -06:00
Travis Ralston 7a1a245899 Fix i18n 2019-08-14 08:52:05 -06:00
Travis Ralston beb6ec4327 Merge branch 'develop' into travis/integs/account_set 2019-08-14 08:45:01 -06:00
Michael Telatynski 8186f1be2e delint
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-14 14:08:10 +01:00
Michael Telatynski e8834930f9 Verifying your own device should not ask you to "contact its owner"
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-14 13:58:27 +01:00
Weblate 0fc04f8913 Merge branch 'origin/develop' into Weblate. 2019-08-14 12:26:38 +00:00
Jeff Huang 0da5c45564 Translated using Weblate (Chinese (Traditional))
Currently translated at 99.8% (1716 of 1720 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-08-14 12:26:38 +00:00
Besnik Bleta 3342aff210 Translated using Weblate (Albanian)
Currently translated at 99.7% (1715 of 1720 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2019-08-14 12:26:37 +00:00
Michael Telatynski 088dc7953b
Merge pull request #3311 from matrix-org/t3chguy/delint_languageHandler
delint languageHandler
2019-08-14 13:26:33 +01:00
Michael Telatynski e668b2f8bd delint languageHandler
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-14 12:29:48 +01:00