stable

Clone or download

Read-only

Enable default tag and branch permission on activation

This is part of story #8419 have permissions per tags/branches While activating fine grained permissions, if no permissions are defined, new default permissions will be granted. You will have a branch permission on * based on writers and rewinders. You will have a tag permission on * based on writers and rewinders. Change-Id: If59e17761295a8c26cbd2bba2891bb1d39b4d617

Modified Files

Name
M plugins/git/include/Git.class.php +24 −13 Go to diff View file
M plugins/git/include/Git/Permissions/FineGrainedPermissionFactory.php +57 −10 Go to diff View file
M plugins/git/include/gitPlugin.class.php +6 −1 Go to diff View file
M plugins/git/tests/Git/Permissions/FineGrainedPermissionFactoryTest.php +6 −1 Go to diff View file
M plugins/git/tests/rest/GitDataBuilder.php +8 −2 Go to diff View file