summaryrefslogtreecommitdiffstats
path: root/java/com/google/gerrit/server/restapi/account/PutPreferred.java
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-2.15' into stable-2.16David Pursehouse2019-03-141-4/+2
* Fix more comparisons of current userDavid Pursehouse2018-07-131-1/+1
* Reformat all Java files with google-java-format 1.6David Pursehouse2018-06-061-11/+9
* Migrate restapi classes to FloggerEdwin Kempin2018-06-051-12/+13
* Prevent preferred emails without external ID emailEdwin Kempin2018-04-101-8/+80
* Remove PermissionBackend#user(Provider<CurrentUser>)Patrick Hiesel2018-03-271-1/+1
* Replace factory classes of AccountsUpdate with annotationsAlice Kober-Sotzek2018-01-261-5/+6
* AccountsUpdate#update: Return Optional<AccountState> instead of AccountStateEdwin Kempin2018-01-181-17/+13
* AccountsUpdate: Return AccountState instead of AccountEdwin Kempin2018-01-181-3/+3
* AccountsUpdate: Provide AccountState instead of Account for account updatesEdwin Kempin2018-01-181-1/+1
* Move remaining REST handlers into restapi subpackageHan-Wen Nienhuys2018-01-081-0/+86