forked-synapse/synapse/rest
Richard van der Hoff 2e3d90d67c Make the device id on e2e key upload optional
We should now be able to get our device_id from the access_token, so the
device_id on the upload request is optional. Where it is supplied, we should
check that it matches.

For active access_tokens without an associated device_id, we ought to register
the device in the devices table.

Also update the table on upgrade so that all of the existing e2e keys are
associated with real devices.
2016-07-26 23:38:12 +01:00
..
client Make the device id on e2e key upload optional 2016-07-26 23:38:12 +01:00
key Report per request metrics for all of the things using request_handler 2016-04-28 10:57:49 +01:00
media Remove race 2016-06-29 15:24:50 +01:00
__init__.py GET /devices endpoint 2016-07-20 16:42:32 +01:00