stable

Clone or download

Read-only

Display the scope associated with an access key in the web UI

The account page list the scopes of each access keys. Part of story #14023: access Git repositories with a personal access key Change-Id: I0c84504b82677589a84406eb731a759e926998a1

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +13 −3 Go to diff View file
M src/common/User/AccessKey/AccessKeyMetadataPresenter.php +11 −0 Go to diff View file
A src/common/User/AccessKey/AccessKeyScopePresenter.php +46 −0 Go to diff View file
M src/common/User/AccessKey/Scope/AccessKeyScope.php +2 −0 Go to diff View file
A src/common/User/AccessKey/Scope/AccessKeyScopeDefinition.php +32 −0 Go to diff View file
M src/common/User/AccessKey/Scope/RESTAccessKeyScope.php +21 −0 Go to diff View file
M src/templates/user/access-keys.mustache +5 −1 Go to diff View file
M tests/phpunit/common/User/AccessKey/Scope/RESTAccessKeyScopeTest.php +3 −0 Go to diff View file