forked-synapse/synapse/rest/admin
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 Remove old admin API GET /_synapse/admin/v1/users/<user_id> (#9401) 2021-04-09 09:44:40 +01:00
_base.py Fix additional type hints from Twisted 21.2.0. (#9591) 2021-03-12 11:37:57 -05:00
devices.py Add type hints to device and event report admin API (#9519) 2021-03-02 09:31:12 +00:00
event_reports.py Add type hints to device and event report admin API (#9519) 2021-03-02 09:31:12 +00:00
groups.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
media.py Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
purge_room_servlet.py Add type hints to purge room and server notice admin API. (#9520) 2021-03-08 10:34:38 -05:00
rooms.py Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
server_notice_servlet.py Add type hints to purge room and server notice admin API. (#9520) 2021-03-08 10:34:38 -05:00
statistics.py Add an admin API for users' media statistics (#8700) 2020-11-05 18:59:12 +00:00
users.py Remove old admin API GET /_synapse/admin/v1/users/<user_id> (#9401) 2021-04-09 09:44:40 +01:00