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

Minor, fix an issue where creating a provider without changing anything fails to save it because there are no effective transactions.

+4
+4
src/applications/auth/controller/config/PhabricatorAuthEditController.php
··· 110 110 ->setNewValue($value); 111 111 } 112 112 113 + if ($is_new) { 114 + $config->save(); 115 + } 116 + 113 117 $editor = id(new PhabricatorAuthProviderConfigEditor()) 114 118 ->setActor($viewer) 115 119 ->setContentSourceFromRequest($request)