MatrixSynapse/synapse/handlers
Patrick Cloke 3a00bd1378
Add additional logging for SAML sessions. (#7971)
2020-07-29 13:54:44 -04:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
acme.py
acme_issuing_service.py
admin.py Fix up types and comments that refer to Deferreds. (#7945) 2020-07-24 10:53:25 -04:00
appservice.py
auth.py
cas_handler.py
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py Fix up types and comments that refer to Deferreds. (#7945) 2020-07-24 10:53:25 -04:00
e2e_room_keys.py
events.py
federation.py Convert a synapse.events to async/await. (#7949) 2020-07-27 13:40:22 -04:00
groups_local.py
identity.py Fix up types and comments that refer to Deferreds. (#7945) 2020-07-24 10:53:25 -04:00
initial_sync.py
message.py Remove hacky error handling for inlineDeferreds. (#7950) 2020-07-27 08:35:56 -04:00
oidc_handler.py
pagination.py
password_policy.py
presence.py Convert state resolution to async/await (#7942) 2020-07-24 10:59:51 -04:00
profile.py
read_marker.py
receipts.py
register.py
room.py Fix up types and comments that refer to Deferreds. (#7945) 2020-07-24 10:53:25 -04:00
room_list.py
room_member.py Option to allow server admins to join complex rooms (#7902) 2020-07-28 13:41:44 +01:00
room_member_worker.py
saml_handler.py Add additional logging for SAML sessions. (#7971) 2020-07-29 13:54:44 -04:00
search.py Fix up types and comments that refer to Deferreds. (#7945) 2020-07-24 10:53:25 -04:00
set_password.py
state_deltas.py
stats.py
sync.py Re-implement unread counts (#7736) 2020-07-29 18:26:55 +01:00
typing.py
user_directory.py