summary refs log tree commit diff
path: root/tests/handlers/test_device.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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