element-web/res
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
..
css Introduce a default_server_name for aesthetics and rework .well-known 2018-12-04 23:34:57 -07:00
fonts move default fonts over from riot-web 2018-04-12 00:24:51 +01:00
img Merge pull request #2124 from matrix-org/dbkr/tombstone 2018-08-29 18:38:48 +01:00
media move default ringtones over from riot-web 2018-04-12 00:25:36 +01:00
themes Merge pull request #2235 from MaxwellKepler/develop 2018-11-16 13:25:40 -07:00