stable
Clone or download
Read-only
This task is part of story #8418 setup a git permissions template for my project A git administrator is now able to define default Git access rights. These rights are not taken into account for now. Change-Id: Ia799474030535d6ed290913fd74274456b2d97e5
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/AccessRightsPresenterOptionsBuilder.php | +23 | −3 | Go to diff View file |
M | plugins/git/include/Git.class.php | +16 | −0 | Go to diff View file |
M | plugins/git/include/GitPermissionsManager.class.php | +51 | −1 | Go to diff View file |
A | plugins/git/include/GitPresenters/AdminGitAccessRightsPresenter.php | +110 | −0 | Go to diff View file |
M | plugins/git/include/GitPresenters/AdminPresenter.php | +6 | −0 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +27 | −0 | Go to diff View file |
M | plugins/git/include/autoload.php | +3 | −2 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +1 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +1 | −0 | Go to diff View file |
A | plugins/git/templates/admin-git-access-rights.mustache | +17 | −0 | Go to diff View file |
M | plugins/git/templates/admin.mustache | +7 | −0 | Go to diff View file |
M | plugins/git/www/themes/default/css/style.scss | +6 | −0 | Go to diff View file |