summary refs log tree commit diff
path: root/synapse/rest/client/v1/directory.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* replace 'except:' with 'except Exception:'Richard van der Hoff2017-10-231-1/+1
* Check that requested room_id existsAnant Prakash2017-04-141-1/+5
* Add new API appservice specific public room listErik Johnston2016-12-061-0/+34
* Dont invoke get_handlers fromClientV1RestServletErik Johnston2016-08-121-0/+5
* Add published room list edit APIErik Johnston2016-03-211-0/+42
* Update aliases event after deletionErik Johnston2016-03-171-1/+2
* Add a parse_json_object functionMark Haines2016-03-091-13/+3
* Merge pull request #614 from matrix-org/erikj/alias_deleteErik Johnston2016-03-041-3/+0
|\
| * Allow alias creators to delete aliasesErik Johnston2016-03-011-3/+0
* | Pass whole requester to ratelimitingDaniel Wagner-Hall2016-03-031-1/+5
|/
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-4/+4
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+2
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-2/+2
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-2/+2
* Merge pull request #50 from matrix-org/application-servicesMark Haines2015-02-131-13/+47
|\
| * 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
* | | 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 d...Mark Haines2015-01-281-2/+2
* 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