1. 0e03b79 Fix NPE in ChangeDetailFactory for loadMessages isPatchVisible by Shawn Pearce · 11 years ago
  2. e18078d Quiet QueryParseException logging in DirectChangeByCommit by Dave Borowitz · 11 years ago
  3. 1f8326c Trim trailing slashes from queries in DirectChangeByCommit by Dave Borowitz · 11 years ago
  4. 57defbb Remove jsr305 library by Shawn Pearce · 12 years ago
  5. d6ccccf Add our own Nullable implementation by Sasa Zivkov · 12 years ago
  6. 6d731f5 ChangeScreen2: add Gerrit config and user preference by Shawn Pearce · 12 years ago
  7. 2bd0c24 Delete changes from the index when deleting whole draft changes by Dave Borowitz · 12 years ago
  8. 164423f Add support for plugin REST endpoints without view names by David Ostrovsky · 12 years ago
  9. 52b7f60 Optimized "IncludedIn" Algorithm by Christian Grail · 12 years ago
  10. 9aaf3d1 Revert "Make SubmitRecord.Label's fields @Columns" by Dave Borowitz · 12 years ago
  11. db8fdad Move ReceiveCommits.advertiseHistory into hook by Shawn Pearce · 12 years ago
  12. 50a7a3a Make SubmitRecord.Label's fields @Columns by Dave Borowitz · 12 years ago
  13. eb952c1 Correct import of io.ByteStreams in StaticServlet by Shawn Pearce · 12 years ago
  14. 09b54dc Allow caching static/ resources for 15 minutes with validation by Shawn Pearce · 12 years ago
  15. dc08c89 Use ETag and cacheable URLs for static/* resources by Shawn Pearce · 12 years ago
  16. 409b816 Remove unused imports by David Pursehouse · 12 years ago
  17. a35f8a2 Replace pattern "user instanceof IdentifiedUser" with method call by David Ostrovsky · 12 years ago
  18. eb47db1 Check required capabilities during UiAction gathering by David Ostrovsky · 12 years ago
  19. c544351 Refactor capability check out from REST and SSH code by David Ostrovsky · 12 years ago
  20. 7025adb RestApiServlet: Check for RequiresCapability annotation on superclasses by Edwin Kempin · 12 years ago
  21. e0cafe4 Add Switch Account link to the current user popdown by Shawn Pearce · 12 years ago
  22. e59b532 Hide Http Password Screen if auth.gitBasicAuth = true by Edwin Kempin · 12 years ago
  23. 973f38b Download patch file with /patch?zip or /patch?download by David Ostrovsky · 12 years ago
  24. e8663e9 Merge "Fix possible NPE in PatchDetailServiceImpl" by Shawn Pearce · 12 years ago
  25. 055d43f Fix String.format(...) calls where more args are passed than used by Edwin Kempin · 12 years ago
  26. 7a940a7 Fix possible NPE in PatchDetailServiceImpl by Edwin Kempin · 12 years ago
  27. 55f5a7b Merge "Remove old RPCs to get project details and to update project settings" by David Pursehouse · 12 years ago
  28. 984781e Remove old RPCs to get project details and to update project settings by Edwin Kempin · 12 years ago
  29. 111e0b7 Customized registration page when auth.type=HTTP by Luca Milanesio · 12 years ago
  30. fe52915 Allow separate REST API and servlet documentation sections for plugins by David Pursehouse · 12 years ago
  31. 9aa521a Merge "Add support for plugin-owned capabilities" by Shawn Pearce · 12 years ago
  32. 7066cc0 Add support for plugin-owned capabilities by David Ostrovsky · 12 years ago
  33. 47de995 SideBySide2: Add range to PatchLineComment by Michael Zhou · 12 years ago
  34. ec51256 Configurable external robots.txt file by Juan Hernandez · 12 years ago
  35. 242a604 Make command line option parsing ~6500% faster by Shawn Pearce · 12 years ago
  36. 384ed6c Allow getting displayName/e-mail with auth.type=HTTP by Luca Milanesio · 12 years ago
  37. 5185b04 Allows explicit login with auth.type = HTTP* by Luca Milanesio · 12 years ago
  38. b9ebb66 ChangeScreen2: Poll for updates in the background by Shawn Pearce · 12 years ago
  39. bc03a8f Use ETag and If-None-Match for /detail caching by Shawn Pearce · 12 years ago
  40. 5b568d3 ChangeScreen2: Allow browser caching of /detail by Shawn Pearce · 12 years ago
  41. 3a2a247 ChangeScreen2: Recompute changeMerge.test on display by Shawn Pearce · 12 years ago
  42. 82bf85a Shrink the footer to be a single line by Shawn Pearce · 12 years ago
  43. 3d57549 Rewrite UI plugin action description API by Shawn Pearce · 12 years ago
  44. d80cd41 Describe core revision actions cherrypick, rebase, submit by Shawn Pearce · 12 years ago
  45. 7e90035 Filter out core UiCommands from legacy PatchSet view by Shawn Pearce · 12 years ago
  46. 50c5cac Set project's maxObjectSizeLimit from UI by Sasa Zivkov · 12 years ago
  47. 6853b5a Allow plugins to provide an 'about' section on their documentation index by David Pursehouse · 12 years ago
  48. 0dd0c32 Refactor plugin doc index page generation to remove duplicate code by David Pursehouse · 12 years ago
  49. 1187cf1 Merge "Allow error responses from REST API to be cached" by Shawn Pearce · 12 years ago
  50. b7f4411 Merge "Allow a REST view to decide how long its response should be cached" by Shawn Pearce · 12 years ago
  51. fe228a7 Allow error responses from REST API to be cached by Edwin Kempin · 12 years ago
  52. 872cd35 Allow a REST view to decide how long its response should be cached by Edwin Kempin · 12 years ago
  53. e65c817 Fix Eclipse warning about type safety by Edwin Kempin · 12 years ago
  54. 963206f Merge "Index change that is created on saving access rights for review" by Edwin Kempin · 12 years ago
  55. a7c0ba2 Convert ListBranchesTest into an acceptance test by Edwin Kempin · 12 years ago
  56. b5f1562 Adapt WebUI to use REST for suggesting branches for cherry-pick by Edwin Kempin · 12 years ago
  57. 71b43a9 Adapt ProjectBranchesScreen to use REST for listing/deleting branches by Edwin Kempin · 12 years ago
  58. 1fbe95e Index change that is created on saving access rights for review by Edwin Kempin · 12 years ago
  59. 87340e6 Support retrieving project access rights via REST by Edwin Kempin · 12 years ago
  60. adf994f Merge "Fix getRequestURI for wrapped http requests served via plugins." by Shawn Pearce · 12 years ago
  61. 8056f67 Fix getRequestURI for wrapped http requests served via plugins. by Sasa Zivkov · 12 years ago
  62. f3ffd08 Disable administrative permissions during X-Gerrit-RunAs by Shawn Pearce · 12 years ago
  63. 28b8ea6 Add top level /config REST API by David Ostrovsky · 12 years ago
  64. 08ae577 suexec: Honor Run As capability like HTTP REST API by Shawn Pearce · 12 years ago
  65. a931fe1 Control X-Gerrit-RunAs with auth.enableRunAs variable by Shawn Pearce · 12 years ago
  66. bb027b0 Support X-Gerrit-RunAs as a suexec on HTTP by Shawn Pearce · 12 years ago
  67. 9c8ef76 Merge branch 'stable-2.7' by Shawn Pearce · 12 years ago
  68. f81f514 Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 12 years ago
  69. 832014f Documentation: Reverse Proxy Configuration by Steffen Gebert · 12 years ago
  70. c950bcc Adapt WebUI to use REST endpoint for deleting SSH keys by Edwin Kempin · 12 years ago
  71. 4e2e521 Support adding an SSH key via REST by Edwin Kempin · 12 years ago
  72. 1e85b1e Support raw input for POST requests by Edwin Kempin · 12 years ago
  73. ebccb84 Support listing the SSH keys of an account via REST by Edwin Kempin · 12 years ago
  74. d9cdf5e Support to get/set/delete/generate an HTTP password via REST by Edwin Kempin · 12 years ago
  75. 217613b Merge "Make source JARs for {extension,plugin}-api targets" by Shawn Pearce · 12 years ago
  76. df36b6a Make source JARs for {extension,plugin}-api targets by David Ostrovsky · 12 years ago
  77. 9161eda Index modified filenames with Lucene by Dave Borowitz · 12 years ago
  78. a920421 Move commit validation into PatchSetInserter by Dave Borowitz · 12 years ago
  79. d838b43 Convert PatchSetInserter to use a builder pattern by Dave Borowitz · 12 years ago
  80. e539c87 Move ref update and hook from callers into PatchSetInserter by Dave Borowitz · 12 years ago
  81. 9b42620 Refactor highlighting patch sets that have drafts by Jan Opacki · 12 years ago
  82. 315066a Support to register a new email address via REST by Edwin Kempin · 12 years ago
  83. dcee572 Delete Maven based build by David Ostrovsky · 12 years ago
  84. 99ca234 Merge "Cleanup handling of BinaryResult" by Shawn Pearce · 12 years ago
  85. 50faee4 Merge "Allow user agents to cache /diff responses" by Shawn Pearce · 12 years ago
  86. 2012c46 Cleanup handling of BinaryResult by Shawn Pearce · 12 years ago
  87. 0c0040b Remove unused imports by David Pursehouse · 12 years ago
  88. 3fab79c Allow user agents to cache /diff responses by Shawn Pearce · 12 years ago
  89. cad2310 Merge branch 'stable-2.7' by Shawn Pearce · 12 years ago
  90. 94b42aa Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 12 years ago
  91. cd4f464 Merge branch 'stable-2.5' into stable-2.6 by Shawn Pearce · 12 years ago
  92. 0209ab7 Merge branch 'stable-2.7' by Shawn Pearce · 12 years ago
  93. 224d87e Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 12 years ago
  94. 490fa71 Fix PatchScript's mapping of lines below the last edit by Christian Aistleitner · 12 years ago
  95. efe7aca Add the revision diff REST API implementation. by Colby Ranger · 12 years ago
  96. 010daed Move patch script class to the server tree. by Colby Ranger · 12 years ago
  97. 2f2466a Merge "Revert "Move patch script class to the server tree."" by Shawn Pearce · 12 years ago
  98. fd4af1b Revert "Move patch script class to the server tree." by Shawn Pearce · 12 years ago
  99. 4f6c76e Require preferred email to be a verified address by Shawn Pearce · 12 years ago
  100. 9479cb0 Merge "Move patch script class to the server tree." by Shawn Pearce · 12 years ago