0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2025-01-07 12:04:28 +01:00
synapse/tests/rest/admin
Patrick Cloke a8db8c6eba
Remove user-visible groups/communities code (#12553)
Makes it so that groups/communities no longer exist from a user-POV. E.g. we remove:

* All API endpoints (including Client-Server, Server-Server, and admin).
* Documented configuration options (and the experimental flag, which is now unused).
* Special handling during room upgrades.
* The `groups` section of the `/sync` response.
2022-05-25 07:53:40 -04:00
..
__init__.py
test_admin.py Remove user-visible groups/communities code (#12553) 2022-05-25 07:53:40 -04:00
test_background_updates.py Add config settings for background update parameters (#11980) 2022-03-11 10:46:45 -08:00
test_device.py
test_event_reports.py
test_federation.py
test_media.py Add type hints for tests/unittest.py. (#12347) 2022-04-01 16:04:16 +00:00
test_registration_tokens.py
test_room.py Delete events from federation_inbound_events_staging table on purge (#12770) 2022-05-17 17:01:06 +00:00
test_server_notice.py Update the server notices user profile in room if changed. (#12115) 2022-04-08 07:51:27 -04:00
test_statistics.py
test_user.py Add type hints for tests/unittest.py. (#12347) 2022-04-01 16:04:16 +00:00
test_username_available.py