stable

Clone or download

Read-only

Remove the possibility to create new SVN tokens

Access keys can be used instead. When no SVN tokens are associated with the account, the whole section is not shown. Part of story #30336 use a personal access key to do SVN operations Change-Id: Ief034118c58eb4509dba34dc65b6a72b8bbf1e55

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +7 −23 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +5 −22 Go to diff View file
M src/common/Request/RouteCollector.php +0 −8 Go to diff View file
M src/common/SVNCore/AccessControl/SVNProjectAccessRouteDefinition.php +1 −1 Go to diff View file
M src/common/SVNCore/Tokens/SVN_TokenDao.class.php +0 −10 Go to diff View file
M src/common/SVNCore/Tokens/SVN_TokenHandler.class.php +2 −32 Go to diff View file
M src/common/User/Account/templates/svn-tokens.mustache +36 −98 Go to diff View file
D src/common/User/SVNToken/SVNTokenCreateController.php +0 −75 Go to diff View file
M src/scripts/main/src/account/keys-tokens.ts +0 −5 Go to diff View file
M tests/e2e/full/cypress/e2e/user_preferences.cy.ts +0 −22 Go to diff View file
M tests/unit/common/SVNCore/Tokens/SVN_TokenHandlerTest.php +1 −1 Go to diff View file
M tests/unit/common/User/Account/DisplayKeysTokensControllerTest.php +29 −5 Go to diff View file
D tests/unit/common/User/SVNToken/SVNTokenCreateControllerTest.php +0 −103 Go to diff View file