summary refs log tree commit diff
path: root/synapse/rest/key/v2/remote_key_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't print stack traces when failing to get remote keysErik Johnston2016-08-101-1/+3
* Report per request metrics for all of the things using request_handlerMark Haines2016-04-281-2/+2
* Use parse_json_object_from_request to parse JSON out of request bodiesMark Haines2016-03-111-10/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Implement minimum_valid_until_ts in the remote key resourceMark Haines2015-04-291-4/+55
* Copyright noticeMark Haines2015-04-241-0/+14
* Update to match the specification for key/v2Mark Haines2015-04-231-11/+14
* Implement remote key lookup apiMark Haines2015-04-221-0/+174