MatrixSynapse/synapse
Richard van der Hoff 74c56f794c Break dependency of auth_handler on device_handler
I'm going to need to make the device_handler depend on the auth_handler, so I
need to break this dependency to avoid a cycle.

It turns out that the auth_handler was only using the device_handler in one
place which was an edge case which we can more elegantly handle by throwing an
error rather than fixing it up.
2017-11-01 10:27:06 +00:00
..
api
app Merge pull request #2586 from matrix-org/rav/frontend_proxy_auth_header 2017-10-27 11:01:50 +01:00
appservice Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
config Clean up backwards-compat hacks for ldap 2017-10-31 10:47:02 +00:00
crypto
events
federation Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
groups Fix wording on group creation error 2017-10-30 15:17:23 +00:00
handlers Break dependency of auth_handler on device_handler 2017-11-01 10:27:06 +00:00
http Merge pull request #2586 from matrix-org/rav/frontend_proxy_auth_header 2017-10-27 11:01:50 +01:00
metrics
push
replication
rest Break dependency of auth_handler on device_handler 2017-11-01 10:27:06 +00:00
static/client
storage DB schema interface for password auth providers 2017-10-31 14:01:53 +00:00
streams
util Do logcontexts outside ResponseCache 2017-10-25 15:21:08 +01:00
__init__.py
event_auth.py
notifier.py
python_dependencies.py
server.py
server.pyi
state.py
types.py
visibility.py