stable
Clone or download
Read-only
This plugin has never been finished and it is unlikely it will ever be in this state. There is some incoming WebAuthN work which is better than this anyway. Worst case scenario we could still get back the code thanks to the Git history but it is not really up to our current standards. Close story #11649: protect my account with a TOTP code Change-Id: I0a45e71a0c264bcbc7c372fffcf329774068ea28
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/mfa/README.md | +0 | −3 | Go to diff View file |
D | plugins/mfa/composer.json | +0 | −14 | Go to diff View file |
D | plugins/mfa/composer.lock | +0 | −86 | Go to diff View file |
D | plugins/mfa/db/install.sql | +0 | −4 | Go to diff View file |
D | plugins/mfa/db/uninstall.sql | +0 | −1 | Go to diff View file |
D | plugins/mfa/include/Enrollment/EnrollmentDisplayController.php | +0 | −63 | Go to diff View file |
D | plugins/mfa/include/Enrollment/EnrollmentPresenter.php | +0 | −47 | Go to diff View file |
D | plugins/mfa/include/Enrollment/EnrollmentRegisterController.php | +0 | −64 | Go to diff View file |
D | plugins/mfa/include/Enrollment/TOTP/EnrollmentTOTPException.php | +0 | −25 | Go to diff View file |
D | plugins/mfa/include/Enrollment/TOTP/EnrollmentTOTPMissingSessionSecretException.php | +0 | −25 | Go to diff View file |
D | plugins/mfa/include/Enrollment/TOTP/InvalidTOTPCodeException.php | +0 | −29 | Go to diff View file |
D | plugins/mfa/include/Enrollment/TOTP/NotFoundTOTPEnrollmentException.php | +0 | −29 | Go to diff View file |
D | plugins/mfa/include/Enrollment/TOTP/TOTPEnroller.php | +0 | −106 | Go to diff View file |
D | plugins/mfa/include/Enrollment/TOTP/TOTPEnrollmentDAO.php | +0 | −56 | Go to diff View file |
D | plugins/mfa/include/Enrollment/TOTP/TOTPRetriever.php | +0 | −65 | Go to diff View file |
D | plugins/mfa/include/Enrollment/TrialAuthenticationDisplayController.php | +0 | −64 | Go to diff View file |
D | plugins/mfa/include/Enrollment/TrialAuthenticationVerifierController.php | +0 | −76 | Go to diff View file |
D | plugins/mfa/include/OTP/TOTP.php | +0 | −96 | Go to diff View file |
D | plugins/mfa/include/OTP/TOTPMode.php | +0 | −87 | Go to diff View file |
D | plugins/mfa/include/OTP/TOTPModeBuilder.php | +0 | −32 | Go to diff View file |
D | plugins/mfa/include/OTP/TOTPValidator.php | +0 | −53 | Go to diff View file |
D | plugins/mfa/include/Plugin/PluginDescriptor.php | +0 | −32 | Go to diff View file |
D | plugins/mfa/include/Plugin/PluginInfo.php | +0 | −31 | Go to diff View file |
D | plugins/mfa/include/mfaPlugin.php | +0 | −112 | Go to diff View file |
D | plugins/mfa/site-content/fr_FR/LC_MESSAGES/tuleap-mfa.po | +0 | −23 | Go to diff View file |
D | plugins/mfa/site-content/pt_BR/LC_MESSAGES/tuleap-mfa.po | +0 | −21 | Go to diff View file |
D | plugins/mfa/templates/enrollment.mustache | +0 | −16 | Go to diff View file |
D | plugins/mfa/templates/trial_enrollment.mustache | +0 | −7 | Go to diff View file |
D | plugins/mfa/tests/unit/Enrollment/TOTP/TOTPEnrollerTest.php | +0 | −111 | Go to diff View file |
D | plugins/mfa/tests/unit/OTP/TOTPModeTest.php | +0 | −70 | Go to diff View file |
D | plugins/mfa/tests/unit/OTP/TOTPTest.php | +0 | −73 | Go to diff View file |
D | plugins/mfa/tests/unit/OTP/TOTPValidatorTest.php | +0 | −51 | Go to diff View file |
D | plugins/mfa/tests/unit/bootstrap.php | +0 | −21 | Go to diff View file |
M | tests/psalm/psalm.xml | +0 | −1 | Go to diff View file |
M | tests/psalm/tuleap-baseline.xml | +0 | −183 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +0 | −1 | Go to diff View file |