1. 49d9a46 Move AuthType from gerrit-reviewdb to extension API by David Pursehouse · 9 years ago
  2. b81b4f7 Implement Bazel build by David Ostrovsky · 9 years ago
  3. 3232472 Enable and fix 'Statement unnecessarily nested within else clause' warnings by David Pursehouse · 9 years ago
  4. ccdeae8 Use native constructors instead of Guava to instantiate empty collections by David Pursehouse · 9 years ago
  5. 08ea694 Buck: Remove jgit cell by David Ostrovsky · 9 years ago
  6. ad0e4bf Remove redundant 'static' modifiers by David Pursehouse · 9 years ago
  7. c5ccbf1 Add missing whitespace around keywords, operators and braces by David Pursehouse · 9 years ago
  8. 64d4bdf Buck: Emulate real JGit project structure in its own cell by David Ostrovsky · 9 years ago
  9. 17bb3db Buck: Allow to consume JGit from its own cell by David Ostrovsky · 9 years ago
  10. 0b7517a Eclipse: Warn on incomplete switch cases even when default exists by David Pursehouse · 9 years ago
  11. 31ff7a8 Merge branch 'stable-2.12' by Edwin Kempin · 9 years ago
  12. a897647 Merge branch 'stable-2.11' into stable-2.12 by David Pursehouse · 9 years ago
  13. e6ac4ad OAuth-Linking: Don't create new account when claimed identity unknown by David Ostrovsky · 9 years ago
  14. 535816a5 Minimize deps in gerrit-openid:openid thus maximize truly provided_deps by Marco Miller · 9 years ago
  15. 746ca2e Eliminate unnecessary Charset constants by David Pursehouse · 9 years ago
  16. 19c63fa Consistently use character encoding constants by David Pursehouse · 9 years ago
  17. c55cb89 Simplify troubleshooting of OpenID <-> OAuth identity linking by David Ostrovsky · 10 years ago
  18. 5e90c63 Use try-with-resources statements by Urs Wolfer · 10 years ago
  19. 885ad8a Merge branch 'stable-2.10' into stable-2.11 by David Pursehouse · 10 years ago
  20. c28da9b Hybrid OpenID/OAuth: Support switching identities by David Ostrovsky · 10 years ago
  21. 3ae7ec0 Hybrid OpenID/OAuth: Allow to link identity accross protocols by David Ostrovsky · 10 years ago
  22. e0216d7 Merge branch 'stable-2.10' into stable-2.11 by David Pursehouse · 10 years ago
  23. 3b6c86c Hybrid OpenID/OAuth: Check for session validity during logout by David Ostrovsky · 10 years ago
  24. da130f0 Merge branch 'stable-2.10' into stable-2.11 by David Pursehouse · 10 years ago
  25. 8b5aa48 Support hybrid OpenID and OAuth2 authentication by David Ostrovsky · 10 years ago
  26. 245dc68 Merge branch 'stable-2.10' into stable-2.11 by David Pursehouse · 10 years ago
  27. 87b782b Add log messages to troubleshoot OAuth/OpenID linking by David Ostrovsky · 10 years ago
  28. f886c24 OpenID: Add support for Launchpad on the login form by David Pursehouse · 10 years ago
  29. 94cce90 OpenID: Remove support for Google Accounts by Shawn Pearce · 11 years ago
  30. fbdf165 OpenID: Add support for Launchpad on the login form by David Pursehouse · 10 years ago
  31. a7d3e6c OpenID: Remove support for Google Accounts by Shawn Pearce · 11 years ago
  32. 8b42ec5 Turn on many more Eclipse warnings, and fix them by Dave Borowitz · 10 years ago
  33. 1c48a7e Revert "Use javax.inject.Inject instead of com.google.inject.Inject" by Saša Živkov · 10 years ago
  34. 5db3bba Use javax.inject.Inject instead of com.google.inject.Inject by Dave Borowitz · 10 years ago
  35. ac332d2 Fix deprecation warnings caused by Guava upgrade by David Ostrovsky · 11 years ago
  36. 6082d83 Factor out proxy properties from OpenIdServiceImpl by David Ostrovsky · 11 years ago
  37. 7189144 Fix successful login redirection to keep parameters by Simon Lei · 11 years ago
  38. cdfbcbc Refactor authentication types to remove code duplication by Simon Lei · 11 years ago
  39. 3349972 Update Buck by Shawn Pearce · 11 years ago
  40. 3e107f5 Allow plugins to replace the WebSession implementation by Ahaan Ugale · 12 years ago
  41. e01d9b7 Bump Jetty version to stable 9.1 and Servlet API to 3.1 by David Ostrovsky · 11 years ago
  42. b2a7d23 Remove the use of + when using StringBuilder (1 of 2) by Matt Baker · 11 years ago
  43. 05cb053 Save GWT compile time by avoiding javac by Shawn Pearce · 11 years ago
  44. 72fb6cc Remove unused .gitignore by Shawn Pearce · 11 years ago
  45. c53fd3a Delete eclipse left-over files from the Maven poop era by David Ostrovsky · 11 years ago
  46. dd21866 Replace <code> with {@code} in javadoc by Shawn Pearce · 11 years ago
  47. 997b047 Remove unnecessary semicolons by alex.ryazantsev · 11 years ago
  48. 23da0d9 Miscellaneous Javadoc cleanups to cut down on Eclipse warnings by Dave Borowitz · 11 years ago
  49. 57defbb Remove jsr305 library by Shawn Pearce · 11 years ago
  50. d6ccccf Add our own Nullable implementation by Sasa Zivkov · 11 years ago
  51. 4e712fd Prevent possible NPE in LoginForm by David Pursehouse · 12 years ago
  52. dcee572 Delete Maven based build by David Ostrovsky · 12 years ago
  53. 0209ab7 Merge branch 'stable-2.7' by Shawn Pearce · 12 years ago
  54. 224d87e Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 12 years ago
  55. bd56297 Update buck build for strict dependencies by Shawn Pearce · 12 years ago
  56. ace2c6d Fix login servlets when canonicalWebUrl is not set by Shawn Pearce · 12 years ago
  57. 7f3c1e6 Merge branch 'stable-2.7' by Shawn Pearce · 12 years ago
  58. f0cb7cb Merge branch 'stable-2.6' into stable-2.7 by Shawn Pearce · 12 years ago v2.7-rc1
  59. be320a9 Merge branch 'stable-2.5' into stable-2.6 by Shawn Pearce · 12 years ago v2.6-rc3
  60. af5d1dc Bump openid4java dependency to 0.9.8 by Jonathan Nieder · 12 years ago v2.5.3
  61. fd6bb9f Build with Buck by Shawn Pearce · 12 years ago
  62. 9240c29 Begin 2.8 by Shawn Pearce · 12 years ago
  63. 2a707bd Merge branch 'stable-2.6' by Shawn Pearce · 12 years ago
  64. b216ac0 Include site header, footer and CSS on OpenID login form by Shawn Pearce · 12 years ago
  65. 4a86020 Remove unused import by David Pursehouse · 12 years ago
  66. 094aae2 Remove unused import by David Pursehouse · 12 years ago
  67. 52fb5ae Merge branch 'stable-2.6' by Dave Borowitz · 12 years ago
  68. a9e42e1 Allow logging in at /login by Dave Borowitz · 12 years ago
  69. 63befc1 Remove login dialogs and replace with /login/ URLs by Shawn Pearce · 12 years ago
  70. d47ca8a Start 2.7 development by Shawn Pearce · 12 years ago
  71. c7abbfb Merge "Implements OpenID domain filtering" by Shawn Pearce · 12 years ago
  72. d2ab0cd Implements OpenID domain filtering by Mike Gouline · 12 years ago
  73. 1756441 Fix caching rules by upgrading to gwtexpui 1.3 by Shawn Pearce · 12 years ago
  74. bbeb2a9 Remove AuthMethod and add access token to RestApi by Shawn O. Pearce · 12 years ago
  75. 20f9968 Update versions in pom's to start Gerrit 2.6 development by Edwin Kempin · 13 years ago
  76. 90119f8 Remove timestamp from all org.eclipse.core.resources.prefs files. by Sasa Zivkov · 13 years ago
  77. 9aa7d62 Add an AuthMethod to WebSession by Conley Owens · 13 years ago
  78. 2f12c65 Add Intellij IDEA files to ignore list by Anatol Pomazau · 13 years ago
  79. daf6bd9 Update parent version in pom.xml's to 2.5-SNAPSHOT by Edwin Kempin · 13 years ago
  80. 17e17dd Change version in pom.xml to 2.4-SNAPSHOT by Sasa Zivkov · 13 years ago
  81. 34ab429 Update to gwtjsonrpc 1.3 by Shawn O. Pearce · 13 years ago
  82. b308838 Updated to gwtorm 1.4. by Colby Ranger · 13 years ago
  83. 7f7eadf Update poms to Gerrit 2.3-SNAPSHOT by Martin Fick · 13 years ago v2.3-rc0
  84. fb61967 Extract OpenID RPC implementation into its own module by Dave Borowitz · 13 years ago