summary refs log tree commit diff
path: root/tests/rest/client/v1/test_typing.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-1/+3
* Convert some test cases to use HomeserverTestCase. (#9377)Patrick Cloke2021-02-111-28/+0
* Remove spurious "SynapseRequest" result from `make_request"Richard van der Hoff2020-12-151-4/+4
* Apply an IP range blacklist to push and key revocation requests. (#8821)Patrick Cloke2020-12-021-1/+1
* Remove redundant `HomeserverTestCase.render`Richard van der Hoff2020-11-161-4/+0
* Remove the deprecated Handlers object (#8494)Patrick Cloke2020-10-091-1/+1
* Convert synapse.api to async/await (#8031)Patrick Cloke2020-08-061-3/+3
* Performance improvements and refactor of Ratelimiter (#7595)Andrew Morgan2020-06-051-8/+2
* Fixup functions to consistently return deferredsErik Johnston2019-12-061-1/+3
* Add rate-limiting on registration (#4735)Brendan Abolivier2019-03-051-2/+2
* Implement a new test baseclass to cut down on boilerplate (#3684)Amber Brown2018-08-141-37/+29
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-0/+1
* Run black.black2018-08-101-20/+27
* run isortAmber Brown2018-07-091-4/+3
* Burminate v1authAdrian Tschira2018-04-301-1/+1
* s/replication_client/federation_client/Erik Johnston2018-03-131-1/+1
* Fix testsErik Johnston2018-03-131-1/+1
* Move RoomMemberHandler out of HandlersErik Johnston2018-03-011-1/+1
* Time out typing over federationErik Johnston2016-09-231-4/+1
* Move typing handler out of the Handlers objectMark Haines2016-05-171-1/+1
* Fix testsDavid Baker2016-03-071-2/+2
* Fix flake8 warnings for testsMark Haines2016-02-191-23/+21
* copyrightsMatthew Hodgson2016-01-071-1/+1
* 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