summary refs log tree commit diff
path: root/tests/rest/client/v1/test_typing.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Open up /events to anonymous users for room events onlyDaniel Wagner-Hall2015-11-051-1/+4
* Allow guests to register and call /events?room_id=Daniel Wagner-Hall2015-11-041-1/+2
* s/user_id/user/g for consistencyDaniel Wagner-Hall2015-09-011-1/+1
* Attempt to validate macaroonsDaniel Wagner-Hall2015-08-261-2/+2
* Stop looking up "admin", which we never readDaniel Wagner-Hall2015-08-251-1/+0
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-1/+0
* s/by_token/by_access_token/gDaniel Wagner-Hall2015-08-201-2/+2
* Merge branch 'develop' into csauthDavid Baker2015-04-171-2/+5
|\
| * Various minor fixes to unit-test structure around typing notificationsPaul "LeoNerd" Evans2015-04-151-2/+4
| * Have TypingNotificationEventSource.get_new_events_for_user() return a deferre...Paul "LeoNerd" Evans2015-04-151-1/+2
* | Fix testsDavid Baker2015-03-241-1/+1
|/
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-11/+2
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-0/+1
* Replace hs.parse_userid with UserID.from_stringMark Haines2015-01-231-2/+3
* Move client rest tests back under restMark Haines2015-01-221-0/+164