aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Authentication/TwoFactorAuth
Commit message (Expand)AuthorAgeFilesLines
* fix: Handle exception when clearing previously removed two factor tokensclear-pending-two-factor-tokens-also-from-configurationDaniel Calviño Sánchez2024-11-051-1/+5
* fix: Clear pending two factor tokens also from configurationDaniel Calviño Sánchez2024-11-051-0/+2
* chore(db): Apply query prepared statementsdbQueriesExecStmt2Git'Fellow2024-10-171-2/+2
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-19/+11
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-252-5/+5
* chore: Add SPDX headerAndy Scherzinger2024-05-248-157/+17
* fix: Fix new psalm errors from updateCôme Chilliet2024-04-081-9/+7
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-3/+3
* 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-234-13/+13
* fix(twofactor): avoid error in pgsql for duplicate entryBenjamin Gaussorgues2023-10-061-20/+17
* 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
* chore: Replace \OC::$server->query with \OCP\Server::get in /libChristoph Wurst2023-07-061-2/+2
* Fix event names of 2FA related typed eventsJoas Schilling2023-07-033-3/+13
* Fix types for reading and writing config valuesjld31032023-04-051-2/+2
* composer run cs:fixCôme Chilliet2023-01-206-6/+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-182-4/+4
* Only check the twofactor state once per requestJoas Schilling2021-12-011-1/+9
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-048-15/+8
* Move 2fa backupscode to new registrationRoeland Jago Douma2021-04-201-1/+1
* Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-1/+17
* 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
* 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