summary refs log tree commit diff
path: root/tests/storage/test_client_ips.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix upErik Johnston2017-06-271-4/+1
|
* Fix up client ips to read from pending dataErik Johnston2017-06-271-4/+1
|
* GET /devices endpointRichard van der Hoff2016-07-201-0/+62
implement a GET /devices endpoint which lists all of the user's devices. It also returns the last IP where we saw that device, so there is some dancing to fish that out of the user_ips table.