aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/TwoFactorAuth/Manager.php
Commit message (Expand)AuthorAgeFilesLines
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-3/+3
* chore: Add SPDX headerAndy Scherzinger2024-05-241-22/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* Always catch OCP versions of authentication exceptionsCôme Chilliet2024-01-111-1/+1
* AppAPI: allowed to bypass Two-FactorAlexander Piskun2023-12-281-2/+2
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-9/+9
* docs: remove superfluous phpdocsDaniel Kesselberg2023-08-101-9/+1
* fix!: Remove legacy event dispatching Symfony's GenericEvent from 2FA ManagerJoas Schilling2023-07-271-14/+1
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-031-0/+4
* Fix types for reading and writing config valuesjld31032023-04-051-2/+2
* composer run cs:fixCôme Chilliet2023-01-201-1/+0
* Do not setup a session when not required on WebDAV requestsJulius Härtl2022-12-211-1/+2
* Fix the type of the return array in a few more placesCarl Schwan2022-10-181-2/+2
* Only check the twofactor state once per requestJoas Schilling2021-12-011-1/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* Add real events for enabled 2fa providers for usersRoeland Jago Douma2021-03-221-4/+16
* 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
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Remove unused importsChristoph Wurst2020-03-251-2/+0
* Fix mismatching doc block parameter typesChristoph Wurst2020-03-061-1/+1
* Update license headersChristoph Wurst2019-12-051-4/+4
* 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-151-1/+1
* Add mandatory 2FA service/classChristoph Wurst2018-09-301-2/+12
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-251-25/+1
* Fix 2FA being enforced if only backup codes provider is activeChristoph Wurst2018-08-101-4/+9
* Fix 2FA provider registry population on loginChristoph Wurst2018-08-081-1/+3
* Make 2FA providers statefulChristoph Wurst2018-06-201-72/+91
* 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