summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/permissions/DefaultPermissionBackend.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-03-141-4/+2
* Prefer requireNonNull from Java API over Guava's checkNotNullDavid Pursehouse2018-10-161-5/+5
* Merge "Add new 'read as' capability."Martin Fick2018-09-201-0/+1
|\
| * Add new 'read as' capability.Martin Fick2018-06-111-0/+1
* | Add debug logs for global capability checks that show up in traceEdwin Kempin2018-08-311-2/+33
* | DefaultPermissionBackend: Remove unused importDavid Pursehouse2018-07-131-1/+0
* | Remove PermissionBackend.*#user()Patrick Hiesel2018-07-101-5/+7
|/
* Add #absentUser() to ForProject, ForRef and ForChangeChangcheng Xiao2018-05-161-2/+2
* Merge branch 'stable-2.15'Luca Milanesio2018-04-241-12/+9
* PerThreadCache: Add static convenience methodDave Borowitz2018-04-181-7/+3
* Implement a PerThreadCachePatrick Hiesel2018-04-181-1/+10
* introduce the viewAccess global capability.Han-Wen Nienhuys2018-04-181-0/+1
* Moving mapping of default capability names out of GlobalPermissionDave Borowitz2018-04-121-5/+6
* Disable capability endpoints when not using default backendDave Borowitz2018-04-121-0/+5
* Add absentUser() to PermissionBackendPatrick Hiesel2018-03-281-1/+12
* Add currentUser() to PermissionBackendPatrick Hiesel2018-03-271-1/+11
* CurrentUser: Return Optional from methods that retrieve a propertyEdwin Kempin2018-02-071-11/+15
* Implement equals() and hashCode() on PermissionBackendConditionPatrick Hiesel2018-01-261-0/+5
* Move {Ref,Change,Project}Control into permissions packagePatrick Hiesel2018-01-241-0/+210