mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
require client base_url, rename from authority
The previous code used `server_name` as a fallback but in reality there is no real relationship between `server_name` and the location clients are supposed to make requests to. Additionally, the `insecure` option is gone, because we now allow users to control the entire URL, so they're free to choose the scheme.
This commit is contained in:
parent
48850605b0
commit
b9ee898920
3 changed files with 13 additions and 29 deletions
|
|
@ -225,8 +225,11 @@ This will be the first release of Grapevine since it was forked from Conduit
|
|||
[!84](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/84))
|
||||
15. Added support for Authenticated Media ([MSC3916](https://github.com/matrix-org/matrix-spec-proposals/pull/3916)).
|
||||
([!58](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/58))
|
||||
16. Added support for configuring and serving `/.well-known/matrix/...` data.
|
||||
([!90](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/90))
|
||||
16. **BREAKING:** Added support for configuring and serving
|
||||
`/.well-known/matrix/...` data.
|
||||
([!90](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/90),
|
||||
[!94](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/94))
|
||||
* The `server_discovery.client.base_url` option is now required.
|
||||
17. Added support for configuring old verify/signing keys in config (`federation.old_verify_keys`)
|
||||
([!96](https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/96))
|
||||
18. Added admin commands to delete media
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue