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

Update library map.

+2 -2
+2 -2
src/__phutil_library_map__.php
··· 1684 1684 'PhabricatorAuthApplication' => 'applications/auth/application/PhabricatorAuthApplication.php', 1685 1685 'PhabricatorAuthAuthFactorPHIDType' => 'applications/auth/phid/PhabricatorAuthAuthFactorPHIDType.php', 1686 1686 'PhabricatorAuthAuthProviderPHIDType' => 'applications/auth/phid/PhabricatorAuthAuthProviderPHIDType.php', 1687 - 'PhabricatorAuthSSHKeyPHIDType' => 'applications/auth/phid/PhabricatorAuthSSHKeyPHIDType.php', 1688 1687 'PhabricatorAuthConduitAPIMethod' => 'applications/auth/conduit/PhabricatorAuthConduitAPIMethod.php', 1689 1688 'PhabricatorAuthConfirmLinkController' => 'applications/auth/controller/PhabricatorAuthConfirmLinkController.php', 1690 1689 'PhabricatorAuthController' => 'applications/auth/controller/PhabricatorAuthController.php', ··· 1750 1749 'PhabricatorAuthSSHKeyDeleteController' => 'applications/auth/controller/PhabricatorAuthSSHKeyDeleteController.php', 1751 1750 'PhabricatorAuthSSHKeyEditController' => 'applications/auth/controller/PhabricatorAuthSSHKeyEditController.php', 1752 1751 'PhabricatorAuthSSHKeyGenerateController' => 'applications/auth/controller/PhabricatorAuthSSHKeyGenerateController.php', 1752 + 'PhabricatorAuthSSHKeyPHIDType' => 'applications/auth/phid/PhabricatorAuthSSHKeyPHIDType.php', 1753 1753 'PhabricatorAuthSSHKeyQuery' => 'applications/auth/query/PhabricatorAuthSSHKeyQuery.php', 1754 1754 'PhabricatorAuthSSHKeyTableView' => 'applications/auth/view/PhabricatorAuthSSHKeyTableView.php', 1755 1755 'PhabricatorAuthSSHPublicKey' => 'applications/auth/sshkey/PhabricatorAuthSSHPublicKey.php', ··· 5840 5840 'PhabricatorAuthSSHKeyDeleteController' => 'PhabricatorAuthSSHKeyController', 5841 5841 'PhabricatorAuthSSHKeyEditController' => 'PhabricatorAuthSSHKeyController', 5842 5842 'PhabricatorAuthSSHKeyGenerateController' => 'PhabricatorAuthSSHKeyController', 5843 + 'PhabricatorAuthSSHKeyPHIDType' => 'PhabricatorPHIDType', 5843 5844 'PhabricatorAuthSSHKeyQuery' => 'PhabricatorCursorPagedPolicyAwareQuery', 5844 5845 'PhabricatorAuthSSHKeyTableView' => 'AphrontView', 5845 - 'PhabricatorAuthSSHKeyPHIDType' => 'PhabricatorPHIDType', 5846 5846 'PhabricatorAuthSSHPublicKey' => 'Phobject', 5847 5847 'PhabricatorAuthSession' => array( 5848 5848 'PhabricatorAuthDAO',