summary refs log tree commit diff
path: root/synapse/rest/directory.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-112/+0
|
* Update copyright noticesMark Haines2015-01-061-1/+1
|
* Remove unused importsErik Johnston2014-12-121-1/+0
|
* Consistently url decode and decode as utf 8 the URL partsErik Johnston2014-12-121-9/+3
|
* Remember also to UTF-8 decode bytes in room alias names in directory server URLsPaul "LeoNerd" Evans2014-11-181-3/+9
|
* Split out sending the room alias events from creating the alias so that we ↵Mark Haines2014-11-181-1/+3
| | | | can do them in the right point when creating a room
* SYN-2: Allow server admins to delete room aliasesErik Johnston2014-09-301-1/+19
|
* Generate m.room.aliases event when the HS creates a room aliasErik Johnston2014-09-051-1/+4
|
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* Bubble up SynapseErrors so expected failures aren't masked.Kegan Dougal2014-09-031-0/+2
|
* Add exception handling to directory servlet, so we don't 500. Mark directory ↵Kegan Dougal2014-09-031-2/+16
| | | | API as volatile in the api docs.
* Fix up directory server to not require uploading room hosts. Update the room ↵Erik Johnston2014-09-031-1/+1
| | | | hosts table with the current room hosts (if we have them) on GET.
* Renamed /ds to /directoryKegan Dougal2014-08-271-1/+1
|
* Implement directory service federation by Federation Queries; avoid ↵Paul "LeoNerd" Evans2014-08-131-7/+1
| | | | local_only hack; add unit tests
* Add a HomeServer.parse_roomalias() to avoid having to ↵Paul "LeoNerd" Evans2014-08-131-8/+5
| | | | RoomAlias.from_sring(..., hs=hs) - similar to parse_userid()
* add in whitespace after copyright statements to improve legibilityMatthew Hodgson2014-08-131-0/+1
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+82