@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 the omnipotent viewer to see objects in uninstalled applications

Particularly, in the cluster, it needs to be able to see Almanac services.
This permission may be conflated with the logged-out viewer, since neither
have PHIDs.

Auditors: btrahan

+4
+4
src/applications/base/PhabricatorApplication.php
··· 449 449 $class, 450 450 PhabricatorUser $viewer) { 451 451 452 + if ($viewer->isOmnipotent()) { 453 + return true; 454 + } 455 + 452 456 $cache = PhabricatorCaches::getRequestCache(); 453 457 $viewer_phid = $viewer->getPHID(); 454 458 $key = 'app.'.$class.'.installed.'.$viewer_phid;