summaryrefslogtreecommitdiffstats
path: root/tests/lib/Authentication
Commit message (Expand)AuthorAgeFilesLines
...
* Fix duplicate session token after remembered loginChristoph Wurst2017-09-201-0/+8
* Fix AppPassword 2FA authRoeland Jago Douma2017-09-121-1/+16
* Fix login with basic authRoeland Jago Douma2017-09-051-1/+5
* Improve 2FARoeland Jago Douma2017-08-291-17/+189
* Merge pull request #4894 from nextcloud/generic-security-activitiesLukas Reschke2017-05-191-4/+4
|\
| * Fix testsRoeland Jago Douma2017-05-181-4/+4
* | 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
* Don't do a recursive searchJoas Schilling2017-03-221-1/+1
* DefaultTokenProviderTest mocked/asserted the wrong methodChristoph Wurst2017-02-281-2/+2
* do not hard-require the token providerChristoph Wurst2017-01-111-1/+9
* use login hook credentials as fallbackChristoph Wurst2017-01-111-8/+55
* add login credential storeChristoph Wurst2017-01-112-0/+193
* fix 2fa activities testsChristoph Wurst2016-12-201-4/+77
* 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-023-8/+40
* Do not use underscores in PSR4 namespaces of the backup codes appChristoph Wurst2016-10-031-3/+2
* Fix getMock AuthenticationRoeland Jago Douma2016-09-063-16/+22
* add 2fa backup codes appChristoph Wurst2016-09-051-12/+72
* prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-4/+41
* 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
|/
* assert app is loaded in unit testsChristoph Wurst2016-06-161-0/+7
* load 2FA provider apps before querying classesChristoph Wurst2016-06-161-1/+4
* fail hard if 2fa provider can not be loaded (#25061)Christoph Wurst2016-06-131-3/+24
* Create session tokens for apache auth usersChristoph Wurst2016-05-311-0/+11
* One more PSR-4 fix (#24852)Joas Schilling2016-05-261-0/+187
* 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