| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
(But this doesn't implement the same for deleting access tokens or e2e keys.
Also respond to code review.
|
| |
|
|
|
|
| |
This implements the proposal here https://docs.google.com/document/d/1C-25Gqz3TXy2jIAoeOKxpNtmme0jI4g3yFGqv5GlAAk for deleting multiple devices at once in a single request.
|
|
|
|
|
| |
Expose /devices, /keys, and /sendToDevice to guest users, so that they can use
E2E.
|
|
|
|
|
| |
We should probably return a 401 rather than a 400 for existing clients that
don't know they have to do the UIA dance to delete a device.
|
| |
|
|
|
|
| |
You can update the displayname of devices now.
|
| |
|
| |
|
|
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.
|