summary refs log tree commit diff
path: root/tests/rest/client/v1/test_presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #157 from matrix-org/markjh/presence_performanceMark Haines2015-05-221-0/+3
|\
| * Fix the presence testsMark Haines2015-05-201-0/+3
* | Oops, get_rooms_for_user returns a namedtuple, not a room_idMark Haines2015-05-211-1/+6
|/
* Discard unused NotifierUserStreamsMark Haines2015-05-131-0/+1
* Don't bother checking for updates if the stream token hasn't advanced for a userMark Haines2015-05-131-5/+10
* Fix testsDavid Baker2015-03-241-3/+3
* Fix testsErik Johnston2015-03-091-4/+4
* Fix unit testsKegan Dougal2015-02-271-0/+3
* Merge branch 'develop' into application-servicesKegan Dougal2015-02-111-18/+7
|\
| * Factor out some of the common homeserver setup code into aMark Haines2015-02-111-18/+7
* | Modify auth.get_user_by_req for authing appservices directly.Kegan Dougal2015-02-091-0/+3
|/
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-0/+2
* Return the device_id from get_auth_by_reqMark Haines2015-01-281-1/+1
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-9/+10
* Merge rest servlets into the client json resource objectMark Haines2015-01-231-3/+6
* Move client rest tests back under restMark Haines2015-01-221-0/+372