summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication/Token
Commit message (Expand)AuthorAgeFilesLines
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-082-2/+2
* Move ExpiredTokenException to the correct namespaceRoeland Jago Douma2018-10-302-5/+2
* Add testsRoeland Jago Douma2018-10-024-6/+157
* Add openssl to mockDaniel Kesselberg2018-09-161-0/+1
* Use constant for token versionRoeland Jago Douma2018-06-183-0/+5
* Add more testsRoeland Jago Douma2018-06-184-31/+492
* SetPassword on PublicKeyTokensRoeland Jago Douma2018-06-182-12/+19
* Just pass uid to the Token stuffRoeland Jago Douma2018-06-181-24/+4
* Add first testsRoeland Jago Douma2018-06-183-0/+775
* 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-152-13/+3
* Adjust tests for added lastCheck timeLukas Reschke2017-11-271-0/+1
* Fix duplicate session token after remembered loginChristoph Wurst2017-09-201-0/+8
* Add test for DefaultTokenMapperLukas Reschke2017-05-181-0/+11
* Rename table back to lowercaseLukas Reschke2017-05-181-6/+10
* delete auth token when client gets deletedBjoern Schiessle2017-05-181-6/+6
* 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
* add testRobin Appelman2016-11-161-0/+7
* Adds TokenProvider and Mapper testsRoeland Jago Douma2016-11-162-0/+55
* add testsRobin Appelman2016-11-161-0/+49
* explicit typesRobin Appelman2016-11-161-1/+0
* Add missing tests and fix PHPDocLukas Reschke2016-11-021-2/+116
* bring back remember-meChristoph Wurst2016-11-022-6/+13
* Fix getMock AuthenticationRoeland Jago Douma2016-09-062-11/+17
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-222-27/+16
|\
| * fix DefaultTokenMapperTestChristoph Wurst2016-06-201-0/+4
| * 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-242-1/+7
* add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-232-0/+38
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-203-0/+431