stable
Clone or download
Read-only
Merge commit 'refs/changes/21/8021/4' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: request #10098: Remove Subversion authentication mod modmysql and modldap
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/LDAP_BackendSVN.class.php | +5 | −5 | Go to diff View file |
D | plugins/ldap/include/LDAP_SVN_Apache.class.php | +0 | −111 | Go to diff View file |
M | plugins/ldap/include/autoload.php | +2 | −3 | Go to diff View file |
M | plugins/ldap/include/ldapPlugin.class.php | +5 | −11 | Go to diff View file |
M | plugins/ldap/tests/LDAP_BackendSVNTest.php | +9 | −16 | Go to diff View file |
D | plugins/ldap/tests/LDAP_SVN_ApacheTest.php | +0 | −84 | Go to diff View file |
M | plugins/svn/include/Svn/Dao.class.php | +1 | −3 | Go to diff View file |
M | src/common/autoload.php | +2 | −6 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +0 | −9 | Go to diff View file |
M | src/common/event/Event.class.php | +4 | −7 | Go to diff View file |
M | src/common/svn/SVN_Apache_Auth_Factory.class.php | +7 | −44 | Go to diff View file |
D | src/common/svn/SVN_Apache_ModMysql.class.php | +0 | −35 | Go to diff View file |
M | src/common/svn/SVN_Apache_SvnrootConf.class.php | +6 | −10 | Go to diff View file |
M | src/common/svn/SVN_DAO.class.php | +1 | −2 | Go to diff View file |
M | src/common/svn/admin/Presenter.php | +1 | −12 | Go to diff View file |
M | src/common/svn/admin/Renderer.php | +0 | −1 | Go to diff View file |
M | src/common/svn/admin/Router.php | +1 | −8 | Go to diff View file |
D | src/common/svn/admin/TokenController.php | +0 | −163 | Go to diff View file |
D | src/common/svn/admin/TokenPresenter.php | +0 | −164 | Go to diff View file |
M | src/common/svn/intro/SVN_IntroPresenter.php | +3 | −10 | Go to diff View file |
D | src/common/svn/tokens/SVN_TokenUsageManager.php | +0 | −73 | Go to diff View file |
M | src/db/mysql/database_structure.sql | +0 | −5 | Go to diff View file |
A | src/db/mysql/updates/2017/201703281110_keep_only_modperl_svn_authentication_mode.php | +64 | −0 | Go to diff View file |
M | src/etc/local.inc.dist | +1 | −7 | Go to diff View file |
M | src/templates/svn/admin.mustache | +0 | −8 | Go to diff View file |
M | src/www/admin/svn/index.php | +2 | −8 | Go to diff View file |
M | src/www/svn/svn_intro.php | +1 | −6 | Go to diff View file |
M | tests/integration/_fixtures/local.inc | +0 | −6 | Go to diff View file |
M | tests/simpletest/common/backend/BackendSVNTest.php | +3 | −10 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_Apache_Auth_FactoryTest.php | +11 | −43 | Go to diff View file |
D | tests/simpletest/common/svn/SVN_Apache_ModMysqlTest.php | +0 | −78 | Go to diff View file |
M | tests/simpletest/common/svn/SVN_Apache_SvnrootConfTest.php | +11 | −29 | Go to diff View file |