1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-02 19:52:44 +01:00
phorge-phorge/src/applications/oauthserver
Joshua Spence b4d7a9de39 Simplify the implementation of PhabricatorPolicyCapability subclasses
Summary: Instead of implementing the `getCapabilityKey` method in all subclasses of `PhabricatorPolicyCapability`, provide a `final` implementation in the base class which uses reflection. See D9837 and D9985 for similar implementations.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin, hach-que

Differential Revision: https://secure.phabricator.com/D10039
2014-07-25 08:25:42 +10:00
..
__tests__ Fix an OAuthServer issue where an attacker could make a link function over HTTP when it should be HTTPS-only 2013-02-19 16:09:36 -08:00
application Rename policy capabilities 2014-07-25 08:20:39 +10:00
capability Simplify the implementation of PhabricatorPolicyCapability subclasses 2014-07-25 08:25:42 +10:00
controller Rename policy capabilities 2014-07-25 08:20:39 +10:00
panel Rename PhabricatorApplication subclasses 2014-07-23 10:03:09 +10:00
phid Rename PHIDType classes 2014-07-24 08:05:46 +10:00
query Rename PhabricatorApplication subclasses 2014-07-23 10:03:09 +10:00
storage Rename PHIDType classes 2014-07-24 08:05:46 +10:00
PhabricatorOAuthResponse.php Remove @group annotations 2014-07-10 08:12:48 +10:00
PhabricatorOAuthServer.php Remove @group annotations 2014-07-10 08:12:48 +10:00
PhabricatorOAuthServerScope.php Remove @group annotations 2014-07-10 08:12:48 +10:00