MatrixSynapse/synapse/handlers
Richard van der Hoff 346476df21
Reject attempts to join empty rooms over federation (#7859)
We shouldn't allow others to make_join through us if we've left the room;
reject such attempts with a 404.

Fixes #7835. Fixes #6958.
2020-07-16 15:17:31 +01:00
..
ui_auth Ensure that calls to `json.dumps` are compatible with the standard library json. (#7836) 2020-07-15 13:40:54 -04:00
__init__.py
_base.py Add some tiny type annotations (#7870) 2020-07-16 13:52:29 +01:00
account_data.py
account_validity.py
acme.py
acme_issuing_service.py
admin.py
appservice.py
auth.py
cas_handler.py Do not use canonicaljson to magically handle decoding bytes from JSON. (#7802) 2020-07-10 14:30:08 -04:00
deactivate_account.py Allow accounts to be re-activated from the admin APIs. (#7847) 2020-07-15 11:00:21 -04:00
device.py
devicemessage.py
directory.py
e2e_keys.py Convert E2E key and room key handlers to async/await. (#7851) 2020-07-15 08:48:58 -04:00
e2e_room_keys.py Convert E2E key and room key handlers to async/await. (#7851) 2020-07-15 08:48:58 -04:00
events.py
federation.py Reject attempts to join empty rooms over federation (#7859) 2020-07-16 15:17:31 +01:00
groups_local.py
identity.py
initial_sync.py
message.py
oidc_handler.py
pagination.py
password_policy.py
presence.py
profile.py
read_marker.py
receipts.py
register.py Use a postgres sequence to generate guest user IDs 2020-07-16 13:00:25 +01:00
room.py Add delete room admin endpoint (#7613) 2020-07-14 12:36:23 +01:00
room_list.py
room_member.py
room_member_worker.py
saml_handler.py
search.py
set_password.py
state_deltas.py
stats.py
sync.py
typing.py Allow moving typing off master (#7869) 2020-07-16 15:12:54 +01:00
user_directory.py