dendrite/src/github.com/matrix-org/dendrite/publicroomsapi
Anant Prakash 2fb2f7ca7b
Add AS support to common.MakeAuthAPI (#427)
* Add AS support to MakeAuthAPI
Make clientapi utilize the same

Signed-off-by: Anant Prakash <anantprakashjsr@gmail.com>

* Add user parameter support to MakeAuthAPI

* Make VerifyAccessToken private, let VerifyUserFromRequest return the
device if present

* Make a dummy device for AS users

* Refactor arguments into auth.Data

* Update routing of all components

* Update code comment

* Use const AppServiceDeviceID

* Handle cases when AS is not masquerading
2018-07-17 03:47:03 +05:30
..
consumers Add gofmt linter (#339) 2017-11-16 10:12:02 +00:00
directory Use http.Status* and http.Method* where appropriate (#417) 2018-03-13 15:55:45 +00:00
routing Add AS support to common.MakeAuthAPI (#427) 2018-07-17 03:47:03 +05:30
storage Add context to the partition offset table (#249) 2017-09-21 15:09:19 +01:00
types Implement public rooms APIs (#185) 2017-08-22 11:12:51 +01:00
publicroomsapi.go Factor out component setup from commands (#384) 2018-01-02 10:26:56 +00:00
README.md Implement public rooms APIs (#185) 2017-08-22 11:12:51 +01:00

Public rooms API

This server is responsible for serving requests hitting /publicRooms and /directory/list/room/{roomID} as per:

https://matrix.org/docs/spec/client_server/r0.2.0.html#listing-rooms