1. f5822d5 Merge changes I93c6068e,I643d3bd5,I378485ca by Shawn O. Pearce · 13 years ago
  2. b8252d7 Fix restore of changes if repository is empty by Edwin Kempin · 13 years ago
  3. a841319 Merge "No longer throw InvalidChangeOp in changeUpdated" by Edwin Kempin · 13 years ago
  4. 28a950b sendemail.maximumDiffSize: Limit the size of diffs sent by email by Shawn O. Pearce · 13 years ago
  5. 390eff9 Show new change URLs in the body of the new change email by Shawn O. Pearce · 13 years ago
  6. 02aacbc sendemail.includeDiff: Enable $email.UnifiedDiff in NewChange.vm by Shawn O. Pearce · 13 years ago
  7. 8f258d9 No longer throw InvalidChangeOp in changeUpdated by Conley Owens · 13 years ago
  8. b032a52 Make VisibleRefFilter.Filter reuse the refs passed from JGit. by Gustaf Lundh · 13 years ago
  9. efc334a Removing a couple of unused imports by Chad Horohoe · 13 years ago
  10. 4d26f3c Merge "Allow unique from address generation." by Shawn Pearce · 13 years ago
  11. 04527dc Merge "Add new ACL for abandoning changes" by Martin Fick · 13 years ago
  12. 029c85a Add new ACL for abandoning changes by Chad Horohoe · 13 years ago
  13. b97778a Allow unique from address generation. by Colby Ranger · 13 years ago
  14. 7b477e7 Merge "Add ColumnFormatter/StringUtil classes for text output" by Saša Živkov · 13 years ago
  15. ec99115 Use expanded branch name when querying for change by Conley Owens · 13 years ago
  16. ee4ccd0 Refactor cmdline parsing into gerrit-server by Conley Owens · 13 years ago
  17. 327aba6 Merge changes I35d41fd4,I4d6663cc,Iffc9bc99,Ie0621d78 by Martin Fick · 13 years ago
  18. 21f533a Add ColumnFormatter/StringUtil classes for text output by Magnus Bäck · 13 years ago
  19. 4a80e99 Add unified diff to newchange mail template. by Gal Hammer · 14 years ago
  20. dedc2b2 Merge "Add lines count parameter to the inlineComments function." by Shawn Pearce · 13 years ago
  21. 6fe3e99 Don't hyperlink non-internal groups by Shawn O. Pearce · 13 years ago
  22. 7e7e5ed Merge branch 'stable-2.4' by Shawn O. Pearce · 13 years ago
  23. d2fa1fd Do not execute rejected commands by Shawn O. Pearce · 13 years ago
  24. 3379bc2 Export the universal version of GroupBackend to plugins by Shawn O. Pearce · 13 years ago
  25. 825900e Notify the cache the git_tags was modified by Shawn O. Pearce · 13 years ago
  26. 8eed574 Special case hiding refs/meta/config from Git clients by Shawn O. Pearce · 13 years ago
  27. f42a6c4 Expose IntraLineDiffKey components with public getters by Shawn O. Pearce · 13 years ago
  28. 9c13fbc Merge "Add canSee(Account.Id) to AccountControl" by Shawn O. Pearce · 13 years ago
  29. ddef144 Merge "Declare GroupBackend to be @ExtensionPoint" by Shawn O. Pearce · 13 years ago
  30. ef5197b Add canSee(Account.Id) to AccountControl by Shawn O. Pearce · 13 years ago
  31. 1b831e7 Declare GroupBackend to be @ExtensionPoint by Shawn O. Pearce · 13 years ago
  32. 4d2404e Delete unused TagSet.weigh method by Shawn O. Pearce · 13 years ago
  33. 5660a19 Make GroupBackend.suggest enforce visibility restrictions by Colby Ranger · 13 years ago
  34. b1cb0bc Allow extra group suggestions for project owners. by Colby Ranger · 13 years ago
  35. eeaf37a Migrate existing internal LDAP groups. by Colby Ranger · 13 years ago
  36. 2ac82b0 Abstract group systems into GroupBackend interface. by Colby Ranger · 13 years ago
  37. 8363aa5 Remove old LDAP group code. by Colby Ranger · 13 years ago
  38. cb8e7b6 Merge "Support multiple branches creation in 'create-project'" by Martin Fick · 13 years ago
  39. 1a33e7f Merge "Fix lockup of '/COMMIT_MSG' file from patch set" into stable-2.4 by Martin Fick · 13 years ago
  40. d32701c Fix NPE in LdapRealm caused by non-LDAP users by Shawn O. Pearce · 13 years ago
  41. 0677314 Fix lockup of '/COMMIT_MSG' file from patch set by Edwin Kempin · 13 years ago
  42. 4a3bd6d Catch all exceptions when async emailing. by Colby Ranger · 13 years ago
  43. 97dd91e Fix lockup of '/COMMIT_MSG' file from patch set by Edwin Kempin · 13 years ago
  44. 4f44b63 Cleaning up a few unused imports by Chad Horohoe · 13 years ago
  45. ec20df0 Merge "Fix schema migration that creates index for submodule subscriptions" by Shawn Pearce · 13 years ago
  46. 3934fe9 Merge "Fix: Wrong ps/rev in change-merged stream-event" by Shawn Pearce · 13 years ago
  47. 2a82044 Merge "Make read access to refs/meta/config by default exclusive to project owners" by Shawn Pearce · 13 years ago
  48. a6ce960 Make NoBlock and NoOp approval category functions work by Magnus Bäck · 13 years ago
  49. 1664ef5 Fix: Wrong ps/rev in change-merged stream-event by Gustaf Lundh · 13 years ago
  50. 5e43e77 Fix schema migration that creates index for submodule subscriptions by Edwin Kempin · 13 years ago
  51. f7619da Make read access to refs/meta/config by default exclusive to project owners by Edwin Kempin · 13 years ago
  52. f87fe87 Merge "Create index for submodule subscriptions on site upgrade" by Edwin Kempin · 13 years ago
  53. 2e1cb2b Back in-memory caches with Guava, disk caches with H2 by Shawn O. Pearce · 13 years ago
  54. b0d373c Create index for submodule subscriptions on site upgrade by Edwin Kempin · 13 years ago
  55. 94313bc Add a new permission to permit rebasing changes in the web UI by Edwin Kempin · 13 years ago
  56. c4fd43d Restrict rebase a change in web UI to change owner, submitter by Shawn O. Pearce · 13 years ago
  57. e1e5ddd Merge "Fix generation of owner group in GroupDetail." by Shawn Pearce · 13 years ago
  58. 17f7905 Fix generation of owner group in GroupDetail. by Colby Ranger · 13 years ago
  59. 18f54b7 Update JGit to 1.3.0.201202151440-r.140-g8c73245 by Shawn O. Pearce · 13 years ago
  60. 808f1e1 Merge branch 'stable-2.4' by Shawn O. Pearce · 13 years ago
  61. b06d797 Fix duplicated results on status:open project:P branch:B by Shawn O. Pearce · 13 years ago
  62. 2d872eb Support JSON for plugin list command by Brad Larson · 13 years ago
  63. 3190f09 Merge "Initialize the submodule commit message buffer" by Shawn Pearce · 13 years ago
  64. 8001dc8 Initialize the submodule commit message buffer by Joe Hansche · 13 years ago
  65. cfd9945 Update the ThreadLocal based scopes to use RequestContext. by Colby Ranger · 13 years ago
  66. 928123f Added the RequestContext for the scope. by Colby Ranger · 13 years ago
  67. a54b03d Support multiple branches creation in 'create-project' by Anatol Pomazau · 13 years ago
  68. 058604b Merge "Migrate AccountGroup owner Id to UUID" by Shawn Pearce · 13 years ago
  69. 60b7fbe Migrate AccountGroup owner Id to UUID by Colby Ranger · 13 years ago
  70. 7d2cb04 Move replication logic to replication plugin by Shawn O. Pearce · 13 years ago
  71. 795167c Markdown formatting improvements by Shawn O. Pearce · 13 years ago
  72. 9dcb63c Turn off HARDWRAPS option in pegdown by Shawn O. Pearce · 13 years ago
  73. da4919a Expose only extension-api to extensions by Shawn O. Pearce · 13 years ago
  74. e3d23d6 Don't bind non-annotated types into DynamicSet, DynamicMap by Shawn O. Pearce · 13 years ago
  75. 05610b4 Register DynamicSet, DynamicMap from parent injectors by Shawn O. Pearce · 13 years ago
  76. 020cd7a Export LifecycleListener in the extension API by Shawn O. Pearce · 13 years ago
  77. e051cb8 Use Provider to obtain LifecycleListeners by Shawn O. Pearce · 13 years ago
  78. dc5ef8f Store Provider<T> in DynamicSet, DynamicMap by Shawn O. Pearce · 13 years ago
  79. 35b8e53 Fix guice creation error during plugin loading by Sasa Zivkov · 13 years ago
  80. 21ba30c Merge branch 'stable-2.3' into stable-2.4 by Sasa Zivkov · 13 years ago
  81. b15212a Perform plugin cleanup in the background by Shawn O. Pearce · 13 years ago
  82. 98e447b Permit restarting a specific plugin by Shawn O. Pearce · 13 years ago
  83. a252ee59 Provide a data directory to plugins on demand by Shawn O. Pearce · 13 years ago
  84. d7f89fb Export ServerInformation to extensions and plugins by Shawn O. Pearce · 13 years ago
  85. ba99c03 Enable multiple bindings during auto registration by Shawn O. Pearce · 13 years ago
  86. 68a8d41 Allow seeing plugins without the PluginLoader lock by Shawn O. Pearce · 13 years ago
  87. 7f4fbc8 Allow GitRepositoryManager methods to throw IOExceptions by Dave Borowitz · 13 years ago
  88. e0d188f Merge "Add ProjectCache.remove()" by Martin Fick · 13 years ago
  89. ad44507 Merge "Add notify section in project.config" by Shawn O. Pearce · 13 years ago
  90. 0949f77 Merge changes I29e1b1c5,I22bbe366 by Shawn Pearce · 13 years ago
  91. bf4fa34 Auto-format plugin HTTP pages from known formats by Nasser Grainawi · 13 years ago
  92. f66a290 Fix bug with member assignment order in PushReplication. by Colby Ranger · 13 years ago
  93. ea187f2 Add ProjectCache.remove() by Brad Larson · 13 years ago
  94. 1fe34df Merge changes Ic8f371d9,Iae4cffcd,I4213004f by Martin Fick · 13 years ago
  95. b7a0622 Merge changes I688490ff,I267176cc,Ib0c1b40d,I8e211592,Iec165991 by Martin Fick · 13 years ago
  96. 85f7fea Merge "Add support for HTTP plugins" by Martin Fick · 13 years ago
  97. 61090db Implement DynamicSet<T>, DynamicMap<T> to provide bindings in Guice by Shawn O. Pearce · 13 years ago
  98. fac2771 Automatically register plugin bindings by Shawn O. Pearce · 13 years ago
  99. 1650ace Define gerrit-extension-api module by Shawn O. Pearce · 13 years ago
  100. 0ad46d4 Support serving static/ and Documentation/ from plugins by Shawn O. Pearce · 13 years ago