element-portable/res/css/structures
Travis Ralston 633be5061c Introduce a default_server_name for aesthetics and rework .well-known
Fixes https://github.com/vector-im/riot-web/issues/7724

The `default_server_name` from the config gets displayed in the "Login with my [server] matrix ID" dropdown when the default server is being used. At this point, we also discourage the use of the `default_hs_url` and `default_is_url` options because we do an implicit .well-known lookup to configure the client based on the `default_server_name`. If the URLs are still present in the config, we'll honour them and won't do a .well-known lookup when the URLs are mixed with the new server_name option. Users will be warned if the `default_server_name` does not match the `default_hs_url` if both are supplied. Users are additionally prevented from logging in, registering, and resetting their password if the implicit .well-known check fails - this is to prevent people from doing actions against the wrong homeserver.

This relies on https://github.com/matrix-org/matrix-js-sdk/pull/799 as we now do auto discovery in two places. Instead of bringing the .well-known out to its own utility class in the react-sdk, we might as well drag it out to the js-sdk.
2018-12-04 23:34:57 -07:00
..
login Introduce a default_server_name for aesthetics and rework .well-known 2018-12-04 23:34:57 -07:00
_CompatibilityPage.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_ContextualMenu.scss allow context-menus/tooltips to work over modals 2018-06-12 11:22:01 +01:00
_CreateRoom.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_FilePanel.scss fix regressions introduced by 00b7cc512b 2018-04-29 04:41:30 +01:00
_GroupView.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_HomePage.scss Add visible guest warning to encourage login 2018-11-06 21:08:57 +01:00
_LeftPanel.scss Fix CSS naming 2018-07-23 15:58:07 +01:00
_LoginBox.scss Move the login box from the left sidebar to where the composer is 2018-10-15 14:26:24 -06:00
_MatrixChat.scss Error on splash screen if sync is failing 2018-09-07 12:18:25 +01:00
_MyGroups.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_NotificationPanel.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_RightPanel.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_RoomDirectory.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_RoomStatusBar.scss Fix status bar element positioning 2018-06-27 15:19:27 +01:00
_RoomSubList.scss on click roomsublist notif badge, goto first room with notif 2018-06-27 09:49:25 +01:00
_RoomView.scss remove spurious vendor prefixing 2018-05-14 02:54:55 +01:00
_SearchBox.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_TagPanel.scss change cursor:pointer iff clicking TagPanel background does something 2018-06-14 11:42:21 +01:00
_UploadBar.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00
_UserSettings.scss Explain that full URL is sent to Piwik 2018-04-26 10:59:43 +01:00
_ViewSource.scss move components' CSS to be in the same repo as their JS 2018-04-12 00:23:58 +01:00