forked-synapse/tests/storage
Dirk Klimpel 48a1f4db31
Remove old admin API GET /_synapse/admin/v1/users/<user_id> (#9401)
Related: #8334
Deprecated in: #9429 - Synapse 1.28.0 (2021-02-25)

`GET /_synapse/admin/v1/users/<user_id>` has no
- unit tests
- documentation

API in v2 is available (#5925 - 12/2019, v1.7.0).
API is misleading. It expects `user_id` and returns a list of all users.

Signed-off-by: Dirk Klimpel dirk@klimpel.org
2021-04-09 09:44:40 +01:00
..
__init__.py
test__base.py Combine the two sets of tests for CacheDescriptor 2020-10-21 15:38:29 +01:00
test_account_data.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_appservice.py Fix get|set_type_stream_id_for_appservice store functions (#8648) 2020-10-26 10:51:33 -04:00
test_background_update.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_base.py Reduce serialization errors in MultiWriterIdGen (#8456) 2020-10-07 15:15:57 +01:00
test_cleanup_extrems.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_client_ips.py Remove old admin API GET /_synapse/admin/v1/users/<user_id> (#9401) 2021-04-09 09:44:40 +01:00
test_database.py remove unused param on make_tuple_comparison_clause 2021-04-08 18:29:57 +01:00
test_devices.py Convert storage test cases to HomeserverTestCase. (#9736) 2021-04-06 07:21:02 -04:00
test_directory.py Convert storage test cases to HomeserverTestCase. (#9736) 2021-04-06 07:21:02 -04:00
test_e2e_room_keys.py Apply an IP range blacklist to push and key revocation requests. (#8821) 2020-12-02 11:09:24 -05:00
test_end_to_end_keys.py Convert storage test cases to HomeserverTestCase. (#9736) 2021-04-06 07:21:02 -04:00
test_event_chain.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_event_federation.py Use the chain cover index in get_auth_chain_ids. (#9576) 2021-03-10 09:57:59 -05:00
test_event_metrics.py Don't instansiate Requester directly (#8614) 2020-10-22 10:11:06 +01:00
test_event_push_actions.py Convert storage test cases to HomeserverTestCase. (#9736) 2021-04-06 07:21:02 -04:00
test_events.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_id_generators.py Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
test_keys.py
test_main.py Make search statement in List Room and User Admin API case-insensitive (#8931) 2020-12-17 10:43:37 +00:00
test_monthly_active_users.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_profile.py Convert storage test cases to HomeserverTestCase. (#9736) 2021-04-06 07:21:02 -04:00
test_purge.py Add a basic test for purging rooms. (#9541) 2021-03-08 09:21:36 -05:00
test_redaction.py Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
test_registration.py Convert storage test cases to HomeserverTestCase. (#9736) 2021-04-06 07:21:02 -04:00
test_room.py Convert storage test cases to HomeserverTestCase. (#9736) 2021-04-06 07:21:02 -04:00
test_roommember.py Remove redundant mocking 2020-12-02 17:53:38 +00:00
test_state.py Convert storage test cases to HomeserverTestCase. (#9736) 2021-04-06 07:21:02 -04:00
test_transactions.py
test_user_directory.py Convert storage test cases to HomeserverTestCase. (#9736) 2021-04-06 07:21:02 -04:00