Commit Graph

31125 Commits (f420c8598516b4f939b7ab90f5fa263db2aaa94a)

Author SHA1 Message Date
Michael Telatynski 34ae766893 Wire up MSC2858 brand attribute
For better brand adherance.
Also removes old support for https IdP icons.
2021-01-27 16:15:47 +00:00
Weblate b6d1342ab6 Merge branch 'origin/develop' into Weblate. 2021-01-27 16:01:13 +00:00
David Baker 33a86f6cbe
Merge pull request #5573 from matrix-org/dbkr/callstats
Log candidates for calls
2021-01-27 16:01:06 +00:00
Weblate d2036e93c9 Merge branch 'origin/develop' into Weblate. 2021-01-27 14:01:58 +00:00
Slobodan Simić 4975e0245b Translated using Weblate (Serbian)
Currently translated at 47.9% (1309 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sr/
2021-01-27 14:01:57 +00:00
J. Ryan Stinnett de507b80f7
Merge pull request #5579 from matrix-org/jryans/upgrade-deps-2021-01
Upgrade deps 2021-01
2021-01-27 14:01:47 +00:00
J. Ryan Stinnett 51aab9ca08 Fix import style for commonmark 2021-01-27 13:06:59 +00:00
Michael Telatynski e6673bca1b Improve SSO auth flow
Use replaceState instead of a redirect to strip the loginToken
Put user into the same post-auth flows of E2ESetup
Skip UIA prompt in this post-auth flow, happy path is a server grace period
2021-01-27 12:50:12 +00:00
J. Ryan Stinnett d78bc98521 Resolve linting errors after upgrades 2021-01-27 12:42:39 +00:00
J. Ryan Stinnett 84b1f2e6c6 Resolve typing errors after TypeScript upgrade 2021-01-27 12:42:37 +00:00
J. Ryan Stinnett ea706189a2 Nested upgrades via `yarn upgrade` 2021-01-27 12:34:10 +00:00
J. Ryan Stinnett 0cb266eda2 lolex renamed to @sinonjs/fake-timers 2021-01-27 12:31:37 +00:00
J. Ryan Stinnett ca08475498 Apply all simple major version upgrades 2021-01-27 12:31:37 +00:00
J. Ryan Stinnett f8816e0bda Pin React types to 16.x for now
This avoids type conflicts from other deps that depends on just `*`. Type deps
needs to be de-duplicated down to a single version to avoid errors (unlike code
deps).
2021-01-27 12:31:37 +00:00
J. Ryan Stinnett 12c671045d Upgrade to latest minor versions of deps 2021-01-27 12:31:37 +00:00
J. Ryan Stinnett fa3ace8473 Rework message pilling to ignore event permalinks
This removes pills from event permalinks since they hide the text associated
with the link, which can cause nonsensical messages since words have been
removed. In addition, this moves away from fragile regexs to more
straightforward code to parse links and adds a test for this case.

Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/5188
Fixes https://github.com/vector-im/element-web/issues/15159
2021-01-27 11:46:20 +00:00
David Baker 9ac31747f6 This was missing a break somehow 2021-01-27 10:36:40 +00:00
Weblate 075d03227c Merge branch 'origin/develop' into Weblate. 2021-01-27 00:02:33 +00:00
J. Ryan Stinnett 048a3f6ec8
Merge pull request #5566 from 2580ayush2580/ayush25803
Fix "Continuing without email" dialog bug
2021-01-27 00:02:26 +00:00
J. Ryan Stinnett 71921ad705 Remove unused isPillUrl 2021-01-26 14:11:09 +00:00
J. Ryan Stinnett 501c73ae4b Remove outdated comment 2021-01-26 14:08:39 +00:00
Weblate 831443a0d6 Merge branch 'origin/develop' into Weblate. 2021-01-26 12:12:03 +00:00
RiotRobot 4dbdeb46ad Reset matrix-js-sdk back to develop branch 2021-01-26 12:11:47 +00:00
RiotRobot e21514cea0 Merge branch 'master' into develop 2021-01-26 12:08:24 +00:00
RiotRobot 982c3ceca1 v3.12.1 2021-01-26 12:04:37 +00:00
RiotRobot 1ecd3836da Prepare changelog for v3.12.1 2021-01-26 12:04:37 +00:00
Weblate c001d8c58e Merge branch 'origin/develop' into Weblate. 2021-01-26 11:59:12 +00:00
Samu Voutilainen 1181489cbf Translated using Weblate (Finnish)
Currently translated at 94.7% (2587 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2021-01-26 11:59:12 +00:00
Ihor Hordiichuk 36a34008c0 Translated using Weblate (Ukrainian)
Currently translated at 53.8% (1471 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/uk/
2021-01-26 11:59:10 +00:00
J. Ryan Stinnett e327551399
Merge pull request #5574 from matrix-org/jryans/verify-require-reg
Require registration for verification actions
2021-01-26 11:58:59 +00:00
RiotRobot 709fc2e004 Upgrade matrix-js-sdk to 9.5.1 2021-01-26 11:57:46 +00:00
J. Ryan Stinnett 52bc36fc79 Require registration for verification actions
Fixes https://github.com/vector-im/element-web/issues/16277
2021-01-26 11:00:56 +00:00
David Baker e43adef438 firefox uses 'address' instead of 'ip' 2021-01-26 10:52:35 +00:00
David Baker ec0266d82b Log candidates for calls
First attempt at this was sending everything from
RTCPeerConnection.getStats() as a separate item in the rageshake,
but the rageshake server doesn't handle that in a particularly sensible
way and it's probably better to pick & choose what data we want explicitly
from a privacy PoV. This summarises the candidates used for the calls into
the log that will be included in rageshakes so we can diagnose connectivity
issues from rageshakes.

Requires https://github.com/matrix-org/matrix-js-sdk/pull/1584
2021-01-26 09:41:57 +00:00
Clemens Zeidler e8e0d808d4 Remove out-dated comment about flow annotation 2021-01-26 21:25:12 +13:00
czeidler 662d89659f
Update code_style.md
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2021-01-26 21:23:11 +13:00
Weblate cd78d88863 Merge branch 'origin/develop' into Weblate. 2021-01-25 16:39:52 +00:00
David Baker 303694754b
Merge pull request #5572 from matrix-org/dbkr/dont_play_hangup_sound_when_answered_elsewhere
Don't play the hangup sound when the call is answered from elsewhere
2021-01-25 16:39:44 +00:00
David Baker 8783765ce3 Don't play the hangup sound when the call is answered from elsewhere 2021-01-25 16:18:14 +00:00
Weblate ef21b7086a Merge branch 'origin/develop' into Weblate. 2021-01-25 12:42:00 +00:00
Slobodan Simić 8c2d94d91a Translated using Weblate (Serbian)
Currently translated at 47.5% (1298 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/sr/
2021-01-25 12:42:00 +00:00
Auri B. P db8c04f402 Translated using Weblate (Catalan)
Currently translated at 30.4% (831 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/ca/
2021-01-25 12:41:57 +00:00
Mitja Sorsa 5331c1e668 Translated using Weblate (Finnish)
Currently translated at 94.7% (2587 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2021-01-25 12:41:56 +00:00
Samu Voutilainen 37ffa08bc0 Translated using Weblate (Finnish)
Currently translated at 94.7% (2587 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/fi/
2021-01-25 12:41:56 +00:00
waclaw66 a34da37312 Translated using Weblate (Czech)
Currently translated at 100.0% (2731 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/cs/
2021-01-25 12:41:54 +00:00
Andrejs 4ba091a21d Translated using Weblate (Latvian)
Currently translated at 34.1% (932 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/lv/
2021-01-25 12:41:53 +00:00
Marcelo Filho 02094f38a9 Translated using Weblate (Portuguese (Brazil))
Currently translated at 100.0% (2731 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pt_BR/
2021-01-25 12:41:24 +00:00
Joshua Dietz 09a3808a28 Translated using Weblate (German)
Currently translated at 99.9% (2729 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2021-01-25 12:41:16 +00:00
@a2sc:matrix.org 638321c65d Translated using Weblate (German)
Currently translated at 99.9% (2729 of 2731 strings)

Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/de/
2021-01-25 12:41:16 +00:00
J. Ryan Stinnett ded010dd15
Merge pull request #5570 from matrix-org/jryans/e2etests-env-2021
Move to newer base image for end-to-end tests
2021-01-25 12:41:03 +00:00