summary refs log tree commit diff
path: root/synapse/rest/admin/purge_room_servlet.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated Shutdown Room and Purge Room Admin API (#8830)Dirk Klimpel2021-08-171-58/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to purge room and server notice admin API. (#9520)Dirk Klimpel2021-03-081-6/+9
* Use admin_patterns for all admin APIs. (#8331)Patrick Cloke2020-09-171-3/+2
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-1/+1
* Servlet to purge old rooms (#5845)Richard van der Hoff2019-08-221-0/+57