summary refs log tree commit diff
path: root/synapse/rest/admin/statistics.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Tidy up integer parsing (#17339)Denis Kasak2024-06-241-4/+4
* Parse Integer negative value validation (#16920)Gordan Trevis2024-04-161-30/+4
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Remove more usages of cursor_to_dict. (#16551)Patrick Cloke2023-10-261-1/+12
* Add admin endpoint to query room sizes (#15482)Erik Johnston2023-04-261-0/+25
* Add helper to parse an enum from query args & use it. (#14956)Patrick Cloke2023-02-011-8/+3
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-1/+1
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-13/+9
* Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-291-9/+12
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+122