summaryrefslogtreecommitdiffstats
path: root/tests/lib/authentication
Commit message (Expand)AuthorAgeFilesLines
* One more PSR-4 fix (#24852)Joas Schilling2016-05-261-187/+0
* Add two factor auth to coreChristoph Wurst2016-05-231-0/+187
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-431/+0
* add method to query all user auth tokensChristoph Wurst2016-05-182-0/+28
* Use CLOB for auth token names to allow long user agent stringsChristoph Wurst2016-05-121-1/+4
* delete the token in case an exception is thrown when decrypting the passwordChristoph Wurst2016-05-111-1/+32
* use the query builder instead of raw sql statementsChristoph Wurst2016-05-111-11/+24
* fix PHPDoc and other minor issuesChristoph Wurst2016-05-112-20/+20
* fix mock builder for old phpunit versionsChristoph Wurst2016-05-112-4/+12
* add unit tests for all new classesChristoph Wurst2016-05-113-0/+348