summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Flatten the synapse.rest.client package (#10600)reivilibre2021-08-171-300/+0
* Always require users to re-authenticate for dangerous operations. (#10184)Patrick Cloke2021-06-161-0/+6
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-5/+17
* Kill off `HomeServer.get_ip_from_request()` (#9080)Richard van der Hoff2021-01-121-10/+2
* Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-0/+134
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-3/+3
* Support SAML in the user interactive authentication workflow. (#7102)Patrick Cloke2020-04-011-2/+10
* Validate that the session is not modified during UI-Auth (#7068)Patrick Cloke2020-03-261-2/+2
* Port rest.client.v2Erik Johnston2019-12-051-24/+17
* Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-5/+5
* Replace returnValue with return (#5736)Amber Brown2019-07-231-5/+5
* Run Black. (#5482)Amber Brown2019-06-201-12/+7
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-4/+4
* Drop support for v2_alpha API prefix (#5190)Richard van der Hoff2019-05-151-3/+3
* 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