summary refs log tree commit diff
path: root/synapse/rest/client/v1/room.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Missing yieldMark Haines2015-12-101-1/+1
* Update endpoints to reflect current specDaniel Wagner-Hall2015-12-021-27/+2
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-45/+45
* Allow users to forget roomsDaniel Wagner-Hall2015-11-171-3/+10
* Allow guests to /room/:room_id/{join,leave}Daniel Wagner-Hall2015-11-131-3/+14
* Merge pull request #360 from matrix-org/daniel/guestroominitialsyncDaniel Wagner-Hall2015-11-121-1/+2
|\
| * Allow guest access to room initialSyncDaniel Wagner-Hall2015-11-111-1/+2
* | Allow guests to access room context APIDaniel Wagner-Hall2015-11-111-2/+2
|/
* Allow guest users to join and message roomsDaniel Wagner-Hall2015-11-101-3/+10
* Merge pull request #356 from matrix-org/daniel/3pidyetagainDaniel Wagner-Hall2015-11-101-2/+1
|\
| * Get display name from identity server, not clientDaniel Wagner-Hall2015-11-091-2/+1
* | Add a couple of unit tests for room/<x>/messagesRichard van der Hoff2015-11-091-1/+1
|/
* Merge pull request #350 from matrix-org/erikj/searchErik Johnston2015-11-051-1/+2
|\
| * Merge branch 'develop' of github.com:matrix-org/synapse into erikj/searchErik Johnston2015-11-051-13/+16
| |\
| * | Implement basic pagination for search resultsErik Johnston2015-11-051-1/+2
* | | Exchange 3pid invites for m.room.member invitesDaniel Wagner-Hall2015-11-051-12/+8
| |/ |/|
* | Open up /events to anonymous users for room events onlyDaniel Wagner-Hall2015-11-051-2/+4
* | Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-13/+14
|/
* Add room context apiErik Johnston2015-10-281-0/+36
* Merge branch 'develop' of github.com:matrix-org/synapse into erikj/searchErik Johnston2015-10-161-5/+31
|\
| * Remove unnecessary class-wrappingDaniel Wagner-Hall2015-10-131-5/+6
| * Move logic into handlerDaniel Wagner-Hall2015-10-131-115/+18
| * Add loggingDaniel Wagner-Hall2015-10-131-2/+2
| * Move event contents into third_party_layout fieldDaniel Wagner-Hall2015-10-131-1/+2
| * Fix lint errorsDaniel Wagner-Hall2015-10-061-3/+4
| * Implement third party identifier invitesDaniel Wagner-Hall2015-10-011-6/+126
* | Keep FTS indexes up to date. Only search through rooms currently joinedErik Johnston2015-10-121-1/+1
* | Add basic full text search impl.Erik Johnston2015-10-091-0/+17
|/
* Remove undocumented and unimplemented 'feedback' parameter from the Client-Se...Mark Haines2015-09-091-2/+0
* Allow users that have left the room to view the member list from the point th...Mark Haines2015-09-091-5/+13
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-17/+17
* Remove semicolon.Kegan Dougal2015-07-201-1/+1
* Parse the ID given to /invite|ban|kick to make sure it looks like a user ID.Kegan Dougal2015-07-201-0/+2
* Blunty replace json with simplejsonErik Johnston2015-02-111-1/+1
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-26/+38
* Return the device_id from get_auth_by_reqMark Haines2015-01-281-12/+12
* Pass the current time to serialize event, rather than passing anMark Haines2015-01-261-1/+8
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-14/+14
* Replace hs.parse_roomalias with RoomAlias.from_stringMark Haines2015-01-231-2/+2
* Replace hs.parse_roomid with RoomID.from_stringMark Haines2015-01-231-2/+2
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-2/+3
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+559