Files
gerrit/gerrit-httpd
Patrick Hiesel e4e07aa7d5 Hide ProjectControl#isOwner() and replace it with fine-grained permissions
This commit makes ProjectControl#isOwner() package-private and adds the
following new project permissions:

* READ_CONFIG
* WRITE_CONFIG
* BAN_COMMIT
* READ_REFLOG

In addition it adds the following ref permission:

* SET_HEAD

This refactoring is a no-op and does not change any behavior.

Change-Id: I3707ff00cded99ab63109c87d2ea6090b6346b68
2017-10-10 16:26:01 +02:00
..