summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/Token/DefaultTokenProviderTest.php
Commit message (Expand)AuthorAgeFilesLines
* Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU...Morris Jobke2020-08-121-10/+10
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-251-11/+11
* Mode to modern phpunitRoeland Jago Douma2019-11-271-9/+9
* Make phpunit8 compatibleRoeland Jago Douma2019-11-271-1/+1
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-301-2/+1
* Add testsRoeland Jago Douma2018-10-021-0/+19
* Use constant for token versionRoeland Jago Douma2018-06-181-0/+1
* SetPassword on PublicKeyTokensRoeland Jago Douma2018-06-181-6/+4
* Certain tokens can expireRoeland Jago Douma2018-05-171-0/+75
* Allow the rotation of tokensRoeland Jago Douma2018-05-161-0/+42
* Fix testsRoeland Jago Douma2018-05-151-5/+3
* Adjust tests for added lastCheck timeLukas Reschke2017-11-271-0/+1
* Fix duplicate session token after remembered loginChristoph Wurst2017-09-201-0/+8
* Fix warning with undefined methodJoas Schilling2017-04-201-4/+4
* DefaultTokenProviderTest mocked/asserted the wrong methodChristoph Wurst2017-02-281-2/+2
* copy remember-me value when renewing a session tokenChristoph Wurst2016-11-271-1/+11
* Adds TokenProvider and Mapper testsRoeland Jago Douma2016-11-161-0/+23
* Add missing tests and fix PHPDocLukas Reschke2016-11-021-2/+116
* bring back remember-meChristoph Wurst2016-11-021-6/+12
* Fix getMock AuthenticationRoeland Jago Douma2016-09-061-7/+12
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-221-27/+12
|\
| * fix default token provider testsChristoph Wurst2016-06-201-26/+0
| * use token last_activity instead of session valueChristoph Wurst2016-06-171-1/+12
* | update session token password on user password changeChristoph Wurst2016-06-211-0/+33
|/
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-0/+11
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-241-1/+3
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-231-0/+11
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-0/+212