summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/permissions/PermissionBackend.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-03-141-3/+1
* Prefer requireNonNull from Java API over Guava's checkNotNullDavid Pursehouse2018-10-161-6/+6
* Remove user-rescoping from PermissionBackendPatrick Hiesel2018-07-111-18/+0
* Remove PermissionBackend.*#user()Patrick Hiesel2018-07-101-24/+4
* Reformat all Java files with google-java-format 1.6David Pursehouse2018-06-061-4/+2
* Migrate server classes to FloggerEdwin Kempin2018-06-051-8/+10
* Add #absentUser() to ForProject, ForRef and ForChangeChangcheng Xiao2018-05-161-1/+10
* Document that repo in ForProject#filter() must be scoped to the projectPatrick Hiesel2018-05-071-2/+8
* Merge branch 'stable-2.15'Luca Milanesio2018-04-241-0/+8
* Disable capability endpoints when not using default backendDave Borowitz2018-04-121-0/+24
* Add absentUser() to PermissionBackendPatrick Hiesel2018-03-281-2/+15
* Adapt JavaDoc of PermissionBackend to 'Returns' instead of @returnPatrick Hiesel2018-03-271-30/+30
* Remove PermissionBackend#user(Provider<CurrentUser>)Patrick Hiesel2018-03-271-8/+0
* Add currentUser() to PermissionBackendPatrick Hiesel2018-03-271-2/+11
* Move VisibleRefFilter into PermissionBackendPatrick Hiesel2018-02-141-0/+43
* Deduplicate PermissionBackendConditionsPatrick Hiesel2018-01-261-6/+2
* Implement equals() and hashCode() on PermissionBackendConditionPatrick Hiesel2018-01-261-0/+18
* Move {Ref,Change,Project}Control into permissions packagePatrick Hiesel2018-01-241-1/+0
* Dissolve gerrit-server top-level directoryDavid Ostrovsky2017-10-311-0/+433