stable
Clone or download
Read-only
Closes request #29222: Remove Perl based SVN authentication
Code that was under a feature flag is now removed. Change-Id: I53b6502933bdf632c8135ad3cf6d129221ed2a71
Modified Files
Name | ||||
---|---|---|---|---|
D | plugins/ldap/include/LDAP_SVN_Apache_ModPerl.class.php | +0 | −52 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.php | +0 | −14 | Go to diff View file |
D | plugins/ldap/tests/unit/LDAPBackendSVNTest.php | +0 | −112 | Go to diff View file |
M | plugins/svn/include/SVN/SiteAdmin/CachePresenter.php | +1 | −10 | Go to diff View file |
M | plugins/svn/include/SVN/SiteAdmin/UpdateTuleapPMParamsController.php | +0 | −1 | Go to diff View file |
M | plugins/svn/include/SVN/SiteAdmin/templates/authentication-cache-settings.mustache | +0 | −9 | Go to diff View file |
M | plugins/svn/site-content/fr_FR/LC_MESSAGES/tuleap-svn.po | +0 | −3 | Go to diff View file |
M | plugins/svn/site-content/pt_BR/LC_MESSAGES/tuleap-svn.po | +0 | −3 | Go to diff View file |
M | src/common/Config/GetConfigKeys.php | +0 | −2 | Go to diff View file |
M | src/common/SVNCore/AccessControl/SVNProjectAccessController.php | +0 | −11 | Go to diff View file |
M | src/common/SVNCore/Cache/ParameterDao.php | +3 | −4 | Go to diff View file |
M | src/common/SVNCore/Cache/ParameterRetriever.php | +7 | −16 | Go to diff View file |
M | src/common/SVNCore/Cache/ParameterSaver.php | +5 | −6 | Go to diff View file |
M | src/common/SVNCore/Cache/Parameters.php | +1 | −17 | Go to diff View file |
M | src/common/SVNCore/SVN_Apache.class.php | +9 | −55 | Go to diff View file |
D | src/common/SVNCore/SVN_Apache_Auth_Factory.class.php | +0 | −70 | Go to diff View file |
D | src/common/SVNCore/SVN_Apache_ModPerl.class.php | +0 | −96 | Go to diff View file |
M | src/common/SVNCore/SVN_Apache_SvnrootConf.class.php | +3 | −29 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +1 | −10 | Go to diff View file |
M | src/db/mysql/database_initvalues.sql | +1 | −1 | Go to diff View file |
M | src/tuleap-cfg/Command/SetupMysqlInitCommand.php | +1 | −1 | Go to diff View file |
D | src/utils/svn/Tuleap.pm | +0 | −777 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +0 | −1 | Go to diff View file |
M | tests/integration/tests/Backend/BackendSVNTest.php | +0 | −6 | Go to diff View file |
M | tests/unit/common/SVNCore/AccessControl/SVNProjectAccessControllerTest.php | +1 | −17 | Go to diff View file |
M | tests/unit/common/SVNCore/Cache/ParameterRetrieverTest.php | +1 | −7 | Go to diff View file |
D | tests/unit/common/SVNCore/SVN_Apache_Auth_FactoryTest.php | +0 | −73 | Go to diff View file |
D | tests/unit/common/SVNCore/SVN_Apache_ModPerlTest.php | +0 | −215 | Go to diff View file |
M | tests/unit/common/SVNCore/SVN_Apache_SvnrootConfTest.php | +5 | −39 | Go to diff View file |
M | tools/rpm/tuleap.rhel7.spec | +1 | −8 | Go to diff View file |
M | tools/setup/el7/include/plugins.sh | +0 | −20 | Go to diff View file |