summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/thirdparty.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace returnValue with return (#5736)Amber Brown2019-07-231-5/+5
* Run Black. (#5482)Amber Brown2019-06-201-1/+1
* Unify v1 and v2 REST client APIs (#5226)Amber Brown2019-06-031-5/+5
* Port rest/ to Python 3 (#3823)Amber Brown2018-09-121-2/+2
* run isortAmber Brown2018-07-091-0/+1
* add release endpoints for /thirdpartyKrombel2017-10-261-7/+4
* switch to allow_guest=True for authing 3Ps as per PR feedbackMatthew Hodgson2017-03-311-0/+8
* enable guest access for the 3pl/3pid APIsMatthew Hodgson2017-03-121-8/+0
* Merge pull request #1096 from matrix-org/markjh/get_access_tokenMark Haines2016-09-091-2/+2
|\
| * Add helper function for getting access_tokens from requestsMark Haines2016-09-091-2/+2
* | appease pep8Paul "LeoNerd" Evans2016-09-091-1/+2
* | Python isn't JavaScript; have to quote dict keysPaul "LeoNerd" Evans2016-09-091-1/+1
* | Efficiency fix for lookups of a single protocolPaul "LeoNerd" Evans2016-09-091-1/+3
* | Allow lookup of a single 3PE protocol query metadataPaul "LeoNerd" Evans2016-09-091-0/+21
|/
* Move ThirdPartyEntityKind into api.constants so the expectation becomes that ...Paul "LeoNerd" Evans2016-08-251-1/+1
* Move static knowledge of protocol metadata into AS handler; cache the resultPaul "LeoNerd" Evans2016-08-241-20/+1
* Declare 'gitter' known protocol, with user lookupPaul "LeoNerd" Evans2016-08-241-0/+3
* Initial hack at the 3PN protocols metadata lookup APIPaul "LeoNerd" Evans2016-08-241-0/+34
* Move 3PU/3PL lookup APIs into /thirdparty containing entityPaul "LeoNerd" Evans2016-08-241-2/+2
* Avoid so much copypasta between 3PU and 3PL query by unifying around a ThirdP...Paul "LeoNerd" Evans2016-08-181-2/+7
* Authenticate 3PE lookup requestsPaul "LeoNerd" Evans2016-08-181-0/+6
* Copypasta the 3PU support code to also do 3PLPaul "LeoNerd" Evans2016-08-181-0/+20
* Remove TODO note about request fields being strings - they're always stringsPaul "LeoNerd" Evans2016-08-181-2/+0
* Ensure that 3PU lookup request fields actually get passed inPaul "LeoNerd" Evans2016-08-181-1/+5
* Thread 3PU lookup through as far as the AS API object; which currently noƶps itPaul "LeoNerd" Evans2016-08-171-2/+9
* Initial empty implementation that just registers an API endpoint handlerPaul "LeoNerd" Evans2016-08-171-0/+38