@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Allow logged-out access to individual diffs (vs revisions)

Summary: Fixes T5303. Individual diffs can have public access policies.

Test Plan: Viewed a public diff while logged out.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: epriestley

Maniphest Tasks: T5303

Differential Revision: https://secure.phabricator.com/D9452

+4
+4
src/applications/differential/controller/DifferentialDiffViewController.php
··· 4 4 5 5 private $id; 6 6 7 + public function shouldAllowPublic() { 8 + return true; 9 + } 10 + 7 11 public function willProcessRequest(array $data) { 8 12 $this->id = $data['id']; 9 13 }