stable

Clone or download

Read-only

fix(svn/el9): Bring back historical permission scheme

In 1182b1ef816e9aa2b9d33ffa91be270196ba749d a change of behaviour was introduced that made repository once world readable completly closed. With this commit, we bring back the original behaviour because we don't know the extend of the impact of this change (the code is running this way since 10+ years) and there is no way to revert/adapt at repository level because it's not possible to change [/] permissions yet. Part of: request #35454 SVN repositories in public project are no longer public Change-Id: Iff3546e3882e8b16e7a4ac692d00199078cc6847

Modified Files

Name
R plugins/ldap/include/SVN/SVNUserGroupsProvider.php Go to diff View file
M plugins/ldap/include/ldapPlugin.php +4 −4 Go to diff View file
R src/common/SVNCore/GetSVNUserGroups.php Go to diff View file
M src/common/SVNCore/SvnAccessFileDefaultBlockGenerator.php +19 −10 Go to diff View file
M tests/psalm/tuleap-baseline.xml +1 −1 Go to diff View file
M tests/unit/common/SVNCore/SvnAccessFileDefaultBlockGeneratorTest.php +59 −2 Go to diff View file