summary refs log tree commit diff
path: root/synapse/rest/media/v1/config_resource.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix additional type hints from Twisted 21.2.0. (#9591)Patrick Cloke2021-03-121-1/+2
|
* Use the proper Request in type hints. (#9515)Patrick Cloke2021-03-011-1/+1
| | | | This also pins the Twisted version in the mypy job for CI until proper type hints are fixed throughout Synapse.
* Add type hints to media rest resources. (#9093)Patrick Cloke2021-01-151-3/+11
|
* Merge different Resource implementation classes (#7732)Erik Johnston2020-07-031-11/+3
|
* Make the http server handle coroutine-making REST servlets (#5475)Amber Brown2019-06-291-12/+9
|
* Run Black. (#5482)Amber Brown2019-06-201-3/+1
|
* Move imports to one lineWill Hunt2018-12-101-4/+1
|
* Use `send_cors`Will Hunt2018-12-101-4/+1
|
* changelog & isortWill Hunt2018-12-091-1/+5
|
* Make /config more CORS-yWill Hunt2018-12-091-1/+3
|
* Add GET media/v1/config (#3184)Will Hunt2018-08-161-0/+48