synapse/tests/rest/admin
Shay f1695ac20e
Add an admin API to get the space hierarchy (#19021)
It is often useful when investigating a space to get information about
that space and it's children. This PR adds an Admin API to return
information about a space and it's children, regardless of room
membership. Will not fetch information over federation about remote
rooms that the server is not participating in.
2025-10-24 15:32:16 -05:00
..
__init__.py Update license headers 2023-11-21 15:29:58 -05:00
test_admin.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_background_updates.py Introduce Clock.call_when_running(...) to include logcontext by default (#18944) 2025-09-22 10:27:59 -05:00
test_device.py Introduce Clock.call_when_running(...) to include logcontext by default (#18944) 2025-09-22 10:27:59 -05:00
test_event_reports.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_event.py Add an Admin API to fetch an event by ID (#18963) 2025-10-08 11:38:15 +01:00
test_federation.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_jwks.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_media.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_registration_tokens.py Introduce Clock.call_when_running(...) to include logcontext by default (#18944) 2025-09-22 10:27:59 -05:00
test_room.py Add an admin API to get the space hierarchy (#19021) 2025-10-24 15:32:16 -05:00
test_scheduled_tasks.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_server_notice.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_statistics.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_user.py Use type hinting generics in standard collections (#19046) 2025-10-22 16:48:19 -05:00
test_username_available.py Introduce Clock.call_when_running(...) to include logcontext by default (#18944) 2025-09-22 10:27:59 -05:00