0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-07-05 02:38:54 +02:00
synapse/tests/rest/admin
Dirk Klimpel 66e6801c3e
Split admin API for reported events into a detail and a list view (#8539)
Split admin API for reported events in detail und list view.
API was introduced with #8217 in synapse v.1.21.0.

It makes the list (`GET /_synapse/admin/v1/event_reports`) less complex and provides a better overview.
The details can be queried with: `GET /_synapse/admin/v1/event_reports/<report_id>`.
It is similar to room and users API.

It is a kind of regression in `GET /_synapse/admin/v1/event_reports`.  `event_json` was removed. But the api was introduced one version before and it is an admin API (not under spec).

Signed-off-by: Dirk Klimpel dirk@klimpel.org
2020-10-26 18:16:37 +00:00
..
__init__.py Move admin api impl to its own package 2019-05-01 15:44:30 +01:00
test_admin.py Convert federation client to async/await. (#7975) 2020-07-30 08:01:33 -04:00
test_device.py Add field total to device list in admin API (#8644) 2020-10-26 14:07:51 +00:00
test_event_reports.py Split admin API for reported events into a detail and a list view (#8539) 2020-10-26 18:16:37 +00:00
test_media.py Add an admin api to delete local media. (#8519) 2020-10-26 17:02:28 +00:00
test_room.py Add the topic and avatar to the room details admin API (#8305) 2020-09-14 10:07:04 -04:00
test_user.py Fix a bug in the joined_rooms admin API (#8643) 2020-10-26 12:25:48 -04:00