1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/maniphest/controller
epriestley 8c1c6fec5a Modernize policies in Paste and Macro
Summary:
Ref T603. Fixes T2823. This updates Paste and Macro.

  - **Paste**
    - Added default view policy.
    - I didn't add a "create" policy, since I can't come up with any realistic scenario where you'd give users access to pastes but not let them create them.
  - **Macro**
    - Added a "manage" policy, which covers creating and editing macros. This lets an install only allow "People With An Approved Sense of Humor" or whatever to create macros.
    - Removed the "edit" policy, since giving individual users access to specific macros doesn't make much sense to me.
    - Changed the view policy to the "most public" policy the install allows.
    - Added view policy information to the header.

Also fix a couple of minor things in Maniphest.

Test Plan:
  - Set Paste policy, created pastes via web and Conduit, saw they got the right default policies.
  - Set Macro policy, tried to create/edit macros with valid and unauthorized users.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2823, T603

Differential Revision: https://secure.phabricator.com/D7317
2013-10-16 10:35:52 -07:00
..
ManiphestBatchEditController.php Use ManiphestTaskQuery in nearly all interfaces 2013-09-25 13:44:14 -07:00
ManiphestController.php Make Maniphest list page react to viewer capabilities 2013-09-25 13:45:04 -07:00
ManiphestExportController.php Fix excel export of builtin queries 2013-09-17 11:30:48 -07:00
ManiphestReportController.php Always pass handles to tokenizers, not <phid -> name> maps 2013-10-07 12:51:24 -07:00
ManiphestSubpriorityController.php Use ManiphestTaskQuery in nearly all interfaces 2013-09-25 13:44:14 -07:00
ManiphestSubscribeController.php Use ManiphestTaskQuery in nearly all interfaces 2013-09-25 13:44:14 -07:00
ManiphestTaskDescriptionPreviewController.php Restore merge of phutil_tag. 2013-02-13 14:51:18 -08:00
ManiphestTaskDetailController.php Modernize policies in Paste and Macro 2013-10-16 10:35:52 -07:00
ManiphestTaskEditController.php Add defualt view and default edit policies for tasks 2013-10-09 13:53:17 -07:00
ManiphestTaskListController.php Make Maniphest list page react to viewer capabilities 2013-09-25 13:45:04 -07:00
ManiphestTransactionPreviewController.php Use ManiphestTaskQuery in nearly all interfaces 2013-09-25 13:44:14 -07:00
ManiphestTransactionSaveController.php Make most file reads policy-aware 2013-09-30 09:38:13 -07:00