aboutsummaryrefslogtreecommitdiff
path: root/keyserver
AgeCommit message (Expand)Author
2020-08-10Prefix-defined Kafka topics (#1254)Neil Alexander
2020-08-10Configuration format v1 (#1230)Neil Alexander
2020-08-07Fix unit testsKegan Dougal
2020-08-07Finish inbound E2E device lists (#1243)Kegsay
2020-08-06Add device list updater which manages updating remote device lists (#1242)Kegsay
2020-08-05Process inbound device list updates from federation (#1240)Kegsay
2020-08-05Use TransactionWriter in SQLite keyserver (#1239)Neil Alexander
2020-08-04Send device list updates to servers (outbound only) (#1237)Kegsay
2020-08-03Generate stream IDs for locally uploaded device keys (#1236)Kegsay
2020-08-03Produce OTK counts in /sync response (#1235)Kegsay
2020-07-31Fix edge cases around device lists (#1234)Kegsay
2020-07-30Notify clients when devices are deleted (#1233)Kegsay
2020-07-30Implement /keys/changes (#1232)Kegsay
2020-07-30Hook up device list updates to the sync notifier (#1231)Kegsay
2020-07-28Add QueryKeyChanges (#1228)Kegsay
2020-07-28Persist partition|offset|user_id in the keyserver (#1226)Kegsay
2020-07-23keyserver: produce key change events (#1218)Kegsay
2020-07-22Handle inbound federation E2E key queries/claims (#1215)Kegsay
2020-07-21Perform outbound federation hits for querying/claiming E2E keys (#1212)Kegsay
2020-07-21Implement claiming one-time keys locally (#1210)Kegsay
2020-07-20Deduplicate FS database, EDU persistence table (#1207)Neil Alexander
2020-07-15Implement /keys/query locally (#1204)Kegsay
2020-07-15Implement key uploads (#1202)Kegsay
2020-07-14Implement logic for key uploads (#1197)Kegsay
2020-07-13Add boilerplate for key server APIs (#1196)Kegsay
2020-06-17Hacks for supporting Riot iOS (#1148)Neil Alexander
2020-06-16Make userapi responsible for checking access tokens (#1133)Kegsay
2020-06-12Rehuffle where things are in the internal package (#1122)Kegsay
2020-06-08Split out SetupFooComponent (#1106)Kegsay
2020-05-22Separate muxes for public and internal APIs (#1056)Neil Alexander
2020-05-21Fix #897 and shuffle directory around (#1054)Kegsay
2020-05-14Keyserver skeleton (#1032)Neil Alexander