1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-04 20:52:43 +01:00
phorge-phorge/src/applications/owners/storage
epriestley a641ec82a3 Add an "Authority" control to Packages to support "Watcher" packages
Summary: See T13657. An install has "watcher" packages which should not allow owners to "Force Accept" other packages.

Test Plan:
  - Created package A, which I own, on "/", with "Weak" authority.
  - Created package B, which I do not own, on "/src".
  - Created a revision which touches "/src" and added package B as a reviewer.
  - Attempted to accept the revision...
    - Before patch: permitted to "Force Accept" for package B.
    - After patch: not allowed to "Force Accept" for package B.
  - Verified that setting package "A" back to "Strong" authority allows a force-accept for package B.

Subscribers: PHID-OPKG-gm6ozazyms6q6i22gyam

Differential Revision: https://secure.phabricator.com/D21674
2021-06-25 13:48:46 -07:00
..
__tests__ Fix spelling 2017-10-09 10:48:04 -07:00
PhabricatorOwnersCustomFieldNumericIndex.php Add CustomField support to Owners 2015-09-10 13:32:31 -07:00
PhabricatorOwnersCustomFieldStorage.php Add CustomField support to Owners 2015-09-10 13:32:31 -07:00
PhabricatorOwnersCustomFieldStringIndex.php Add CustomField support to Owners 2015-09-10 13:32:31 -07:00
PhabricatorOwnersDAO.php Delete license headers from files 2012-11-05 11:16:51 -08:00
PhabricatorOwnersOwner.php Fix expansion of projects into lists of user PHIDs 2016-05-24 06:38:37 -07:00
PhabricatorOwnersPackage.php Add an "Authority" control to Packages to support "Watcher" packages 2021-06-25 13:48:46 -07:00
PhabricatorOwnersPackageNameNgrams.php Implement basic ngram search for Owners Package names 2015-12-22 08:00:33 -08:00
PhabricatorOwnersPackageTransaction.php Make the default behavior of getApplicationTransactionCommentObject() "return null" instead of "throw" 2019-02-07 14:56:38 -08:00
PhabricatorOwnersPath.php Fix an issue where editing paths in Owners packages could raise an error: undefined index "display" 2019-11-21 11:29:04 -08:00
PhabricatorOwnersSchemaSpec.php Fix file PHID extraction in Owners and Differential 2015-11-17 08:36:50 -08:00