- Nov 30, 2020
-
-
Richard van der Hoff authored
-
- Nov 03, 2020
-
-
Dirk Klimpel authored
Fixes #8550
-
- Sep 14, 2020
-
-
Tulir Asokan authored
-
- Jul 28, 2020
-
-
Dirk Klimpel authored
Add option ```purge``` to ```POST /_synapse/admin/v1/rooms/<room_id>/delete``` Fixes: #3761 Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- Jul 16, 2020
-
-
Michael Albert authored
-
- Jul 14, 2020
-
-
Dirk Klimpel authored
The Delete Room admin API allows server admins to remove rooms from server and block these rooms. `DELETE /_synapse/admin/v1/rooms/<room_id>` It is a combination and improvement of "[Shutdown room](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/shutdown_room.md)" and "[Purge room](https://github.com/matrix-org/synapse/blob/develop/docs/admin_api/purge_room.md)" API. Fixes: #6425 It also fixes a bug in [synapse/storage/data_stores/main/room.py](synapse/storage/data_stores/main/room.py) in ` get_room_with_stats`. It should return `None` if the room is unknown. But it returns an `IndexError`. https://github.com/matrix-org/synapse/blob/901b1fa561e3cc661d78aa96d59802cf2078cb0d/synapse/storage/data_stores/main/room.py#L99-L105 Related to: - #5575 - https://github.com/Awesome-Technologies/synapse-admin/issues/17 Signed-off-by:
Dirk Klimpel <dirk@klimpel.org>
-
- May 07, 2020
-
-
Manuel Stahl authored
-
- Apr 22, 2020
-
-
Dirk Klimpel authored
-
- Jan 23, 2020
-
-
Andrew Morgan authored
-
- Jan 22, 2020
-
-
Andrew Morgan authored
-