MatrixSynapse/tests/rest/client
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_account.py
test_account_data.py
test_auth.py
test_capabilities.py
test_consent.py
test_device_lists.py
test_directory.py
test_ephemeral_message.py
test_events.py
test_filter.py
test_identity.py
test_keys.py
test_login.py
test_mutual_rooms.py
test_password_policy.py
test_power_levels.py
test_presence.py
test_profile.py
test_push_rule_attrs.py
test_redactions.py
test_register.py
test_relations.py
test_report_event.py
test_retention.py
test_room_batch.py
test_rooms.py
test_sendtodevice.py
test_shadow_banned.py
test_sync.py
test_third_party_rules.py
test_transactions.py
test_typing.py
test_upgrade_room.py
utils.py