stable
Clone or download
Read-only
fix(mw-standalone): Restricted users should access MediaWiki Standalone in Public Inc. Restricted projects
Default implementation of RestrictedUserCanAccessVerifier is designed for the generic case of Restricted Users permission checking. However, Mediawiki is one of the exception of the services that should be accessible by restricted users in a "Public incl. restricted" project. Closes request #28268 Restricted users should access MediaWiki Standalone in Public Inc. Restricted projects Change-Id: Ib2da75d73670fcd088d644793859950a0f209027
Modified Files
Name | ||||
---|---|---|---|---|
A | plugins/mediawiki_standalone/include/Permissions/RestrictedUserCanAccessMediaWikiVerifier.php | +36 | −0 | Go to diff View file |
M | plugins/mediawiki_standalone/include/REST/v1/MediawikiStandaloneProjectResource.php | +2 | −2 | Go to diff View file |
M | src/common/Project/RestrictedUserCanAccessProjectVerifier.php | +10 | −0 | Go to diff View file |