forked-synapse/synapse/rest
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
..
admin Remove old admin API GET /_synapse/admin/v1/users/<user_id> (#9401) 2021-04-09 09:44:40 +01:00
client Make RateLimiter class check for ratelimit overrides (#9711) 2021-03-30 12:06:09 +01:00
consent Replace username picker with a template (#9275) 2021-02-01 15:52:50 +00:00
key Add type hints to the crypto module. (#8999) 2021-01-04 10:04:50 -05:00
media Add type hints to expiring cache. (#9730) 2021-04-06 08:58:18 -04:00
synapse Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
__init__.py Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
health.py Add health check endpoint (#8048) 2020-08-07 14:21:24 +01:00
well_known.py Backout changes for automatically calculating the public baseurl. (#9313) 2021-02-11 11:16:54 -05:00