summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Certain tokens can expireRoeland Jago Douma2018-05-176-5/+84
* Allow the rotation of tokensRoeland Jago Douma2018-05-164-2/+63
* Refix scopeRoeland Jago Douma2018-05-152-3/+5
* Fix testsRoeland Jago Douma2018-05-154-17/+29
* Make the Token Auth code strictRoeland Jago Douma2018-05-155-90/+94
* Move over TokenMapperRoeland Jago Douma2018-05-101-1/+2
* Use ::class statement instead of stringMorris Jobke2018-01-291-1/+1
* Dispatch event on twofactor failure and successRoeland Jago Douma2018-01-251-13/+30
* Loss of performance on Login after upgrade from NC10 + LDAP to NC 12 + LDAP #...Flávio Gomes da Silva Lisboa2017-11-271-0/+1
* Update license headersMorris Jobke2017-11-068-5/+20
* Fix duplicate session token after remembered loginChristoph Wurst2017-09-201-0/+1
* Fix AppPassword 2FA authRoeland Jago Douma2017-09-121-1/+5
* Fix login with basic authRoeland Jago Douma2017-09-051-1/+0
* Improve 2FARoeland Jago Douma2017-08-291-3/+67
* Fix auth providerJoas Schilling2017-08-021-1/+1
* Fix clob comparisonJoas Schilling2017-08-021-1/+1
* More phpstorm inspection fixesRoeland Jago Douma2017-07-241-2/+1
* Minor typosMarcel Waldvogel2017-07-213-3/+3
* Merge pull request #4894 from nextcloud/generic-security-activitiesLukas Reschke2017-05-191-5/+6
|\
| * Change 2FA activities to more generic security activitiesChristoph Wurst2017-05-181-5/+6
* | Rename table back to lowercaseLukas Reschke2017-05-181-8/+8
* | delete auth token when client gets deletedBjoern Schiessle2017-05-181-7/+19
|/
* 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