stable

Clone or download

Read-only

Users can use an access key to do SVN operations

To test, generate a new access key with the `SVN` scope. You should be able to use it to checkout a repository or commit something to it. Part of story #30336 use a personal access key to do SVN operations Change-Id: I0af7bede895bf47708f28c9e96bb07786a466164

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +6 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +6 −0 Go to diff View file
A src/common/SVNCore/AccessControl/SVNPersonalAccessKeyBasedAuthenticationMethod.php +96 −0 Go to diff View file
M src/common/SVNCore/AccessControl/SVNProjectAccessRouteDefinition.php +30 −5 Go to diff View file
M src/common/User/AccessKey/Scope/CoreAccessKeyScopeBuilderFactory.php +2 −1 Go to diff View file
A src/common/User/AccessKey/Scope/SVNAccessKeyScope.php +102 −0 Go to diff View file
A tests/unit/common/SVNCore/AccessControl/SVNPersonalAccessKeyBasedAuthenticationMethodTest.php +107 −0 Go to diff View file
A tests/unit/common/User/AccessKey/Scope/SVNAccessKeyScopeTest.php +42 −0 Go to diff View file