summary refs log tree commit diff
path: root/synapse/rest/key/v2/remote_key_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-151-9/+21
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-1/+3
* Use inline type hints in `handlers/` and `rest/`. (#10382)Jonathan de Jong2021-07-161-2/+2
* Rewrite the KeyRing (#10035)Erik Johnston2021-06-021-1/+8
* Remove tls_fingerprints option (#9280)Jerin J Titus2021-05-241-3/+0
* Fix (final) Bugbear violations (#9838)Jonathan de Jong2021-04-201-2/+2
* Add type hints to the crypto module. (#8999)Patrick Cloke2021-01-041-4/+5
* Fix typos in comments.Patrick Cloke2020-09-141-1/+1
* Be stricter about JSON that is accepted by Synapse (#8106)Patrick Cloke2020-08-191-3/+5
* Iteratively encode JSON responses to avoid blocking the reactor. (#8013)Patrick Cloke2020-08-181-3/+3
* Ensure that calls to `json.dumps` are compatible with the standard library js...Patrick Cloke2020-07-151-1/+3
* Merge different Resource implementation classes (#7732)Erik Johnston2020-07-031-8/+4
* Convert remote key resource REST layer to async/await. (#7020)Patrick Cloke2020-03-051-7/+4
* Clarify list/set/dict/tuple comprehensions and enforce via flake8 (#6957)Patrick Cloke2020-02-211-1/+1
* Fixup synapse.rest to pass mypy (#6732)Erik Johnston2020-01-201-2/+3
* Back out ill-advised notary server hackery (#6657)Richard van der Hoff2020-01-081-22/+8
* Workaround for error when fetching notary's own key (#6620)Richard van der Hoff2020-01-061-8/+22
* Update black to 19.10b0 (#6304)Amber Brown2019-11-011-1/+1
* Fixup review commentsErik Johnston2019-08-231-2/+2
* Only sign when we respond to remote key requestsErik Johnston2019-08-211-13/+15
* Make the http server handle coroutine-making REST servlets (#5475)Amber Brown2019-06-291-18/+10
* Run Black. (#5482)Amber Brown2019-06-201-28/+28
* Notary server: make requests to origins in parallelRichard van der Hoff2019-06-041-10/+2
* Fix remote_key_resourceRichard van der Hoff2019-05-231-3/+3
* Port rest/ to Python 3 (#3823)Amber Brown2018-09-121-2/+4
* run isortAmber Brown2018-07-091-9/+7
* Set Server header in SynapseRequestRichard van der Hoff2018-05-101-2/+0
* Remove redundant request_handler decoratorRichard van der Hoff2018-05-101-3/+5
* Add federation_domain_whitelist option (#2820)Matthew Hodgson2018-01-221-0/+8
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* 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