summaryrefslogtreecommitdiffstats
path: root/gerrit-server/src/main/java/com/google/gerrit/server/project/RefControl.java
Commit message (Expand)AuthorAgeFilesLines
* Add new change state "deferred".Ismo Haataja2014-06-201-0/+5
* Staging branch featureIsmo Haataja2014-06-201-0/+7
* Verify access to source ref during add branch operationDariusz Luksza2013-10-011-2/+3
* Overrule BLOCK with ALLOW on the same projectSasa Zivkov2013-03-051-42/+85
* Cache RefControl.isVisible()Gustaf Lundh2012-12-191-2/+7
* Make deleting and publishing drafts a grantable permissionDavid Pursehouse2012-12-121-0/+12
* Add permission for pushing signed tagDavid Pursehouse2012-12-121-2/+1
* Fix branch creation and deletion from web UIShawn O. Pearce2012-12-011-0/+2
* Merge "Improve suggest user performance when adding a reviewer."Martin Fick2012-11-161-0/+20
|\
| * Improve suggest user performance when adding a reviewer.Sasa Zivkov2012-11-021-0/+20
* | Add "Force Edit" option on the Edit Topic Name permissionDavid Pursehouse2012-11-171-0/+13
* | Make the ability to edit topic names a grantable permissionDavid Pursehouse2012-11-161-0/+4
* | Merge "Make the ability to view draft changes a grantable permission"Edwin Kempin2012-11-131-0/+5
|\ \
| * | Make the ability to view draft changes a grantable permissionDavid Pursehouse2012-11-141-0/+5
| |/
* / Remove AuthMethod and add access token to RestApiShawn O. Pearce2012-11-121-2/+2
|/
* Fix: Could not use '.' when constructing ref regex rules.Gustaf Lundh2012-10-151-1/+6
* Make the ability to remove reviewers a grantable permissionChad Horohoe2012-09-141-0/+5
* Ensure that only administrators can change the global capabilitiesEdwin Kempin2012-06-161-1/+8
* Add new ACL for abandoning changesChad Horohoe2012-06-071-0/+5
* Move replication logic to replication pluginShawn O. Pearce2012-05-181-1/+2
* Add a new permission to permit rebasing changes in the web UIEdwin Kempin2012-05-091-0/+6
* ProjectConfig sections refactoringmonica.dionisio2012-03-281-2/+23
* Updated to gwtorm 1.4.Colby Ranger2012-03-071-1/+1
* Apply states for projects (active, readonly and hidden)carloseduardo.baldacin2011-11-161-14/+30
* Introduced a new PermissionRule.Action: BLOCK.Sasa Zivkov2011-07-041-5/+28
* Refactor how permissions are matched by ProjectControl, RefControlShawn O. Pearce2011-06-241-286/+64
* Make administrator, create-project a global capabilityShawn O. Pearce2011-06-161-1/+1
* Move CapabilityControl onto CurrentUserShawn O. Pearce2011-06-161-4/+0
* query: Enable configurable result limitShawn O. Pearce2011-06-151-3/+3
* Add project owner checks for refs/meta/configMartin Fick2011-05-191-0/+36
* Move "ref_rights" table into GitShawn O. Pearce2011-05-191-320/+264
* Use AccountGroup.UUID instead of Account.IdShawn O. Pearce2011-05-191-11/+8
* Fix calculation of project ownersEdwin Kempin2011-05-191-1/+1
* Add ability to deny uploading merge commitsJay Soffian2011-03-011-0/+5
* Add new system group for project ownersEdwin Kempin2010-10-141-2/+57
* Add possibility to override permissions from parent project.Anatol Pomazau2010-09-011-23/+12
* Don't allow exclusive rights to block Owner inheritanceShawn O. Pearce2010-08-281-2/+5
* Don't enable dk.brics.automaton's optional syntaxShawn O. Pearce2010-08-211-1/+1
* Fix Levenshtein distance when sorting ref regexesShawn O. Pearce2010-08-041-1/+1
* Validate scores before matching results in label queriesShawn O. Pearce2010-07-191-0/+18
* Fix access for site administratorsShawn O. Pearce2010-07-151-6/+5
* Add support for ${username} in refsMartin Fick2010-07-151-7/+42
* Define isRE utility method in RefControlShawn O. Pearce2010-07-151-6/+10
* Fix inifinite recursion in RefControl.isOwnerShawn O. Pearce2010-07-151-1/+1
* Support regular expressions for ref access rulesShawn O. Pearce2010-07-151-16/+127
* Compute appropriate rights in PatchSetPublishDetailFactoryNico Sallembien2010-06-151-1/+1
* Add ssh command line feature to submit change setMartin Fick2010-06-151-0/+5
* Simplify reference level access control.v2.1.3-rc0Nico Sallembien2010-06-081-31/+124
* Cleanup redundant access control evaluationShawn O. Pearce2010-05-111-12/+1
* Honor reference level READ during replicationShawn O. Pearce2010-05-101-1/+2