summary refs log tree commit diff
path: root/synapse/rest/key/v2/local_key_resource.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Update license headersPatrick Cloke2023-11-211-10/+16
* Declare support for Matrix 1.6 (#15559)Patrick Cloke2023-05-121-0/+11
* Use servlets for /key/ endpoints. (#14229)Patrick Cloke2022-10-201-11/+11
* Implementation of HTTP 307 response for MSC3886 POST endpoint (#14018)Hugh Nimmo-Smith2022-10-181-2/+2
* Fix typechecker problems exposed by signedjson 1.1.2 (#12326)David Robertson2022-03-291-6/+6
* Add missing type hints to synapse.http. (#11571)Patrick Cloke2021-12-141-2/+2
* Use direct references for configuration variables (part 4). (#10893)Patrick Cloke2021-09-231-5/+5
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-151-5/+10
* Use direct references for some configuration variables (#10798)Patrick Cloke2021-09-131-2/+2
* Remove tls_fingerprints option (#9280)Jerin J Titus2021-05-241-8/+0
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Simplify the way the `HomeServer` object caches its internal attributes. (#8...Jonathan de Jong2020-11-301-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-18/+10
* run isortAmber Brown2018-07-091-4/+6
* Set Server header in SynapseRequestRichard van der Hoff2018-05-101-2/+0
* Fix code for reporting old verify keys in synapseMark Haines2017-04-241-3/+2
* Improve comment formattingMark Haines2016-10-121-3/+6
* Add config option for adding additional TLS fingerprintsMark Haines2016-10-111-12/+4
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Remove syutil dependency in favour of smaller single-purpose librariesMark Haines2015-08-241-3/+3
* Update to match the specification for key/v2Mark Haines2015-04-231-8/+10
* Implement remote key lookup apiMark Haines2015-04-221-6/+3
* Implement v2 key lookupMark Haines2015-04-201-1/+3
* Return a sha256 fingerprint rather than the entire tls certificateMark Haines2015-04-141-2/+8
* Add a version 2 of the key server apiMark Haines2015-04-141-0/+118