summary refs log tree commit diff
path: root/tests/handlers/test_device.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* MSC2918 Refresh tokens implementation (#9450)Quentin Gliech2021-06-241-1/+1
* 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-1/+3
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-2/+2
* Add ability for access tokens to belong to one user but grant access to anoth...Erik Johnston2020-10-291-1/+1
* Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-0/+82
* Create function to check for long names in devices (#8364)Dionysis Grigoropoulos2020-09-221-0/+11
* Convert device handler to async/await (#7871)Patrick Cloke2020-07-171-8/+5
* Reject device display names that are too long (#6882)Patrick Cloke2020-02-101-0/+18
* Fix tests on postgresql (#3740)Amber Brown2018-09-041-68/+75
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-44/+54
* run isortAmber Brown2018-07-091-1/+1
* Fix upErik Johnston2017-06-271-2/+1
* Implement device key caching over federationErik Johnston2017-01-261-9/+9
* Implement updating devicesRichard van der Hoff2016-07-261-0/+16
* Implement deleting devicesRichard van der Hoff2016-07-261-2/+20
* make /devices return a listRichard van der Hoff2016-07-211-4/+7
* Fix PEP8 errorsRichard van der Hoff2016-07-211-0/+1
* Implement GET /device/{deviceId}Richard van der Hoff2016-07-211-10/+27
* Fix PEP8 errorsRichard van der Hoff2016-07-201-1/+1
* GET /devices endpointRichard van der Hoff2016-07-201-12/+66
* Add device_id support to /loginRichard van der Hoff2016-07-181-0/+75