stable
Clone or download
Read-only
Merge 'gerrit #11621' into stable/master
* commit 'ceffaeda99': request #11607 Restricted user might no longer have access to artifact in "public" projects Change-Id: Ib966f97d4e784ce814a170d42b213216c6bde72d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/git/include/gitPlugin.class.php | +6 | −5 | Go to diff View file |
M | plugins/mediawiki/include/mediawikiPlugin.class.php | +6 | −8 | Go to diff View file |
A | src/common/Request/RestrictedUsersAreHandledByPluginEvent.php | +56 | −0 | Go to diff View file |
M | src/common/autoload.php | +3 | −2 | Go to diff View file |
M | src/common/event/Event.class.php | +0 | −17 | Go to diff View file |
M | src/common/include/URLVerification.class.php | +13 | −21 | Go to diff View file |
M | src/www/project/admin/ugroup_utils.php | +6 | −15 | Go to diff View file |
M | tests/simpletest/common/include/URLVerificationTest.php | +20 | −22 | Go to diff View file |