summary refs log tree commit diff
path: root/synapse/rest/client/v2_alpha/thirdparty.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Avoid so much copypasta between 3PU and 3PL query by unifying around a ↵Paul "LeoNerd" Evans2016-08-181-2/+7
| | | | ThirdPartyEntityKind enumeration
* 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