forked-synapse/synapse/storage/schema/delta/33
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
..
access_tokens_device_index.sql Implement deleting devices 2016-07-26 07:35:48 +01:00
devices_for_e2e_keys.sql Make the device id on e2e key upload optional 2016-07-26 23:38:12 +01:00
devices.sql Add device_id support to /login 2016-07-18 16:39:44 +01:00
event_fields.py Add sender and contains_url field to events table 2016-07-14 15:35:43 +01:00
refreshtoken_device_index.sql Implement deleting devices 2016-07-26 07:35:48 +01:00
refreshtoken_device.sql schema fix 2016-07-19 11:44:05 +01:00
remote_media_ts.py Track approximate last access time for remote media 2016-06-29 11:41:20 +01:00
user_ips_index.sql Create index on user_ips in the background 2016-07-22 13:16:39 +01:00