summary refs log tree commit diff
path: root/synapse/rest/admin/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Add type hints to device and event report admin API (#9519)Dirk Klimpel2021-03-021-9/+24
* Add field `total` to device list in admin API (#8644)Dirk Klimpel2020-10-261-1/+1
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-1/+1
* Use admin_patterns for all admin APIs. (#8331)Patrick Cloke2020-09-171-10/+5
* Add device management to admin API (#7481)Dirk Klimpel2020-06-051-0/+161