summaryrefslogtreecommitdiffstats
path: root/lib/public/Authentication
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces from commentsChristoph Wurst2020-04-091-1/+1
* Use a blank line after the opening tagChristoph Wurst2020-04-091-0/+1
* [POC] Event for failed login attemptsRoeland Jago Douma2020-03-311-0/+58
* Update license headersChristoph Wurst2019-12-0518-32/+57
* Add return type hint to credential store and make it strictChristoph Wurst2019-11-251-4/+5
* Some php-cs fixesRoeland Jago Douma2019-11-221-0/+1
* Add event dispatcher to OCPChristoph Wurst2019-06-251-1/+2
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-173-0/+118
* Fix activatable/deactivatable 2fa provider interface typosChristoph Wurst2018-12-032-2/+2
* Consolidate personal two-factor provider settingsChristoph Wurst2018-10-022-0/+90
* Let 2FA providers provide their custom icons (dark/light)Christoph Wurst2018-10-011-0/+55
* Emit event on enablign or disabling of 2FA providerRoeland Jago Douma2018-10-012-0/+66
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-0/+15
* Add public interfaces for activable/deactivable 2FA providersChristoph Wurst2018-09-102-0/+102
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+65
* Strict 2FARoeland Jago Douma2018-03-263-8/+12
* Dispatch event on twofactor failure and successRoeland Jago Douma2018-01-251-0/+6
* Update license headersMorris Jobke2017-11-067-12/+12
* Merge pull request #6177 from nextcloud/properly-add-slo-urlMorris Jobke2017-08-261-7/+6
|\
| * Properly allow \OCP\Authentication\IApacheBackend to specify logout URLLukas Reschke2017-08-181-7/+6
* | Allow 2FA providers to specify their custom CSPChristoph Wurst2017-08-261-0/+38
|/
* Thows exception if password not availableMorris Jobke2017-05-122-0/+37
* fix @since annotations (9.1->12)Christoph Wurst2017-01-113-7/+7
* add @since annotations and document methodsChristoph Wurst2017-01-112-0/+14
* add login credential storeChristoph Wurst2017-01-113-0/+122
* fix coding style and increase code coverageChristoph Wurst2017-01-111-12/+13
* Update TwoFactorException.phpCornelius Kölbel2017-01-111-2/+2
* Add a TwoFactorExceptionCornelius Kölbel2017-01-111-0/+37
* Fix othersJoas Schilling2016-07-212-2/+4
* Update license headersLukas Reschke2016-05-261-1/+0
* Add two factor auth to coreChristoph Wurst2016-05-231-0/+93
* Move \OCP\Authentication to PSR-4 (#24632)Roeland Douma2016-05-171-0/+64