MatrixSynapse/synapse/app
Patrick Cloke 91221b6961
Add deprecation warnings for `webclient` listener and non-HTTP(S) `web_client_location`. (#11774)
This changes the behaviour of the root endpoint to redirect
directly to the configuration of `web_client_location` if it is
given an HTTP(S) URL.
2022-01-20 14:21:06 +00:00
..
__init__.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
_base.py Simplify GC prometheus metrics (#11723) 2022-01-13 14:35:52 +00:00
admin_cmd.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
appservice.py
client_reader.py
event_creator.py
federation_reader.py
federation_sender.py
frontend_proxy.py
generic_worker.py Expose worker & homeserver as entrypoints in `setup.py` (#11449) 2021-11-30 16:52:45 +00:00
homeserver.py Add deprecation warnings for `webclient` listener and non-HTTP(S) `web_client_location`. (#11774) 2022-01-20 14:21:06 +00:00
media_repository.py
phone_stats_home.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
pusher.py
synchrotron.py
user_dir.py