summary refs log tree commit diff
path: root/synapse/rest/client/v1/directory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #50 from matrix-org/application-servicesMark Haines2015-02-131-13/+47
|\ | | | | Application Services
| * Merge branch 'develop' into application-servicesKegan Dougal2015-02-111-1/+1
| |\
| * | Grant ASes the ability to delete aliases in their own namespace.Kegan Dougal2015-02-061-2/+29
| | |
| * | Grant ASes the ability to create alias in their own namespace.Kegan Dougal2015-02-061-11/+18
| | | | | | | | | | | | | | | | | | Add a new errcode type M_EXCLUSIVE when users try to create aliases inside AS namespaces, and when ASes try to create aliases outside their own namespace.
* | | Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
| |/ |/|
* | Fix code-styleMark Haines2015-02-101-1/+1
|/
* Extract the id token of the token when authing users, include the token and ↵Mark Haines2015-01-281-2/+2
| | | | device_id in the internal meta data for the event along with the transaction id when sending events
* Return the device_id from get_auth_by_reqMark Haines2015-01-281-2/+2
|
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-2/+2
|
* Replace hs.parse_roomalias with RoomAlias.from_stringMark Haines2015-01-231-4/+5
|
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+112