summary refs log tree commit diff
path: root/tests/storage/test_registration.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement trail usersErik Johnston2018-08-231-0/+1
* Run tests under PostgreSQL (#3423)Amber Brown2018-08-131-1/+1
* Run black.black2018-08-101-25/+13
* run isortAmber Brown2018-07-091-1/+1
* fix testsRichard van der Hoff2018-05-291-0/+1
* Send users a server notice about consentRichard van der Hoff2018-05-221-3/+8
* Fix tests for refresh_token removalRichard van der Hoff2017-11-011-3/+3
* fix importsRichard van der Hoff2016-11-301-3/+0
* Rip out more refresh_token codeRichard van der Hoff2016-11-301-55/+0
* Delete refresh tokens when deleting devicesRichard van der Hoff2016-07-261-0/+34
* Add device_id support to /loginRichard van der Hoff2016-07-181-7/+14
* Fix flake8 warnings for testsMark Haines2016-02-191-2/+4
* Fix testsErik Johnston2016-01-271-2/+1
* Merge pull request #456 from matrix-org/store_event_actionsDavid Baker2016-01-081-1/+1
|\
| * fix testsDavid Baker2016-01-061-1/+1
* | copyrightsMatthew Hodgson2016-01-071-1/+1
|/
* Stop looking up "admin", which we never readDaniel Wagner-Hall2015-08-251-4/+2
* Remove completely unused concepts from codebaseDaniel Wagner-Hall2015-08-251-2/+0
* /tokenrefresh POST endpointDaniel Wagner-Hall2015-08-201-0/+55
* s/by_token/by_access_token/gDaniel Wagner-Hall2015-08-201-2/+2
* Caches should be bound to instances.Erik Johnston2015-06-031-1/+1
* Make work in both Maria and SQLite. Fix testsErik Johnston2015-04-011-13/+23
* Factor out some of the common homeserver setup code into aMark Haines2015-02-111-8/+2
* Extract the id token of the token when authing users, include the token and d...Mark Haines2015-01-281-2/+8
* Unbreak tests after changing storage APIErik Johnston2014-09-291-2/+2
* Use new 'tests.unittest' in new storage level testsPaul "LeoNerd" Evans2014-09-151-1/+1
* Unit-test for RegistrationStore using SQLiteMemoryDbPoolPaul "LeoNerd" Evans2014-09-111-0/+69