summary refs log tree commit diff
path: root/synapse/rest/media/v1/config_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor media modules. (#15146)Patrick Cloke2023-02-271-41/+0
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-1/+1
* Add reactor to `SynapseRequest` and fix up types. (#10868)Erik Johnston2021-09-241-3/+1
* remove `HomeServer.get_config` (#9815)Richard van der Hoff2021-04-141-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Import HomeServer from the proper module. (#9665)Patrick Cloke2021-03-231-1/+1
* 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
* 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