summaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/TwoFactorAuth
Commit message (Expand)AuthorAgeFilesLines
* Convert 2FA token type to stringChristoph Wurst2021-01-221-3/+3
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Use PSR logger in authenticationJoas Schilling2020-10-121-9/+12
* Emit an event for every disabled 2FA provider during cleanupChristoph Wurst2020-06-162-10/+34
* Add visibility to all constantsChristoph Wurst2020-04-103-6/+6
* Format control structures, classes, methods and functionChristoph Wurst2020-04-107-13/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-092-2/+2
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Remove unused importsChristoph Wurst2020-03-252-3/+0
* Merge pull request #19820 from nextcloud/fix/mismatching-docblock-return-typeChristoph Wurst2020-03-091-1/+1
|\
| * Fix mismatching docblock return typesChristoph Wurst2020-03-061-1/+1
* | Fix mismatching doc block parameter typesChristoph Wurst2020-03-061-1/+1
|/
* Clean up 2FA provider registry when a user is deletedChristoph Wurst2020-01-082-0/+16
* Update license headersChristoph Wurst2019-12-058-19/+23
* Use Symfony's new contract Event class instead of the deprecated oneChristoph Wurst2019-09-121-4/+3
* Allow 2FA to be setup on first loginRoeland Jago Douma2019-05-171-0/+14
* Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-0/+9
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-153-6/+158
* Emit event on enablign or disabling of 2FA providerRoeland Jago Douma2018-10-011-1/+15
* Add mandatory 2FA service/classChristoph Wurst2018-09-302-2/+60
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-254-25/+111
* Fix handlng of concurrent inserts of the 2FA provider registry DAOChristoph Wurst2018-08-311-20/+9
* Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst2018-08-101-4/+9
* Fix double-inserts of the same provider stateChristoph Wurst2018-08-091-6/+19
* Rename providerset method to get primary providersChristoph Wurst2018-08-081-1/+1
* Fix login redirection if only one 2FA provider is activeChristoph Wurst2018-08-081-0/+11
* Fix 2FA provider registry population on loginChristoph Wurst2018-08-081-1/+3
* Fix duplicate inserts in the 2fa provider registry DAOChristoph Wurst2018-07-311-10/+18
* Make new classes strict and fix license headerChristoph Wurst2018-06-252-0/+2
* Make 2FA providers statefulChristoph Wurst2018-06-205-72/+391
* Dispatch event on twofactor failure and successRoeland Jago Douma2018-01-251-13/+30
* Update license headersMorris Jobke2017-11-061-1/+3
* 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
* Change 2FA activities to more generic security activitiesChristoph Wurst2017-05-181-5/+6
* fix minor issuesChristoph Wurst2016-12-191-5/+18
* Publish, parse and filter 2FA activitiesChristoph Wurst2016-12-191-1/+31
* fix undefined index error when the backup codes provider is not activeChristoph Wurst2016-11-281-0/+3
* Fix typ in constant nameLukas Reschke2016-11-021-4/+4
* Fix invalid PHPDocsLukas Reschke2016-11-021-1/+1
* bring back remember-meChristoph Wurst2016-11-021-5/+14
* 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
* Check if an app provide two-factor-auth providers before we try to use themRobin Appelman2016-07-231-9/+11
* Fix othersJoas Schilling2016-07-211-1/+2
* 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
* Update license headersLukas Reschke2016-05-261-1/+0
* add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-231-2/+27