Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Device deletion: check UI auth matches access token | Richard van der Hoff | 2017-10-27 | 1 | -5/+8 |
| | | | | (otherwise there's no point in the UI auth) | ||||
* | register some /unstable endpoints in /r0 as well | Krombel | 2017-10-26 | 1 | -4/+3 |
| | |||||
* | Implement _simple_delete_many_txn, use it to delete devices | Luke Barnard | 2017-03-13 | 1 | -11/+9 |
| | | | | | | (But this doesn't implement the same for deleting access tokens or e2e keys. Also respond to code review. | ||||
* | Flake | Luke Barnard | 2017-03-13 | 1 | -0/+2 |
| | |||||
* | Implement delete_devices API | Luke Barnard | 2017-03-13 | 1 | -0/+47 |
| | | | | This implements the proposal here https://docs.google.com/document/d/1C-25Gqz3TXy2jIAoeOKxpNtmme0jI4g3yFGqv5GlAAk for deleting multiple devices at once in a single request. | ||||
* | Allow guest access to endpoints for E2E | Richard van der Hoff | 2016-11-25 | 1 | -3/+3 |
| | | | | | Expose /devices, /keys, and /sendToDevice to guest users, so that they can use E2E. | ||||
* | Handle delete device requests with no body | Richard van der Hoff | 2016-10-12 | 1 | -2/+11 |
| | | | | | 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. | ||||
* | User-interactive auth on delete device | Richard van der Hoff | 2016-10-12 | 1 | -5/+11 |
| | |||||
* | Implement updating devices | Richard van der Hoff | 2016-07-26 | 1 | -7/+17 |
| | | | | You can update the displayname of devices now. | ||||
* | Implement deleting devices | Richard van der Hoff | 2016-07-26 | 1 | -0/+14 |
| | |||||
* | Implement GET /device/{deviceId} | Richard van der Hoff | 2016-07-21 | 1 | -0/+25 |
| | |||||
* | GET /devices endpoint | Richard van der Hoff | 2016-07-20 | 1 | -0/+51 |
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. |