summary refs log tree commit diff
path: root/tests/rest/test_rooms.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move client v1 api rest servlets into a "client/v1" directoryMark Haines2015-01-221-1068/+0
* Update testsKegan Dougal2015-01-071-1/+1
* Merge branch 'develop' of github.com:matrix-org/synapse into events_refactorErik Johnston2014-12-151-4/+0
|\
| * Move typing-notification REST tests into their own .py filePaul "LeoNerd" Evans2014-12-111-83/+0
| * Actually unit-test the event stream around REST typing testsPaul "LeoNerd" Evans2014-12-111-0/+14
| * Initial hack at unit tests of room typing REST APIPaul "LeoNerd" Evans2014-12-111-3/+68
* | Fix test.Erik Johnston2014-12-121-1/+1
|/
* Fix tests from prev commitErik Johnston2014-11-191-1/+0
* Include room members' presence in room initialSyncPaul "LeoNerd" Evans2014-11-181-0/+14
* Include 'messages' snapshot in room initialSyncPaul "LeoNerd" Evans2014-11-181-0/+4
* Merge branch 'develop' into room-initial-syncPaul "LeoNerd" Evans2014-11-171-124/+143
|\
| * Only allow people in a room to look up room state.Erik Johnston2014-11-111-8/+8
| * Fix rest.test_roomsErik Johnston2014-11-111-90/+113
| * Sign outgoing PDUs.Mark Haines2014-10-161-7/+25
* | Include room membership in room initialSyncPaul "LeoNerd" Evans2014-11-101-0/+1
* | Put room state in room initialSync output - I guess this is right; I really c...Paul "LeoNerd" Evans2014-11-101-0/+35
* | Have room initialSync return the room's room_idPaul "LeoNerd" Evans2014-11-101-0/+2
* | Initial (empty) test that room initialSync at least returns 200 OKPaul "LeoNerd" Evans2014-11-101-0/+53
|/
* Unbreak tests after changing storage APIErik Johnston2014-09-291-6/+35
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* Fix tests to support ratelimitingMark Haines2014-09-031-1/+43
* Perform room unit tests with 'local' users actually in the right domain ;)Paul "LeoNerd" Evans2014-09-011-6/+6
* change the world: make the default matrix API URL prefix /_matrix rather than...Matthew Hodgson2014-08-311-1/+1
* Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-90/+32
|\
| * Renamed /rooms to /createRoom. Removed ability to PUT raw room IDs, and remov...Kegan Dougal2014-08-271-90/+32
* | Merge branch 'develop' into storage_transactionsMark Haines2014-08-271-23/+12
|\|
| * Removed MessageRestServlet, use RoomSendEventRestServlet instead. Updated cmd...Kegan Dougal2014-08-261-23/+12
* | Fold federation/handler into handlers/federationMark Haines2014-08-261-6/+6
|/
* Renaming: /im/sync >> /initialSync. /rooms/$roomid/members/list >> /rooms/$ro...Kegan Dougal2014-08-261-4/+4
* Fix ALL THE UNIT TESTSKegan Dougal2014-08-261-16/+16
* Don't generate room membership messages. Include previous state of in members...Erik Johnston2014-08-201-1/+6
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-191-98/+98
|\
| * Rename MockHttpServer to MockHttpResource as it stands for one server resourc...Paul "LeoNerd" Evans2014-08-191-94/+94
* | Disable the ability to GET individualy messages. We need to think about the c...Erik Johnston2014-08-181-36/+36
|/
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+14
* Reference Matrix Home Servermatrix.org2014-08-121-0/+924