1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/src/applications/doorkeeper
epriestley 2a5c987c71 Lock policy queries to their applications
Summary:
While we mostly have reasonable effective object accessibility when you lock a user out of an application, it's primarily enforced at the controller level. Users can still, e.g., load the handles of objects they can't actually see. Instead, lock the queries to the applications so that you can, e.g., never load a revision if you don't have access to Differential.

This has several parts:

  - For PolicyAware queries, provide an application class name method.
  - If the query specifies a class name and the user doesn't have permission to use it, fail the entire query unconditionally.
  - For handles, simplify query construction and count all the PHIDs as "restricted" so we get a UI full of "restricted" instead of "unknown" handles.

Test Plan:
  - Added a unit test to verify I got all the class names right.
  - Browsed around, logged in/out as a normal user with public policies on and off.
  - Browsed around, logged in/out as a restricted user with public policies on and off. With restrictions, saw all traces of restricted apps removed or restricted.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Differential Revision: https://secure.phabricator.com/D7367
2013-10-21 17:20:27 -07:00
..
application Add JIRA doorkeeper and remarkup support 2013-09-03 17:27:38 -07:00
bridge Add JIRA doorkeeper and remarkup support 2013-09-03 17:27:38 -07:00
controller Add remarkup support for Asana URIs 2013-06-24 15:55:08 -07:00
engine Improve voicing in text published to JIRA issues 2013-09-10 15:22:24 -07:00
option Make it easier to configure an Asana workspace ID 2013-07-12 13:10:03 -07:00
query Lock policy queries to their applications 2013-10-21 17:20:27 -07:00
remarkup Add JIRA doorkeeper and remarkup support 2013-09-03 17:27:38 -07:00
storage Explain policy exception rules to users 2013-09-27 08:43:41 -07:00
worker Remove loadMemberPHIDs from PhabricatorProject 2013-10-06 17:07:08 -07:00