stable
Clone or download
Read-only
This task is part of story #8419 have permissions per tags/branches To test it, you have to add data in your database. Change-Id: Ia9147ef9739c44c064deb4fe54efa2c91f75911a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/db/install.sql | +7 | −0 | Go to diff View file |
A | plugins/git/db/mysql/updates/2016/201606061643_add_repository_fine_grained_table.php | +56 | −0 | Go to diff View file |
M | plugins/git/include/Git.class.php | +27 | −4 | Go to diff View file |
M | plugins/git/include/Git/Permissions/FineGrainedDao.php | +24 | −0 | Go to diff View file |
A | plugins/git/include/Git/Permissions/FineGrainedPermissionFactory.php | +72 | −0 | Go to diff View file |
A | plugins/git/include/Git/Permissions/FineGrainedPermissionRepresentation.php | +81 | −0 | Go to diff View file |
M | plugins/git/include/GitForkPermissionsManager.class.php | +22 | −3 | Go to diff View file |
M | plugins/git/include/GitPresenters/AccessControlPresenter.class.php | +46 | −1 | Go to diff View file |
M | plugins/git/include/GitViews.class.php | +29 | −20 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/Pane/AccessControl.class.php | +27 | −9 | Go to diff View file |
M | plugins/git/include/GitViews/RepoManagement/RepoManagement.class.php | +33 | −12 | Go to diff View file |
M | plugins/git/include/autoload.php | +4 | −2 | Go to diff View file |
M | plugins/git/include/gitPlugin.class.php | +23 | −1 | Go to diff View file |
M | plugins/git/site-content/en_US/git.tab | +4 | −0 | Go to diff View file |
M | plugins/git/site-content/fr_FR/git.tab | +4 | −0 | Go to diff View file |
M | plugins/git/templates/access-control.mustache | +58 | −1 | Go to diff View file |
M | plugins/git/tests/GitTest.php | +3 | −1 | Go to diff View file |