summary refs log tree commit diff
path: root/tests/rest/client/v2_alpha/__init__.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 application-servicesKegan Dougal2015-02-111-8/+5
|\
| * Factor out some of the common homeserver setup code into aMark Haines2015-02-111-8/+5
* | Modify auth.get_user_by_req for authing appservices directly.Kegan Dougal2015-02-091-1/+3
|/
* Merge in auth changes from developMark Haines2015-01-291-0/+1
* Move storage of user filters into real datastore layer; now have to mock it o...Paul "LeoNerd" Evans2015-01-271-3/+6
* Initial cut of a shared base class for REST unit testsPaul "LeoNerd" Evans2015-01-271-0/+45
* Create (empty) v2_alpha REST tests directoryPaul "LeoNerd" Evans2015-01-261-0/+15