summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/restapi/project/GetAccess.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-03-141-3/+1
* Merge branch 'stable-2.15'David Pursehouse2018-09-121-0/+2
* Don't use #test(Permission) when #check(permission) is expectedChangcheng Xiao2018-07-101-5/+9
* Migrate restapi classes to FloggerEdwin Kempin2018-06-051-4/+3
* Replace all lambdas with method references, when possibleMaxime Guerreiro2018-05-081-1/+1
* Move ProjectConfig and closely related classes to project packageDave Borowitz2018-04-031-1/+1
* Move VersionedMetaData/MetaDataUpdate to their own packageDave Borowitz2018-04-031-1/+1
* Remove PermissionBackend#user(Provider<CurrentUser>)Patrick Hiesel2018-03-271-5/+5
* Expose names and URLs for invisible groups in GetAccessHan-Wen Nienhuys2018-02-151-50/+32
* Don't crash in GetAccess if refs/meta/config is missingHan-Wen Nienhuys2018-02-061-6/+9
* Provide browsing URL for GetAccessHan-Wen Nienhuys2018-01-311-1/+17
* RefControl: Make project state checks in READ explicitPatrick Hiesel2018-01-231-0/+7
* Make project state check in CREATE_CHANGE explicitPatrick Hiesel2018-01-161-2/+4
* Move remaining REST handlers into restapi subpackageHan-Wen Nienhuys2018-01-081-0/+338