This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Fix and refactor rewritten IS url feature. Add sample config docs #40
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR:
rewrite_identity_server_urls
to include protocol schemes (ex. https://)id_server
, and likewise with a protocol scheme tourl
rewrite_identity_server_urls
to the sample config fileURLs/domain names of identity servers can either come from:
id_server
params (no protocol scheme)account_threepid_delegates
(includes scheme)For the former, we use the
add_https
parameter to turn them into URLs.I'm merging this to the release branch instead of
dinsic
as it concernsaccount_threepid_delegates
stuff which is coming from mainline.CI is failing as the various linting tools have not been run on this branch yet. Unfortunately we can't get to the rest of the tests without that though.
Not sure about adding a newspaper file...