summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Defining App "cron" for "Invalidating tokens older than" message #27167 (#27201)Martin2017-03-191-2/+2
* do not hard-require the token providerChristoph Wurst2017-01-111-6/+10
* use login hook credentials as fallbackChristoph Wurst2017-01-111-0/+21
* fix @since annotations (9.1->12)Christoph Wurst2017-01-111-1/+1
* replace session implementation if it changes at runtimeChristoph Wurst2017-01-111-0/+9
* add login credential storeChristoph Wurst2017-01-112-0/+158
* fix minor issuesChristoph Wurst2016-12-191-5/+18
* Publish, parse and filter 2FA activitiesChristoph Wurst2016-12-191-1/+31
* Merge pull request #2353 from nextcloud/renew-session-token-rememberLukas Reschke2016-11-281-0/+1
|\
| * copy remember-me value when renewing a session tokenChristoph Wurst2016-11-271-0/+1
* | fix undefined index error when the backup codes provider is not activeChristoph Wurst2016-11-281-0/+3
|/
* use lower loglevel for token cleanup messagesRobin Appelman2016-11-171-2/+2
* Add test for setting up fake fsRobin Appelman2016-11-161-1/+1
* Adds TokenProvider and Mapper testsRoeland Jago Douma2016-11-161-7/+5
* explicit typesRobin Appelman2016-11-161-5/+11
* cast to intRobin Appelman2016-11-161-2/+2
* phpdocRobin Appelman2016-11-161-2/+1
* fix setscopeRobin Appelman2016-11-161-2/+2
* allow configuring filesystem accessRobin Appelman2016-11-165-7/+71
* app password scope wipRobin Appelman2016-11-163-2/+19
* read lockdown scope from tokenRobin Appelman2016-11-163-2/+19
* document what the method doesChristoph Wurst2016-11-021-0/+2
* Add missing tests and fix PHPDocLukas Reschke2016-11-022-1/+9
* Fix typ in constant nameLukas Reschke2016-11-021-4/+4
* Fix invalid PHPDocsLukas Reschke2016-11-021-1/+1
* bring back remember-meChristoph Wurst2016-11-026-17/+70
* add 2fa backup codes appChristoph Wurst2016-09-051-2/+18
* prevent infinite redirect loops if the there is no 2fa provider to passChristoph Wurst2016-08-241-2/+16
* add invalidateOldTokens to IProvider interfaceChristoph Wurst2016-08-022-3/+7
* Check if an app provide two-factor-auth providers before we try to use themRobin Appelman2016-07-231-9/+11
* Fix othersJoas Schilling2016-07-2113-15/+26
* Merge pull request #25172 from owncloud/token-login-validationVincent Petry2016-06-225-29/+66
|\
| * store last check timestamp in token instead of sessionChristoph Wurst2016-06-175-24/+58
| * use token last_activity instead of session valueChristoph Wurst2016-06-172-5/+8
* | update session token password on user password changeChristoph Wurst2016-06-212-0/+27
* | Merge pull request #25162 from owncloud/password-login-forbidden-hintVincent Petry2016-06-201-0/+29
|\ \
| * | add PasswordLoginForbiddenExceptionChristoph Wurst2016-06-171-0/+29
| |/
* / close cursor after loading a tokenChristoph Wurst2016-06-171-0/+1
|/
* load 2FA provider apps before querying classesChristoph Wurst2016-06-161-0/+13
* fail hard if 2fa provider can not be loaded (#25061)Christoph Wurst2016-06-131-1/+3
* do not generate device token if 2FA is enable for userChristoph Wurst2016-06-071-0/+1
* Create session tokens for apache auth usersChristoph Wurst2016-05-314-5/+43
* Update license headersLukas Reschke2016-05-2611-11/+0
* when generating browser/device token, save the login name for later password ...Christoph Wurst2016-05-245-6/+32
* Merge pull request #24559 from owncloud/2faVincent Petry2016-05-234-0/+253
|\
| * add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-231-2/+27
| * Add two factor auth to coreChristoph Wurst2016-05-234-0/+228
* | add button to invalidate browser sessions/device tokensChristoph Wurst2016-05-235-6/+37
* | add button to add new device tokensChristoph Wurst2016-05-232-1/+4
* | list user's auth tokens on the personal settings pageChristoph Wurst2016-05-231-1/+11
|/