summary refs log tree commit diff
path: root/synapse/storage/devices.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Handle users leaving roomsErik Johnston2017-01-261-0/+8
* Add commentsErik Johnston2017-01-261-2/+35
* Implement device key caching over federationErik Johnston2017-01-261-12/+189
* Fix up sending of m.device_list_update edusErik Johnston2017-01-251-20/+20
* Add basic implementation of local device list changesErik Johnston2017-01-251-9/+160
* 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