summary refs log tree commit diff
path: root/synapse/rest/admin/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add a new admin API to create a new device for a user. (#15611)Quentin Gliech2023-05-171-0/+29
* Add a type hint for `get_device_handler()` and fix incorrect types. (#14055)Patrick Cloke2022-11-221-3/+10
* Consolidate the logic of delete_device/delete_devices. (#12970)Patrick Cloke2022-06-071-1/+1
* Remove `HomeServer.get_datastore()` (#12031)Richard van der Hoff2022-02-231-3/+3
* Make `get_device` return None if the device doesn't exist rather than raising...reivilibre2021-12-131-0/+2
* Clean up `synapse.rest.admin` (#11535)Dirk Klimpel2021-12-081-12/+8
* Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452)Dirk Klimpel2021-11-291-10/+11
* Add type hints for most `HomeServer` parameters (#11095)Sean Quah2021-10-221-1/+1
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-151-1/+1
* 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