summary refs log tree commit diff
path: root/synapse/app/admin_cmd.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge/remove `Slaved*` stores into `WorkerStores` (#14375)Nick Mills-Barrett2022-11-111-9/+27
* Handle the case of remote users leaving a partial join room for device lists ...Erik Johnston2022-09-271-1/+1
* Remove old empty/redundant slaved stores. (#13349)Nick Mills-Barrett2022-07-211-10/+16
* Use cache store remove base slaved (#13329)Nick Mills-Barrett2022-07-211-2/+0
* Add a `filter_event_for_clients_with_state` function (#13222)Erik Johnston2022-07-111-1/+12
* Fix Synapse git info missing in version strings (#12973)David Robertson2022-06-071-3/+2
* Remove groups replication code. (#12900)Patrick Cloke2022-05-311-2/+0
* Add the `update_user_directory_from_worker` configuration option (superseding...reivilibre2022-05-101-1/+1
* Move `update_client_ip` background job from the main process to the backgroun...reivilibre2022-04-011-2/+0
* 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