summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/keys.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Query for all the ones we were asked about, not just the last...David Baker2015-07-211-1/+1
|
* s/take/claim/ for end to end key APIsMark Haines2015-07-201-5/+5
|
* Assume that each device for a user has only one of each type of keyMark Haines2015-07-101-3/+3
|
* Don't bother with a timeout for one time keys on the server.Mark Haines2015-07-091-18/+7
|
* Add client API for uploading and querying keys for end to end encryptionMark Haines2015-07-061-0/+287