dendrite/keyserver/storage
Kegsay adf7b59294
Persist partition|offset|user_id in the keyserver (#1226)
* Persist partition|offset|user_id in the keyserver

Required for a query API which will be used by the syncapi which
will be called when a `/sync` request comes in which will return
a list of user IDs of people who have changed their device keys
between two tokens.

* Add tests and fix maxOffset bug

* s/offset/log_offset/g because 'offset' is a reserved word in postgres
2020-07-28 17:38:30 +01:00
..
postgres Persist partition|offset|user_id in the keyserver (#1226) 2020-07-28 17:38:30 +01:00
shared Persist partition|offset|user_id in the keyserver (#1226) 2020-07-28 17:38:30 +01:00
sqlite3 Persist partition|offset|user_id in the keyserver (#1226) 2020-07-28 17:38:30 +01:00
tables Persist partition|offset|user_id in the keyserver (#1226) 2020-07-28 17:38:30 +01:00
interface.go Persist partition|offset|user_id in the keyserver (#1226) 2020-07-28 17:38:30 +01:00
storage.go Implement key uploads (#1202) 2020-07-15 12:02:34 +01:00
storage_test.go Persist partition|offset|user_id in the keyserver (#1226) 2020-07-28 17:38:30 +01:00
storage_wasm.go Deduplicate FS database, EDU persistence table (#1207) 2020-07-20 16:55:20 +01:00