summary refs log tree commit diff
path: root/changelog.d/8700.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.23.0rc1Erik Johnston2020-11-131-1/+0
|
* Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+1
Add `GET /_synapse/admin/v1/statistics/users/media` to get statisics about local media usage by users. Related to #6094 It is the first API for statistics. Goal is to avoid/reduce usage of sql queries like [Wiki analyzing Synapse](https://github.com/matrix-org/synapse/wiki/SQL-for-analyzing-Synapse-PostgreSQL-database-stats) Signed-off-by: Dirk Klimpel dirk@klimpel.org