-
- Downloads
GET /devices endpoint
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.
Showing
- synapse/handlers/device.py 27 additions, 0 deletionssynapse/handlers/device.py
- synapse/rest/__init__.py 2 additions, 0 deletionssynapse/rest/__init__.py
- synapse/rest/client/v2_alpha/_base.py 9 additions, 4 deletionssynapse/rest/client/v2_alpha/_base.py
- synapse/rest/client/v2_alpha/devices.py 51 additions, 0 deletionssynapse/rest/client/v2_alpha/devices.py
- synapse/storage/client_ips.py 72 additions, 0 deletionssynapse/storage/client_ips.py
- synapse/storage/devices.py 21 additions, 1 deletionsynapse/storage/devices.py
- synapse/storage/schema/delta/33/user_ips_index.sql 16 additions, 0 deletionssynapse/storage/schema/delta/33/user_ips_index.sql
- tests/handlers/test_device.py 66 additions, 12 deletionstests/handlers/test_device.py
- tests/storage/test_client_ips.py 62 additions, 0 deletionstests/storage/test_client_ips.py
- tests/storage/test_devices.py 71 additions, 0 deletionstests/storage/test_devices.py
Loading
Please register or sign in to comment