summary refs log tree commit diff
path: root/synapse/handlers/device.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix up sending of m.device_list_update edusErik Johnston2017-01-251-0/+1
* Add basic implementation of local device list changesErik Johnston2017-01-251-12/+53
* make device IDs more useful for human disambiguationMatthew Hodgson2016-09-131-1/+1
* PEP8Richard van der Hoff2016-08-031-1/+1
* Default device_display_name to nullRichard van der Hoff2016-08-031-1/+1
* Delete e2e keys on device deleteRichard van der Hoff2016-07-271-0/+4
* Delete refresh tokens when deleting devicesRichard van der Hoff2016-07-261-2/+4
* Implement updating devicesRichard van der Hoff2016-07-261-0/+24
* Implement deleting devicesRichard van der Hoff2016-07-261-1/+26
* make /devices return a listRichard van der Hoff2016-07-211-5/+5
* Fix PEP8 errorsRichard van der Hoff2016-07-211-1/+1
* Implement GET /device/{deviceId}Richard van der Hoff2016-07-211-9/+37
* GET /devices endpointRichard van der Hoff2016-07-201-0/+27
* Add device_id support to /loginRichard van der Hoff2016-07-181-0/+71