summary refs log tree commit diff
path: root/synapse/rest/well_known.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Backout changes for automatically calculating the public baseurl. (#9313)Patrick Cloke2021-02-111-0/+4
* Give `public_baseurl` a default value (#9159)Richard van der Hoff2021-01-201-4/+0
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-1/+1
* Use the JSON encoder without whitespace in more places. (#8124)Patrick Cloke2020-08-201-2/+2
* public_base_url is actually public_baseurlAaron Raimist2019-08-261-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-7/+4
* Remove log error for .well-known/matrix/client (#4972)Michael Kaye2019-04-241-1/+1
* Remove periods from copyright headers (#5046)Andrew Morgan2019-04-111-1/+1
* FixupErik Johnston2019-02-181-0/+1
* fix missig importMatthew Hodgson2019-02-181-0/+1
* tabsMatthew Hodgson2019-02-141-1/+1
* set CORS on .well-known URI to unbreak modularMatthew Hodgson2019-02-141-0/+1
* Implement .well-known handling (#4262)Richard van der Hoff2018-12-051-0/+70