synapse/scripts
Patrick Cloke f4b1a9a527
Require direct references to configuration variables. (#10985)
This removes the magic allowing accessing configurable
variables directly from the config object. It is now required
that a specific configuration class is used (e.g. `config.foo`
must be replaced with `config.server.foo`).
2021-10-06 10:47:41 -04:00
..
export_signing_key Run black on the scripts (#9981) 2021-05-14 11:46:35 +01:00
generate_config Run black on the scripts (#9981) 2021-05-14 11:46:35 +01:00
generate_log_config Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
generate_signing_key.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
hash_password Run black on the scripts (#9981) 2021-05-14 11:46:35 +01:00
move_remote_media_to_new_store.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
register_new_matrix_user Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
synapse_port_db Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
synapse_review_recent_signups Add script for getting info about recently registered users (#10290) 2021-07-06 13:03:16 +01:00
sync_room_to_group.pl sanity checks 2017-11-21 12:10:20 +00:00
update_synapse_database Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00