summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/keys.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+4
* Kill off `HomeServer.get_ip_from_request()` (#9080)Richard van der Hoff2021-01-121-5/+1
* Add support for MSC2697: Dehydrated devices (#8380)Hubert Chathi2020-10-071-15/+22
* Make token serializing/deserializing async (#8427)Erik Johnston2020-09-301-1/+2
* Simplify super() calls to Python 3 syntax. (#8344)Patrick Cloke2020-09-181-6/+6
* Fix encryption algorithm typos in tests/comments (#7637)Andrew Morgan2020-06-041-4/+4
* Support SAML in the user interactive authentication workflow. (#7102)Patrick Cloke2020-04-011-1/+5
* Validate that the session is not modified during UI-Auth (#7068)Patrick Cloke2020-03-261-1/+1
* Port rest.client.v2Erik Johnston2019-12-051-27/+19
* update with newer coding styleHubert Chathi2019-09-041-2/+2
* make black happyHubert Chathi2019-09-041-0/+1
* allow uploading signatures of master key signed by devicesHubert Chathi2019-09-041-1/+1
* implement device signature uploading/fetchingHubert Chathi2019-09-041-0/+50
* Merge branch 'develop' into cross-signing_keysHubert Chathi2019-09-041-6/+6
|\
| * Opentrace device lists (#5853)Jorik Schellekens2019-09-031-2/+2
| * Remove unnecessary parentheses around return statements (#5931)Andrew Morgan2019-08-301-4/+4
* | Merge branch 'uhoreg/e2e_cross-signing_merged' into cross-signing_keysHubert Chathi2019-08-281-1/+12
|\|
| * Opentrace e2e keys (#5855)Jorik Schellekens2019-08-221-1/+12
* | apply PR review suggestionsHubert Chathi2019-08-211-1/+1
* | Merge branch 'cross-signing_hidden' into cross-signing_keysHubert Chathi2019-08-011-4/+4
|\|
| * Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
* | allow uploading keys for cross-signingHubert Chathi2019-07-251-3/+43
|/
* Run Black. (#5482)Amber Brown2019-06-201-14/+13
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-5/+5
* run isortAmber Brown2018-07-091-2/+5
* register some /unstable endpoints in /r0 as wellKrombel2017-10-261-14/+4
* Add left section to /keys/changesErik Johnston2017-09-081-4/+2
* sets aren't JSON serializableErik Johnston2017-02-021-1/+1
* Include newly joined users in /keys/changes APIErik Johnston2017-02-011-1/+1
* CommentErik Johnston2017-02-011-1/+1
* CommentErik Johnston2017-02-011-1/+12
* Implement /keys/changesErik Johnston2017-02-011-0/+38
* Remove unspecced GET endpoints for e2e keysRichard van der Hoff2016-12-121-39/+4
* Allow guest access to endpoints for E2ERichard van der Hoff2016-11-251-5/+5
* Move the E2E key handling into the e2e handlerMark Haines2016-09-131-112/+16
* Add a timeout parameter for end2end key queries.Mark Haines2016-09-121-26/+51
* Merge branch 'rav/null_default_device_displayname' into developRichard van der Hoff2016-08-031-3/+1
|\
| * Default device_display_name to nullRichard van der Hoff2016-08-031-3/+1
* | Move e2e query logic into a handlerRichard van der Hoff2016-08-011-39/+7
|/
* key upload tweaksRichard van der Hoff2016-07-271-7/+5
* Delete e2e keys on device deleteRichard van der Hoff2016-07-271-4/+9
* Make the device id on e2e key upload optionalRichard van der Hoff2016-07-261-12/+35
* Add `create_requester` functionRichard van der Hoff2016-07-261-6/+4
* Use parse_json_object_from_request to parse JSON out of request bodiesMark Haines2016-03-111-15/+7
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-8/+8
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Update endpoints to reflect current specDaniel Wagner-Hall2015-12-021-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-6/+8
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-3/+3
* Merge pull request #248 from matrix-org/deviceidDaniel Wagner-Hall2015-08-251-3/+3
|\
| * Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-3/+3
* | Remove syutil dependency in favour of smaller single-purpose librariesMark Haines2015-08-241-1/+2
|/
* Get the end-to-end key federation workingMark Haines2015-07-241-5/+5
* Add federation support for end-to-end key requestsMark Haines2015-07-231-30/+70
* 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