aboutsummaryrefslogtreecommitdiffstats
path: root/core/Command/TwoFactorAuth
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-266-120/+16
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-232-2/+2
* Update core/Command/TwoFactorAuth/Cleanup.phpFaraz Samapoor2023-06-241-1/+1
* Update core/Command/TwoFactorAuth/Enable.phpFaraz Samapoor2023-06-241-1/+1
* Update core/Command/TwoFactorAuth/Disable.phpFaraz Samapoor2023-06-241-1/+1
* Update core/Command/TwoFactorAuth/State.phpFaraz Samapoor2023-06-241-1/+1
* Update core/Command/TwoFactorAuth/Enforce.phpFaraz Samapoor2023-06-241-1/+3
* Adds constructor to the Based class.Faraz Samapoor2023-06-245-6/+27
* Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-245-26/+14
* Update core to PHP 7.4 standardCarl Schwan2022-05-206-30/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-10/+4
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-243-0/+3
* Add return value to all commandsJoas Schilling2020-06-265-5/+7
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-105-5/+0
* Remove spaces after method or function callChristoph Wurst2020-04-091-1/+1
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Remove unused importsChristoph Wurst2020-03-251-1/+0
* Update license headersChristoph Wurst2019-12-056-12/+14
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Make it possible to enforce mandatory 2FA for groupsChristoph Wurst2018-10-151-6/+31
* Add mandatory 2FA service/classChristoph Wurst2018-09-301-0/+91
* Only allow 2FA state changs if providers support the operationChristoph Wurst2018-09-254-14/+92
* Use the correct Base classJoas Schilling2018-06-271-4/+0
* Make 2FA providers statefulChristoph Wurst2018-06-201-0/+110
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Implements are not needed because they are already done by base classMorris Jobke2018-01-251-1/+1
* Update license headersMorris Jobke2017-11-063-0/+4
* Autocomplete for l10n:* and twofactorauth:*Joas Schilling2016-09-293-10/+68
* Fix othersJoas Schilling2016-07-212-2/+4
* Update license headersLukas Reschke2016-05-262-2/+0
* add OCC command to enable/disable 2FA for a userChristoph Wurst2016-05-232-0/+130