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

Fix a couple of minor OAuthServer things

Summary:
I was a bit hasty with this.

- This should be uninstallable.
- Provide a real description.
- Choose a better title glyph (trident of neptune).

Test Plan: Poked around.

Reviewers: btrahan, chad

Reviewed By: chad

Subscribers: aran, epriestley

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

+2 -6
+2 -6
src/applications/oauthserver/application/PhabricatorApplicationOAuthServer.php
··· 15 15 } 16 16 17 17 public function getTitleGlyph() { 18 - return "~"; 18 + return "\xE2\x99\x86"; 19 19 } 20 20 21 21 public function getFlavorText() { 22 - return pht('yerps'); 22 + return pht('Login with Phabricator'); 23 23 } 24 24 25 25 public function getApplicationGroup() { 26 26 return self::GROUP_UTILITIES; 27 - } 28 - 29 - public function canUninstall() { 30 - return false; 31 27 } 32 28 33 29 public function isBeta() {