Page MenuHomePhabricator

Allow "Can Configure Application" permissions to be configured
ClosedPublic

Authored by epriestley on Nov 17 2018, 7:10 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 4:57 AM
Unknown Object (File)
Sun, Apr 28, 7:36 AM
Unknown Object (File)
Sat, Apr 27, 8:37 AM
Unknown Object (File)
Sat, Apr 27, 4:28 AM
Unknown Object (File)
Thu, Apr 25, 12:42 AM
Unknown Object (File)
Fri, Apr 19, 2:56 AM
Unknown Object (File)
Fri, Apr 19, 2:56 AM
Unknown Object (File)
Fri, Apr 19, 2:56 AM
Subscribers

Details

Summary

Ref T13216. See PHI980. Currently, each application in ApplicationsXConfigure has a "Can Configure Application" permission which is hard-coded to "Administrators".

There's no technical reason for this, there just hasn't been a great use case for unlocking it. I think when I originally wrote it our protections against locking yourself out of things weren't that great (i.e., it was easier to set the policy to something that prevented you from editing it after the new policy took effect). Our protections are better now.

The major goal here is to let installs open up Custom Forms for given applications (mostly Maniphest) to more users, but the other options mostly go hand-in-hand with that.

Also, in developer mode, include stack traces for policy exceptions. This makes debugging weird stuff (like the indirect Config application errors here) easier.

Test Plan
  • Granted "Can Configure Application" for Maniphest to all users.
  • Edited custom forms as a non-administrator.
  • Configured Maniphest as a non-administrator.
  • Installed/uninstalled Maniphest as a non-administrator.
  • Tried to lock myself out (got an error message).

Screen Shot 2018-11-17 at 10.48.29 AM.png (1×2 px, 280 KB)

Diff Detail

Repository
rP Phabricator
Branch
appedit1
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 21187
Build 28808: Run Core Tests
Build 28807: arc lint + arc unit

Event Timeline

I feel like custom forms should have their own edit permissions can that access can be managed more granularly.

This revision is now accepted and ready to land.Nov 19 2018, 1:21 AM
This revision was automatically updated to reflect the committed changes.