summary refs log tree commit diff
path: root/synapse/app/admin_cmd.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use version string helper from matrix-common (#11979)David Robertson2022-02-141-2/+3
* Add missing type hints to `synapse.app`. (#11287)Patrick Cloke2021-11-101-19/+23
* Add knock information in admin exported data (#11171)Rafael Gonçalves2021-10-281-0/+14
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-2/+2
* Fix broken export-data admin command and add a test for it to CI (#11078)Hillery Shay2021-10-181-8/+6
* Require direct references to configuration variables. (#10985)Patrick Cloke2021-10-061-2/+2
* Use direct references for configuration variables (part 6). (#10916)Patrick Cloke2021-09-291-2/+2
* Use direct references for configuration variables (part 5). (#10897)Patrick Cloke2021-09-241-3/+3
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-1/+1
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-5/+5
* Remove the unused public_room_list_stream (#10565)Andrew Morgan2021-08-171-2/+0
* Remove shebang line from module files (#10415)V024602021-07-291-1/+0
* Clean up a broken import in admin_cmd.py (#10154)Andrew Morgan2021-06-111-2/+0
* Improved validation for received requests (#9817)Richard van der Hoff2021-04-231-7/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Clean up `ShardedWorkerHandlingConfig` (#9466)Erik Johnston2021-02-241-0/+2
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Allow background tasks to be run on a separate worker. (#8369)Patrick Cloke2020-10-021-0/+1
* Directly import json from the standard library. (#8259)Patrick Cloke2020-09-081-2/+1
* Convert the main methods run by the reactor to async. (#8213)Patrick Cloke2020-09-021-11/+9
* Move client command handling out of TCP protocol (#7185)Erik Johnston2020-04-061-12/+0
* Port synapse.replication.tcp to async/await (#6666)Erik Johnston2020-01-161-2/+1
* Port some admin handlers to async/await (#6559)Erik Johnston2019-12-191-2/+4
* Remove database config parsing from apps.Erik Johnston2019-12-101-5/+0
* Implement a structured logging output system. (#5680)Amber Brown2019-08-281-2/+2
* Remove pointless descriptionErik Johnston2019-07-161-1/+0
* Fix typo in synapse/app/admin_cmd.pyErik Johnston2019-07-161-1/+1
* s/exfiltrate_user_data/export_user_data/Erik Johnston2019-07-151-1/+1
* Add FileExfiltrationWriterErik Johnston2019-07-151-1/+69
* Use set_defaults(func=) styleErik Johnston2019-07-151-11/+8
* Move creation of ArgumentParser to callerErik Johnston2019-07-151-1/+3
* Fix up commentsErik Johnston2019-07-151-2/+2
* Add basic admin cmd appErik Johnston2019-07-021-0/+198