Travis Ralston
21b9ab9d85
Add an optional config option to make the welcome page the login page
...
This is commonly requested by deployments with custom setups or those using SSO. Instead of having them all ship the same welcome.html with redirect code in it, we can offer a built-in redirect.
Note that this doesn't actually redirect and instead just replaces the view. This is to make the change less invasive as otherwise it involves changing the routing layers.
2021-02-16 15:18:31 -07:00
Michael Telatynski
b386f0c73b
Merge pull request #5657 from matrix-org/t3chguy/usercontent
...
Remove redundant lockOrigin parameter from usercontent
2021-02-16 18:23:55 +00:00
Michael Telatynski
6cb3381df5
Remove redundant lockOrigin parameter from usercontent
...
now that each Element has its own, and not usercontent.riot.im
it only has to permit its own origin
2021-02-16 18:03:12 +00:00
David Baker
fbf0a737a3
Merge pull request #5655 from matrix-org/dbkr/ice_candidate_pool_size
...
Set ICE candidate pool size option
2021-02-16 16:02:04 +00:00
David Baker
bb6659f983
Set ICE candidate pool size option
...
So we can start candidate gathering in advance
2021-02-16 15:48:58 +00:00
David Baker
7260a4c248
Merge pull request #5654 from matrix-org/dbkr/prepare_to_encrypt_on_incoming_call
...
Prepare to encrypt when a call arrives
2021-02-16 15:07:32 +00:00
David Baker
5535d7fb97
Prepare to encrypt when a call arrives
...
So we're ready to send an answer straight away if the user answers
2021-02-16 14:52:11 +00:00
RiotRobot
b6a4876c8a
Reset matrix-js-sdk back to develop branch
2021-02-16 11:06:55 +00:00
RiotRobot
df3a9526a5
Resetting package fields for development
2021-02-16 11:06:42 +00:00
RiotRobot
f4ab4dce40
Merge branch 'master' into develop
2021-02-16 11:06:42 +00:00
RiotRobot
e70085ed2e
v3.14.0
2021-02-16 11:05:25 +00:00
RiotRobot
a99f080e97
Prepare changelog for v3.14.0
2021-02-16 11:05:24 +00:00
RiotRobot
f9d4d679ee
Upgrade matrix-js-sdk to 9.7.0
2021-02-16 10:59:39 +00:00
J. Ryan Stinnett
9d64344053
Merge pull request #5651 from matrix-org/jryans/host-signup-brand-release
...
[Release] Use config for host signup branding
2021-02-15 22:14:03 +00:00
J. Ryan Stinnett
b2834d7f91
Test domains in config directly
2021-02-15 17:59:38 +00:00
J. Ryan Stinnett
3919fcd80e
Use config for host signup branding
2021-02-15 17:59:38 +00:00
J. Ryan Stinnett
0ad22eac76
Merge pull request #5650 from matrix-org/jryans/host-signup-brand
...
Use config for host signup branding
2021-02-15 17:56:46 +00:00
J. Ryan Stinnett
234f1bf2c4
Test domains in config directly
2021-02-15 17:38:11 +00:00
J. Ryan Stinnett
d96043d5ab
Use config for host signup branding
2021-02-15 17:37:33 +00:00
Travis Ralston
f4e0ff9ab5
Merge pull request #5649 from matrix-org/travis/sensible-jitsi-names
...
Use randomly generated conference names for Jitsi
2021-02-15 10:29:58 -07:00
Travis Ralston
cb757b5b50
Fix import
2021-02-15 08:56:38 -07:00
Travis Ralston
cd82d97c3e
Use randomly generated conference names for Jitsi
...
Fixes https://github.com/vector-im/element-web/issues/15205
Replaces https://github.com/matrix-org/matrix-react-sdk/pull/5322
This change uses a random ID for the Jitsi conference name to avoid any badly-named Jitsi calls, and overrides the "subject" (title) of the call so end users aren't typically exposed to the random ID.
2021-02-15 08:53:37 -07:00
J. Ryan Stinnett
55d042596d
Merge pull request #5647 from jaiwanth-v/fix-immediate-newline-slashcommand
...
Modified regex to account for an immediate new line after slash commands
2021-02-15 14:07:01 +00:00
J. Ryan Stinnett
6f709ff978
Merge pull request #5642 from SimonBrandner/fix-chromium-scroll
...
Fix codeblock scrollbar color for non-Firefox
2021-02-15 12:26:56 +00:00
Jaiwanth
d73648dfb0
Modified regex to account for an immediate new line after slash commands
...
Signed-off-by: Jaiwanth <jaiwanth2011@gmail.com>
2021-02-15 17:46:32 +05:30
Šimon Brandner
82474074f2
Fix scrollbar color for non-Firefox
...
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
2021-02-13 13:03:26 +01:00
J. Ryan Stinnett
a87e637666
Merge pull request #5630 from SimonBrandner/tweak-codeblock-colors
...
Fix codeblock scrollbar colors
2021-02-11 12:41:12 +00:00
Šimon Brandner
4aa3000894
Leverage our theme colours
...
Co-authored-by: J. Ryan Stinnett <jryans@gmail.com>
2021-02-11 13:31:06 +01:00
Michael Telatynski
da6f1e559b
Merge pull request #5634 from jaiwanth-v/add-loading-TextInputDialog
...
Added loading and disabled the button while searching for server
2021-02-11 12:22:27 +00:00
Jaiwanth
20dc8dbb32
Update src/components/views/dialogs/TextInputDialog.js
...
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
2021-02-11 17:39:12 +05:30
Jaiwanth
61c6033de7
Update src/components/views/dialogs/TextInputDialog.js
...
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
2021-02-11 17:38:58 +05:30
Jaiwanth
6c252a87a1
Update src/components/views/dialogs/TextInputDialog.js
...
Co-authored-by: Michael Telatynski <7t3chguy@googlemail.com>
2021-02-11 17:38:46 +05:30
Jaiwanth
3fc6d73158
Added loading and disabled the button while searching for server
...
Signed-off-by: Jaiwanth <jaiwanth2011@gmail.com>
2021-02-11 17:28:02 +05:30
RiotRobot
d1524b2e9d
v3.14.0-rc.1
2021-02-10 16:51:52 +00:00
RiotRobot
1dfbc73d4a
Prepare changelog for v3.14.0-rc.1
2021-02-10 16:51:52 +00:00
RiotRobot
673717d6c0
Upgrade matrix-js-sdk to 9.7.0-rc.1
2021-02-10 15:57:57 +00:00
J. Ryan Stinnett
7865f15ac2
Merge pull request #5636 from RiotTranslateBot/weblate-element-web-matrix-react-sdk
...
Translations update from Weblate
2021-02-10 15:39:59 +00:00
Marcelo Filho
7b1f8472f9
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.4% (2750 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/pt_BR/
2021-02-10 15:35:03 +00:00
jelv
c3eb7d3c17
Translated using Weblate (Dutch)
...
Currently translated at 89.1% (2463 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:34:56 +00:00
Szimszon
0f0bef9976
Translated using Weblate (Hungarian)
...
Currently translated at 99.9% (2762 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/hu/
2021-02-10 15:34:55 +00:00
jelv
38e81d39a2
Translated using Weblate (Dutch)
...
Currently translated at 89.0% (2461 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:24:21 +00:00
Tim Al
fd7f2290bc
Translated using Weblate (Dutch)
...
Currently translated at 89.0% (2461 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:24:21 +00:00
jelv
0fb6bf635c
Translated using Weblate (Dutch)
...
Currently translated at 88.8% (2456 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:23:29 +00:00
Tim Al
8669085a5c
Translated using Weblate (Dutch)
...
Currently translated at 88.8% (2456 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:23:29 +00:00
jelv
e59e77e6a3
Translated using Weblate (Dutch)
...
Currently translated at 88.8% (2455 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:22:44 +00:00
Tim Al
a1b1887cbf
Translated using Weblate (Dutch)
...
Currently translated at 88.8% (2455 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:22:44 +00:00
Tim Al
9c9e5b37a9
Translated using Weblate (Dutch)
...
Currently translated at 88.7% (2454 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:21:36 +00:00
jelv
59a5b460dc
Translated using Weblate (Dutch)
...
Currently translated at 88.7% (2453 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:20:55 +00:00
Tim Al
dfaba47dbb
Translated using Weblate (Dutch)
...
Currently translated at 88.7% (2453 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:20:55 +00:00
Tim Al
088c214580
Translated using Weblate (Dutch)
...
Currently translated at 88.7% (2452 of 2764 strings)
Translation: Element Web/matrix-react-sdk
Translate-URL: https://translate.element.io/projects/element-web/matrix-react-sdk/nl/
2021-02-10 15:20:36 +00:00