1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-29 02:02:41 +01:00
phorge-phorge/src/applications/owners
epriestley d1eed54d85 Fix expansion of projects into lists of user PHIDs
Summary:
Ref T11016. I think I inverted the meaning of this function by accident in D14893.

The intent is to return a list of users: direct users, and all members of all projects.

Prior to this patch actually returns direct users, and all projects they are members of.

Test Plan:
  - Created "Project with Dog".
  - Added user "dog" to project.
  - Created package "X", owning file "/x", with audit enabled.
  - Made "X" owned by "Project with Dog".
  - Modified "/x" and had user "dog" accept it.
  - Landed change.
  - Prior to change: package "X" incorrectly added as auditor.
  - After change: package "X" correctly omitted as auditor, because a member reviewed the change.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11016

Differential Revision: https://secure.phabricator.com/D15971
2016-05-24 06:38:37 -07:00
..
application Give Owners packages the "O" monogram 2016-05-13 17:18:15 -07:00
capability Give Owners real view and edit policies 2016-02-15 11:56:35 -08:00
conduit Formally deprecate owners.query Conduit API method 2016-04-20 09:04:45 -07:00
config Move FontIcon calls to Icon 2016-01-28 08:48:45 -08:00
controller Allow users to manage package dominion rules 2016-05-17 10:57:43 -07:00
customfield Add CustomField support to Owners 2015-09-10 13:32:31 -07:00
editor Allow users to manage package dominion rules 2016-05-17 10:57:43 -07:00
engineextension Support editing statuses and paths in Owners via Conduit API 2015-12-15 15:04:00 -08:00
mail Build separate mail for each recipient, honoring recipient access levels 2015-06-03 18:59:31 -07:00
phid Use "fa-shopping-bag" instead of "fa-list-alt" for Owners package icon 2016-05-13 17:19:20 -07:00
query Allow users to manage package dominion rules 2016-05-17 10:57:43 -07:00
remarkup Give Owners packages the "O" monogram 2016-05-13 17:18:15 -07:00
searchfield Flesh out Conduit parmeter types for maniphest.search 2015-12-14 04:24:01 -08:00
storage Fix expansion of projects into lists of user PHIDs 2016-05-24 06:38:37 -07:00
typeahead Make packages mailable and subscribable 2016-05-13 17:18:57 -07:00