summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/permissions/RefControl.java
Commit message (Expand)AuthorAgeFilesLines
* Make PermissionBackend#ForRef authoritativePatrick Hiesel2020-11-111-9/+75
* Rename reviewdb package to entities and dissolve client packageDavid Ostrovsky2019-10-151-3/+3
* Fix performance bug in logging: Avoid expensive stack trace/reflectionJoerg Zieren2019-10-111-3/+3
* Rename OrmException to StorageException and move to exceptions packageDave Borowitz2019-04-171-2/+2
* Remove ReviewDb from ChangeDataDave Borowitz2018-12-171-4/+3
* ChangeNotes: Remove ReviewDb-specific logicEdwin Kempin2018-12-131-3/+1
* AccessPath: Remove JSON_RPCDavid Pursehouse2018-11-171-2/+0
* Log caller for some debug logsEdwin Kempin2018-09-281-6/+19
* RefControl: Remove unused IdentifiedUser.GenericFactoryDavid Ostrovsky2018-09-181-8/+1
* Remove unused method from {Ref,Project}ControlPatrick Hiesel2018-09-171-8/+0
* Merge changes Ibee46ace,Ia525e083,I34dc173fDave Borowitz2018-08-161-1/+82
|\
| * Push ReceiveError advice into structured exception typeHan-Wen Nienhuys2018-08-161-1/+82
* | Add debug logs for permission checks that show up in traceEdwin Kempin2018-08-161-0/+25
|/
* Remove user-rescoping from PermissionBackendPatrick Hiesel2018-07-111-11/+0
* Remove PermissionBackend.*#user()Patrick Hiesel2018-07-101-5/+6
* Merge branch 'stable-2.15'David Pursehouse2018-07-091-3/+4
* Allow to assign "Delete Own Changes" permission to Change OwnersJacek Centkowski2018-06-281-0/+5
* Add #absentUser() to ForProject, ForRef and ForChangeChangcheng Xiao2018-05-161-2/+15
* Revert "Create Review Permission"Dave Borowitz2018-04-241-1/+1
* Revert migration from refs/for/* permissions to refs/heads/*Dave Borowitz2018-04-241-5/+8
* PUSH_MERGE should evaluate against refs/heads/*Gustaf Lundh2018-04-201-1/+1
* ADD_PATCH_SET should evaluate against refs/heads/*Gustaf Lundh2018-04-201-4/+1
* "Submit on Push" option on Submit Perm.Gustaf Lundh2018-04-201-3/+3
* Create Review PermissionGustaf Lundh2018-04-191-1/+1
* Moving mapping of default permission names out of RefPermissionDave Borowitz2018-04-121-2/+9
* Use a common interface for Gerrit permissionsChangcheng Xiao2018-04-101-2/+2
* Move checks for the meta config branch out from the RefControlChangcheng Xiao2018-04-101-9/+0
* Move 'USE_SIGNED_OFF_BY' check out from the RefControlChangcheng Xiao2018-04-051-3/+1
* Rewrite permission evaluationHan-Wen Nienhuys2018-02-211-143/+122
* Remove RefControl#isBlocked.Han-Wen Nienhuys2018-02-051-11/+2
* Cache resourcePath in PermissionBackendPatrick Hiesel2018-01-291-2/+8
* Implement equals() and hashCode() on PermissionBackendConditionPatrick Hiesel2018-01-261-0/+11
* Move {Ref,Change,Project}Control into permissions packagePatrick Hiesel2018-01-241-0/+542