summary refs log tree commit diff
path: root/synapse/rest/well_known.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | otherwise a riot/web running on foo.riot.im can't query the .well-known on foo.modular.im...
* Implement .well-known handling (#4262)Richard van der Hoff2018-12-051-0/+70
Sometimes it's useful for synapse to generate its own .well-known file.