stable
Clone or download
Read-only
request #18500: Remove support of "half anonymous / half authentication mandatory" support
This is the actual removal of the PermissionsOverrider that was announced last January in git #tuleap/stable/e22ca3e6837a3536a458d6baba04c503f2869c83. Change-Id: Ia54c37f29f144b7768387660b3aed550c18bb452
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/docman/include/ApprovalTable/Reminder.class.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/ApprovalTable/Reviewer/ReviewerFactory.class.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_HTTPController.class.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/Docman_PermissionsManager.class.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/Notifications/NotificationBuilders.php | +0 | −2 | Go to diff View file |
M | plugins/docman/include/docmanPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/docman/include/view/Docman_View_ItemDetailsSectionApprovalCreate.class.php | +0 | −1 | Go to diff View file |
M | plugins/git/hooks/post-receive.php | +0 | −1 | Go to diff View file |
M | plugins/git/include/gitPlugin.php | +1 | −2 | Go to diff View file |
M | plugins/gitlab/include/gitlabPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/program_management/include/REST/v1/ProjectResource.php | +0 | −3 | Go to diff View file |
M | plugins/program_management/include/program_managementPlugin.php | +0 | −4 | Go to diff View file |
M | plugins/projectmilestones/include/Widget/ProjectMilestonesPresenterBuilder.php | +0 | −2 | Go to diff View file |
M | plugins/projectmilestones/include/projectmilestonesPlugin.php | +1 | −1 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/Notification/PullRequestNotificationSupport.php | +0 | −8 | Go to diff View file |
M | plugins/pullrequest/include/PullRequest/REST/v1/PullRequestsResource.php | +0 | −2 | Go to diff View file |
M | plugins/pullrequest/include/pullrequestPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/statistics/include/statisticsPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/svn/bin/svn_post_commit.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Artifact.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/Artifact/Changeset/PostCreation/MailSender.php | +0 | −2 | Go to diff View file |
M | plugins/tracker/include/Tracker/DateReminder/Tracker_DateReminderManager.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Field_CrossReferences.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/Tracker/Tracker.class.php | +0 | −1 | Go to diff View file |
M | plugins/tracker/include/trackerPlugin.php | +0 | −1 | Go to diff View file |
M | plugins/webdav/include/ServerBuilder.php | +0 | −2 | Go to diff View file |
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +0 | −10 | Go to diff View file |
M | src/common/Config/ForgeConfig.php | +1 | −2 | Go to diff View file |
M | src/common/FRS/FRSPermissionManager.php | +0 | −2 | Go to diff View file |
M | src/common/FRS/FRSReleaseFactory.class.php | +0 | −2 | Go to diff View file |
M | src/common/FRS/FileModuleMonitorFactory.class.php | +0 | −2 | Go to diff View file |
M | src/common/ForgeAccess/ForgeAccess.php | +1 | −16 | Go to diff View file |
M | src/common/Project/ProjectAccessChecker.php | +2 | −13 | Go to diff View file |
M | src/common/Project/ProjectManager.class.php | +0 | −1 | Go to diff View file |
M | src/common/REST/ProjectStatusVerificator.php | +0 | −2 | Go to diff View file |
M | src/common/Request/RouteCollector.php | +0 | −2 | Go to diff View file |
M | src/common/admin/SiteAdminWarnings.php | +0 | −5 | Go to diff View file |
M | src/common/backend/BackendSVN.class.php | +0 | −1 | Go to diff View file |
D | src/common/include/PermissionsOverrider/IOverridePermissions.php | +0 | −46 | Go to diff View file |
D | src/common/include/PermissionsOverrider/PermissionsOverriderManager.php | +0 | −131 | Go to diff View file |
M | src/common/include/URLVerification.class.php | +6 | −11 | Go to diff View file |
M | src/common/layout/BaseLayout.php | +0 | −2 | Go to diff View file |
M | src/common/layout/ProjectSidebarBuilder.php | +0 | −8 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiNotification.php | +0 | −1 | Go to diff View file |
M | src/www/soap/common/group.php | +0 | −1 | Go to diff View file |
M | src/www/soap/svn/index.php | +0 | −1 | Go to diff View file |
M | tests/unit/common/ForgeAccess/ForgeAccessTest.php | +6 | −37 | Go to diff View file |
R | tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderAnonymousPlatformAndNoOverriderTest.php | Go to diff View file | ||
R | tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRegularPlatformAndNoOverriderTest.php | Go to diff View file | ||
D | tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformAndOverriderForceAnonymousButOverriderForceGrantTest.php | +0 | −128 | Go to diff View file |
D | tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformAndOverriderForceAnonymousTest.php | +0 | −113 | Go to diff View file |
R | tests/unit/common/Include/UrlVerification/URLVerificationPermissionsOverriderRestrictedPlatformAndNoOverriderTest.php | Go to diff View file | ||
M | tests/unit/common/Include/UrlVerification/URLVerificationWithAnonymousTest.php | +2 | −8 | Go to diff View file |
M | tests/unit/common/Project/ProjectAccessCheckerTest.php | +1 | −49 | Go to diff View file |