MatrixSynapse/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
app
appservice
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
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
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
server_notices
state
storage Remove old admin API `GET /_synapse/admin/v1/users/<user_id>` (#9401) 2021-04-09 09:44:40 +01:00
test_utils
util Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_preview.py
test_server.py
test_state.py Bugbear: Add Mutable Parameter fixes (#9682) 2021-04-08 22:38:54 +01:00
test_terms_auth.py
test_test_utils.py
test_types.py
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