synapse/tests
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
..
api Make RateLimiter class check for ratelimit overrides (#9711) 2021-03-30 12:06:09 +01:00
app Remove spurious "SynapseRequest" result from `make_request" 2020-12-15 22:35:40 +00:00
appservice Add ability for access tokens to belong to one user but grant access to another user. (#8616) 2020-10-29 15:58:44 +00:00
config Fix reported bugbear: too broad exception assertion (#9753) 2021-04-06 13:48:22 +01:00
crypto Record more information into structured logs. (#9654) 2021-04-08 08:01:14 -04:00
events Add a Synapse Module for configuring presence update routing (#9491) 2021-04-06 14:38:30 +01:00
federation Make federation catchup send last event from any server. (#9640) 2021-03-18 15:52:26 +00:00
handlers Add a Synapse Module for configuring presence update routing (#9491) 2021-04-06 14:38:30 +01:00
http Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
logging Record more information into structured logs. (#9654) 2021-04-08 08:01:14 -04:00
module_api Add a Synapse Module for configuring presence update routing (#9491) 2021-04-06 14:38:30 +01:00
push Test that we require validated email for email pushers (#9496) 2021-02-25 15:35:14 +00:00
replication Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
rest Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
scripts Port register_new_matrix_user to Python 3 and add tests (#4085) 2018-10-26 22:05:22 +11:00
server_notices Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
state Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
storage Remove old admin API GET /_synapse/admin/v1/users/<user_id> (#9401) 2021-04-09 09:44:40 +01:00
test_utils Fix additional type hints. (#9543) 2021-03-09 07:41:32 -05:00
util Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
__init__.py Move patch_inline_callbacks into synapse/ 2019-10-10 10:53:06 +01:00
server.py Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
test_distributor.py Run black. 2018-08-10 23:54:09 +10:00
test_event_auth.py Add an experimental room version to support restricted join rules. (#9717) 2021-03-31 16:39:08 -04:00
test_federation.py Various clean-ups to the logging context code (#8935) 2020-12-14 14:19:47 -05:00
test_mau.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_metrics.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_phone_home.py Allow background tasks to be run on a separate worker. (#8369) 2020-10-02 08:23:15 -04:00
test_preview.py Handle additional errors when previewing URLs. (#9333) 2021-02-08 12:33:30 -05:00
test_server.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
test_state.py Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
test_terms_auth.py Remove spurious "SynapseRequest" result from `make_request" 2020-12-15 22:35:40 +00:00
test_test_utils.py Run black. 2018-08-10 23:54:09 +10:00
test_types.py Add basic domain validation for DomainSpecificString.is_valid. (#9071) 2021-01-13 07:05:16 -05:00
test_visibility.py Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
unittest.py Record more information into structured logs. (#9654) 2021-04-08 08:01:14 -04:00
utils.py Replace room_invite_state_types with room_prejoin_state (#9700) 2021-03-30 12:12:44 +01:00