summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/thirdparty.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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