synapse-product/synapse/handlers
Patrick Cloke 0bd968921c
Fix a missing await when in the spaces summary. (#10208)
This could cause a minor data leak if someone defined a non-restricted join rule
with an allow key or used a restricted join rule in an older room version, but this is
unlikely.

Additionally this starts adding unit tests to the spaces summary handler.
2021-06-18 18:41:33 +01:00
..
ui_auth
__init__.py
_base.py
account_data.py
account_validity.py
admin.py
appservice.py Always update AS last_pos, even on no events (#10107) 2021-06-07 15:42:05 +01:00
auth.py Always require users to re-authenticate for dangerous operations. (#10184) 2021-06-16 11:07:28 -04:00
cas.py
deactivate_account.py
device.py
devicemessage.py
directory.py
e2e_keys.py Limit the number of in-flight /keys/query requests from a single device. (#10144) 2021-06-09 07:05:32 -04:00
e2e_room_keys.py
event_auth.py Update MSC3083 support per changes in the MSC. (#10189) 2021-06-17 12:53:27 -04:00
events.py
federation.py update black to 21.6b0 (#10197) 2021-06-17 15:20:06 +01:00
groups_local.py
identity.py
initial_sync.py
message.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
oidc.py
pagination.py
password_policy.py
presence.py Only send a presence state to a destination once (#10165) 2021-06-11 15:19:42 +01:00
profile.py
read_marker.py
receipts.py
register.py Standardise the module interface (#10062) 2021-06-18 12:15:52 +01:00
room_list.py Integrate knock rooms with the public rooms directory (#9359) 2021-06-09 20:31:31 +01:00
room_member_worker.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
room_member.py Remove the experimental flag for knocking and use stable prefixes / endpoints. (#10167) 2021-06-15 07:45:14 -04:00
room.py
saml.py
search.py
send_email.py
set_password.py
space_summary.py Fix a missing await when in the spaces summary. (#10208) 2021-06-18 18:41:33 +01:00
sso.py
state_deltas.py
stats.py Implement knock feature (#6739) 2021-06-09 19:39:51 +01:00
sync.py Ensure that we do not cache empty sync responses after a timeout (#10158) 2021-06-17 16:23:11 +01:00
typing.py
user_directory.py