summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* check isort by travisKrombel2018-07-161-1/+1
* rename assert_params_in_request to assert_params_in_dictKrombel2018-07-131-2/+2
* Use parse_{int,str} and assert from http.servletKrombel2018-07-131-12/+14
* run isortAmber Brown2018-07-091-0/+1
* Fix error when deleting devicesRichard van der Hoff2017-12-051-1/+1
* Factor out a validate_user_via_ui_auth methodRichard van der Hoff2017-12-051-14/+12
* Refactor UI auth implementationRichard van der Hoff2017-12-051-9/+5
* Device deletion: check UI auth matches access tokenRichard van der Hoff2017-10-271-5/+8
* register some /unstable endpoints in /r0 as wellKrombel2017-10-261-4/+3
* 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