summary refs log tree commit diff
path: root/synapse/storage/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Log the types and values when failing to store devicesMark Haines2016-09-071-2/+6
* Implement updating devicesRichard van der Hoff2016-07-261-1/+26
* Implement deleting devicesRichard van der Hoff2016-07-261-0/+15
* GET /devices endpointRichard van der Hoff2016-07-201-1/+21
* Add device_id support to /loginRichard van der Hoff2016-07-181-0/+77