summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #29130 from nextcloud/backport/27886/stable21Vincent Petry2021-10-132-0/+10
|\
| * add spaces around operatorsTobias Assmann2021-10-082-2/+2
| * draft to prevent the invalidation of pw based authn tokens on a pw less loginTobias Assmann2021-10-082-0/+10
* | Tokens without password should not trigger changed password invalidationJulius Härtl2021-10-111-1/+1
|/
* better cleanup of user files on user deletionRobin Appelman2021-08-121-0/+73
* Remove throwing annotationLukas Reschke2021-06-221-3/+0
* Use execute instead of executeStatementLukas Reschke2021-06-221-1/+1
* Properly cleanup entries of WebAuthn on user deletionMorris Jobke2021-06-222-0/+63
* Always renew apppasswords on loginRoeland Jago Douma2021-02-101-5/+0
* Convert 2FA token type to stringChristoph Wurst2021-01-221-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-1611-1/+11
* Type the authentication listenersChristoph Wurst2020-10-157-0/+21
* Use PSR logger in authenticationJoas Schilling2020-10-1211-60/+54
* Type some of the core mappersChristoph Wurst2020-10-124-1/+10
* Format code to a single space around binary operatorsChristoph Wurst2020-10-052-2/+2
* Allow configuring the activity update interval of tokenRoeland Jago Douma2020-10-041-1/+5
* Merge pull request #22641 from nextcloud/fix/credentials-store-upgrade-proper...Roeland Jago Douma2020-09-081-2/+7
|\
| * Fix undefined class property access after upgrade from 19 to 20Christoph Wurst2020-09-071-2/+7
* | Update license headers for Nextcloud 20 (again)Christoph Wurst2020-09-072-1/+3
|/
* Fix app password updating out of boundsRoeland Jago Douma2020-09-032-0/+55
* Merge pull request #21288 from lmamane/masterRoeland Jago Douma2020-08-281-1/+1
|\
| * Return correct loginname in credentials,Lionel Elie Mamane2020-08-201-1/+1
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-242-2/+4
|/
* Use matching parameter names form interfaces and implementationsMorris Jobke2020-08-192-7/+7
* Merge pull request #21344 from nextcloud/fix/twofactor-cleanup-eventMorris Jobke2020-08-132-10/+34
|\
| * Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-162-10/+34
* | Discourage webauthn user interactionRoeland Jago Douma2020-07-161-2/+7
|/
* Clean up auth tokens when user is deletedChristoph Wurst2020-06-151-0/+72
* Improve traces of invalid token exceptionsChristoph Wurst2020-05-273-17/+20
* Remember the webauthn name of devicesRoeland Jago Douma2020-05-071-1/+3
* Update license headers for 19Christoph Wurst2020-04-2912-8/+22
* Do not create remember me cookieJulius Härtl2020-04-231-2/+6
* Add visibility to all constantsChristoph Wurst2020-04-106-13/+13
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-102-3/+3
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1054-69/+3
* Use elseif instead of else ifChristoph Wurst2020-04-104-4/+4
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Use a blank line after the opening tagChristoph Wurst2020-04-097-0/+7
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Fix multiline commentsChristoph Wurst2020-04-083-4/+0
* Merge pull request #20241 from nextcloud/fix/license-headers-19Roeland Jago Douma2020-04-011-0/+1
|\
| * Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* | Merge pull request #19858 from nextcloud/feature/webauthnRoeland Jago Douma2020-03-318-13/+711
|\ \
| * | Start with webauthnRoeland Jago Douma2020-03-317-11/+709
| * | Make password nullable in LoginDataRoeland Jago Douma2020-03-311-2/+2
| |/
* / [POC] Event for failed login attemptsRoeland Jago Douma2020-03-313-3/+122
|/
* Remove unused importsChristoph Wurst2020-03-256-7/+0
* Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma2020-03-241-7/+3
|\
| * Check the user on remote wipeJoas Schilling2020-03-161-7/+3