summary refs log tree commit diff
path: root/tests/rest/client/v1/test_presence.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixup testsErik Johnston2019-12-051-0/+3
* Integrate presence from hotfixes (#3694)Amber Brown2018-08-181-0/+72
* Remove old tests.Erik Johnston2016-02-181-412/+0
* Remove redundated BaseHomeServerErik Johnston2016-01-261-8/+10
* Introduce a Requester objectDaniel Wagner-Hall2016-01-111-3/+2
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Return non-room events from guest /events callsDaniel Wagner-Hall2015-11-121-0/+3
* Open up /events to anonymous users for room events onlyDaniel Wagner-Hall2015-11-051-1/+8
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-4/+6
* Support clients supplying older tokens, fix short poll testMark Haines2015-10-301-2/+2
* Move NullSource out of synapse and into tests since it is only used by the testsMark Haines2015-09-221-1/+17
* s/user_id/user/g for consistencyDaniel Wagner-Hall2015-09-011-2/+2
* Attempt to validate macaroonsDaniel Wagner-Hall2015-08-261-4/+4
* Stop looking up "admin", which we never readDaniel Wagner-Hall2015-08-251-2/+0
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-2/+0
* s/by_token/by_access_token/gDaniel Wagner-Hall2015-08-201-4/+4
* Add receipts_key to StreamTokenErik Johnston2015-07-021-2/+2
* Fix the presence testsMark Haines2015-05-221-2/+2
* 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