summary refs log tree commit diff
path: root/docs/admin_api/statistics.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate the `access_token` information in the admin api (#11861)Dirk Klimpel2022-01-311-3/+3
| | | Co-authored-by: reivilibre <olivier@librepush.net>
* Fix broken links in documentation (#10180)Dirk Klimpel2021-06-161-1/+1
| | | | | * Fix broken links in documentation * newsfile
* Compile and render Synapse's docs into a browsable, mobile-friendly and ↵Andrew Morgan2021-06-031-1/+1
| | | | searchable website (#10086)
* Add an admin API for users' media statistics (#8700)Dirk Klimpel2020-11-051-0/+83
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