0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-16 01:28:32 +02:00
synapse/tests/handlers
Shay a68b48a5dd
Allow room creation but not publishing to continue if room publication rules are violated when creating a new room. (#16811)
Prior to this PR, if a request to create a public (public as in
published to the rooms directory) room violated the room list
publication rules set in the
[config](https://matrix-org.github.io/synapse/latest/usage/configuration/config_documentation.html#room_list_publication_rules),
the request to create the room was denied and the room was not created.

This PR changes the behavior such that when a request to create a room
published to the directory violates room list publication rules, the
room is still created but the room is not published to the directory.
2024-01-22 13:59:45 +00:00
..
__init__.py
oidc_test_key.p8 JWT OIDC secrets for Sign in with Apple (#9549) 2021-03-09 15:03:37 +00:00
oidc_test_key.pub.pem JWT OIDC secrets for Sign in with Apple (#9549) 2021-03-09 15:03:37 +00:00
test_admin.py Update license headers 2023-11-21 15:29:58 -05:00
test_appservice.py Update license headers 2023-11-21 15:29:58 -05:00
test_auth.py Update license headers 2023-11-21 15:29:58 -05:00
test_cas.py Update license headers 2023-11-21 15:29:58 -05:00
test_deactivate_account.py Update license headers 2023-11-21 15:29:58 -05:00
test_device.py Update license headers 2023-11-21 15:29:58 -05:00
test_directory.py Allow room creation but not publishing to continue if room publication rules are violated when creating a new room. (#16811) 2024-01-22 13:59:45 +00:00
test_e2e_keys.py Update license headers 2023-11-21 15:29:58 -05:00
test_e2e_room_keys.py Update license headers 2023-11-21 15:29:58 -05:00
test_federation.py Update license headers 2023-11-21 15:29:58 -05:00
test_federation_event.py Update license headers 2023-11-21 15:29:58 -05:00
test_message.py Update license headers 2023-11-21 15:29:58 -05:00
test_oauth_delegation.py Merge remote-tracking branch 'gitlab/clokep/license-license' into new_develop 2023-12-13 15:11:56 +00:00
test_oidc.py Update license headers 2023-11-21 15:29:58 -05:00
test_password_providers.py Update license headers 2023-11-21 15:29:58 -05:00
test_presence.py Update license headers 2023-11-21 15:29:58 -05:00
test_profile.py Update license headers 2023-11-21 15:29:58 -05:00
test_receipts.py Update license headers 2023-11-21 15:29:58 -05:00
test_register.py Update license headers 2023-11-21 15:29:58 -05:00
test_room.py Add missing type hints to tests.handlers. (#14680) 2022-12-16 11:53:01 +00:00
test_room_list.py Filter out rooms from the room directory being served to other homeservers when those rooms block that homeserver by their Access Control Lists. (#16759) 2024-01-08 17:24:20 +00:00
test_room_member.py Replace make_awaitable with AsyncMock (#16179) 2023-08-24 19:38:46 -04:00
test_room_summary.py Update license headers 2023-11-21 15:29:58 -05:00
test_saml.py Update license headers 2023-11-21 15:29:58 -05:00
test_send_email.py Update license headers 2023-11-21 15:29:58 -05:00
test_sso.py Update license headers 2023-11-21 15:29:58 -05:00
test_stats.py Update license headers 2023-11-21 15:29:58 -05:00
test_sync.py Update license headers 2023-11-21 15:29:58 -05:00
test_typing.py Update license headers 2023-11-21 15:29:58 -05:00
test_user_directory.py Update license headers 2023-11-21 15:29:58 -05:00
test_worker_lock.py Update license headers 2023-11-21 15:29:58 -05:00