@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.

Macro - allow view controller to be viewed publicly

Summary: Fixes T5735, setting up Phacility for huge financial success.

Test Plan:
opened up Safari - who logs in with Safari anyway? - and could still view a macro
could also view the list of macros

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T5735

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

+4
+4
src/applications/macro/controller/PhabricatorMacroViewController.php
··· 9 9 $this->id = $data['id']; 10 10 } 11 11 12 + public function shouldAllowPublic() { 13 + return true; 14 + } 15 + 12 16 public function processRequest() { 13 17 $request = $this->getRequest(); 14 18 $user = $request->getUser();