summary refs log tree commit diff
path: root/synapse/rest/key/v2/__init__.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
| | | | | During the migration the automated script to update the copyright headers accidentally got rid of some of the existing copyright lines. Reinstate them.
* Update license headersPatrick Cloke2023-11-211-10/+16
|
* Use servlets for /key/ endpoints. (#14229)Patrick Cloke2022-10-201-8/+11
| | | | | To fix the response for unknown endpoints under that prefix. See MSC3743.
* Add missing type hints to non-client REST servlets. (#10817)Patrick Cloke2021-09-151-1/+6
| | | | Including admin, consent, key, synapse, and media. All REST servlets (the synapse.rest module) now require typed method definitions.
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* Port rest/ to Python 3 (#3823)Amber Brown2018-09-121-2/+2
|
* run isortAmber Brown2018-07-091-0/+1
|
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Implement remote key lookup apiMark Haines2015-04-221-2/+8
|
* Add a version 2 of the key server apiMark Haines2015-04-141-0/+19