summary refs log tree commit diff
path: root/synapse/util/httpresourcetree.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Respond with proper error responses on unknown paths. (#14621)Patrick Cloke2022-12-081-2/+4
| | | | Returns a proper 404 with an errcode of M_RECOGNIZED for unknown endpoints per MSC3743.
* Add missing type hints to `synapse.app`. (#11287)Patrick Cloke2021-11-101-3/+3
|
* Add types to synapse.util. (#10601)reivilibre2021-09-101-13/+14
|
* Replace instance variations of homeserver with correct case/spacingAndrew Morgan2019-11-121-1/+1
|
* Run Black. (#5482)Amber Brown2019-06-201-5/+3
|
* run isortAmber Brown2018-07-091-2/+2
|
* more bytes stringsAdrian Tschira2018-04-291-2/+5
| | | | Signed-off-by: Adrian Tschira <nota@notafile.com>
* 404 correctly on missing paths via NoResourceMatthew Hodgson2018-03-231-2/+2
| | | | fixes https://github.com/matrix-org/synapse/issues/2043 and https://github.com/matrix-org/synapse/issues/2029
* Split out create_resource_tree to a separate fileMark Haines2016-04-221-0/+98