summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement _simple_delete_many_txn, use it to delete devicesLuke Barnard2017-03-131-11/+9
* FlakeLuke Barnard2017-03-131-0/+2
* Implement delete_devices APILuke Barnard2017-03-131-0/+47
* Allow guest access to endpoints for E2ERichard van der Hoff2016-11-251-3/+3
* Handle delete device requests with no bodyRichard van der Hoff2016-10-121-2/+11
* User-interactive auth on delete deviceRichard van der Hoff2016-10-121-5/+11
* Implement updating devicesRichard van der Hoff2016-07-261-7/+17
* Implement deleting devicesRichard van der Hoff2016-07-261-0/+14
* Implement GET /device/{deviceId}Richard van der Hoff2016-07-211-0/+25
* GET /devices endpointRichard van der Hoff2016-07-201-0/+51