1. ff9363b Bump github-api to 1.57 by Luca Milanesio · 10 years ago
  2. 30d03a0 FindBugs error: manage error condition for Gerrit passwd for Git/HTTP by Luca Milanesio · 10 years ago
  3. 8f53c17 Merge changes I81c2ec44,I342f74b0 by Luca Milanesio · 10 years ago
  4. 298b38c FindBugs error: include encoding for wrapped login response by Luca Milanesio · 10 years ago
  5. b664b37 FindBugs integration for detecting common errors by Luca Milanesio · 10 years ago
  6. 5b67c93 Bump to Gerrit 2.11 by Luca Milanesio · 10 years ago
  7. 4260192 Correct management of OAuth token serialisation returned by GitHub by Luca Milanesio · 10 years ago
  8. d79fe1c Merge "Fix OAuth callback URL for non-root Gerrit canonical URL" by Luca Milanesio · 10 years ago
  9. 354be61 Fix OAuth callback URL for non-root Gerrit canonical URL by Luca Milanesio · 10 years ago
  10. 8a62442 Default “Everyone” Team for public-only OAuth scopes by Luca Milanesio · 10 years ago
  11. ec02576 Tidy up Groups classes and cache naming and visibility by Luca Milanesio · 10 years ago
  12. 2aee957 Support for GitHub Teams as Gerrit Groups by Luca Milanesio · 10 years ago
  13. d908537 Extract GitHub group common abstract structure by Luca Milanesio · 10 years ago
  14. c39d36f GitHub organisations plugged as GroupBackend by Luca Milanesio · 10 years ago
  15. 99a192e Link OAuth token to Gerrit external id by Luca Milanesio · 10 years ago
  16. 96ea8a0 Using Lombok at global level and removing public fields by Luca Milanesio · 10 years ago
  17. 5edc2cd Use UTF-8 for HTTP Response on Velocity views by Luca Milanesio · 10 years ago
  18. dd64e1c Update to master GitHub API for fixing for user’s private repos list by Luca Milanesio · 10 years ago
  19. 4c7b880 Revert "Set plugin name to ‘github’" by Luca Milanesio · 10 years ago
  20. ef88bd1 Set plugin name to ‘github’ by Luca Milanesio · 10 years ago
  21. cf13623 Exclude Gerrit-only repos from GH pull requests by Luca Milanesio · 10 years ago
  22. ad2a37a Consistent indentation in HTML templates by David Pursehouse · 10 years ago
  23. 2c93424 Merge "Remove unused imports in PullRequestImportJob" by Luca Milanesio · 10 years ago
  24. 11d83d2 Debug logging of GitHub account import by Luca Milanesio · 10 years ago
  25. f9ec992 Remove unused imports in PullRequestImportJob by David Pursehouse · 10 years ago
  26. 5be6583 Fix unclosed LI tag on account page by David Pursehouse · 10 years ago
  27. 57974cf Fix AccountController logger name by Luca Milanesio · 10 years ago
  28. 1bca792 Import accounts using GitHub+Git user info. by Luca Milanesio · 10 years ago
  29. a5e06fd Update Velocity and enable strict reference mode by Jonathan Nieder · 10 years ago
  30. 9f4a6ca Fix list of emails broken by GitHub-API 1.53 by Luca Milanesio · 10 years ago
  31. 619a2a8 Merge "Debug of ALL exception during pull request import" by Luca Milanesio · 10 years ago
  32. 20c39ab Native ChangeControl for user instead of delegate by Luca Milanesio · 10 years ago
  33. d7299f2 Debug of ALL exception during pull request import by Luca Milanesio · 10 years ago
  34. e1cba65 CompositeConfig does not exist anymore. by Luca Milanesio · 10 years ago
  35. be18edb Leverage JGit 3.2 new Config.getNames() by Luca Milanesio · 10 years ago
  36. 774ef02 Keep immutability on CompositeConfig names by Luca Milanesio · 10 years ago
  37. bcf3e5c FIX IndexOutOfBound in redirection / forwarding by Luca Milanesio · 10 years ago
  38. f64fee9 Refactor GitHubRepository using Lombok/delegation by David Pursehouse · 10 years ago
  39. f9d9b77 PullRequestCreateChange: Don't explicitly import ProjectControl.Factory by David Pursehouse · 10 years ago
  40. 8b33fc3 PullRequestCreateChange: Remove unused MergeUtilFactory by David Pursehouse · 10 years ago
  41. 0c49eec Bump GitHub-API to 1.53 (released) by Luca Milanesio · 10 years ago
  42. 2d6f69a Replace getServletPath() with getPathInfo() by David Ostrovsky · 10 years ago
  43. 3f7fcd2 README: Fix minor issues and add configuration description by David Ostrovsky · 10 years ago
  44. 2148b59 BugFix: Git over HTTP/OAuth new WebSession injection by Luca Milanesio · 10 years ago
  45. c2a6275 Refactor OAuth handshake: remove usage of GerritOAuth cookie by Luca Milanesio · 10 years ago
  46. a06ab5e Fix email, add response to account handler. by Kelly Campbell · 10 years ago
  47. c783deb Fix datatables script link. by Kelly Campbell · 10 years ago
  48. b8f5fd6 Fixed mispelled package name 'googlesrouce' by Kelly Campbell · 10 years ago
  49. 3e068f4 [BugFix] /login not enriched when GerritOAuth expires by Luca Milanesio · 10 years ago
  50. f87b8e8 String-safe comparison during secure.config update by Luca Milanesio · 10 years ago
  51. dcbd5c4 Full bump to Gerrit 2.10 by Luca Milanesio · 10 years ago
  52. f8c20d6 Bump to GitHub-API 1.50 (released version) by Luca Milanesio · 10 years ago
  53. 92a28dc [BugFix] Fix OAuth login handshake - final phase by Luca Milanesio · 10 years ago
  54. bf2e40e Bump Gerrit API to 2.10-SNAPSHOT by Luca Milanesio · 10 years ago
  55. 831d161 Default GitHub scopes when not configured in gerrit.config by Luca Milanesio · 10 years ago
  56. 79a1fab Avoid OAuth with REST and RPC calls and static resources by Luca Milanesio · 10 years ago
  57. 63b3595 BugFix: expire OAuth token using the correct unit (msec vs. sec) by Luca Milanesio · 10 years ago
  58. 5839678 Remove unused GitRepositoryManager in replication.Destination by David Pursehouse · 10 years ago
  59. a7b7c69 Remove unused members in PullRequestImportJob by David Pursehouse · 10 years ago
  60. ff5e19a Replace deprecated consumeContent with EntityUtils.consume by David Pursehouse · 10 years ago
  61. 06b6c50 Replace deprecated HTTP.UTF_8 with Charsets.UTF_8 by David Pursehouse · 10 years ago
  62. 8864067 Remove unnecessary suppression of unchecked warning by David Pursehouse · 10 years ago
  63. 8338288 Correct spelling of AccountImporter class by David Pursehouse · 10 years ago
  64. c83f0e4 Remove unused imports by David Pursehouse · 10 years ago
  65. 0807b52 Align GitHub OAuth token expire with GerritAccount by Luca Milanesio · 10 years ago
  66. 9946572 Fetch GitHub full name and e-mail from the plugin profile screen by Luca Milanesio · 10 years ago
  67. 38e8ff8 GitHub OAuth authentication with Gerrit Git/HTTP protocol by Luca Milanesio · 10 years ago
  68. 91873bd Set GitHub OAuth scope as persistent cookie by Luca Milanesio · 10 years ago
  69. 02bef2e Display repository private/public label by Luca Milanesio · 10 years ago
  70. d9c2138 Display ALL organisations, including private ones by Luca Milanesio · 10 years ago
  71. 9419819 Allow to define different hierarchy for public vs. private repos by Luca Milanesio · 10 years ago
  72. cbc3f01 ScopedProvider is now more similar to standard Guice's Provider by Luca Milanesio · 10 years ago
  73. 89ec040 Redundant injected GitHubLogin removed by Luca Milanesio · 10 years ago
  74. 195b7ca Import of private organisations, repos and pull requests by Luca Milanesio · 10 years ago
  75. 3b3eadc Resilience against GerritOAuth and JSESSIONID cookies lost by Luca Milanesio · 10 years ago
  76. be5cba5 Multi-OAuth scopes configuration. by Luca Milanesio · 10 years ago
  77. 7363536 Share GitHub login on Gerrit filter and plugin. by Luca Milanesio · 10 years ago
  78. 8550915 Avoid use of @SessionScoped for GitHub login by Luca Milanesio · 10 years ago
  79. e25f961 Avoid using Jenkins CI Maven Repo for snapshot artifacts by Luca Milanesio · 10 years ago
  80. 777cf37 Remove 1.6 JVM compliance: getting the 1.7 from top pom.xml by Luca Milanesio · 10 years ago
  81. 81edbff BugFix: removed duplicate servlet-api Maven dependency by Luca Milanesio · 10 years ago
  82. 67ede18 Adding GerritForge for 2.9-SNAPSHOT and Google for releases by Luca Milanesio · 10 years ago
  83. c742a68 Bump GitHub API to 1.50-SNAPSHOT by Luca Milanesio · 10 years ago
  84. 6bd6dec Bump Java to 1.7 by Luca Milanesio · 10 years ago
  85. fb22708 Ignoring MacOS .DS_Store by Luca Milanesio · 10 years ago
  86. fb29042 Ignore IntelliJ IDEA project files by Luca Milanesio · 10 years ago
  87. 0e45b49 Bug-fix: NPE when cookies are not set by Luca Milanesio · 10 years ago
  88. 295886c Adapting ChangeControlDelegate constructor to master. by Luca Milanesio · 10 years ago
  89. 0614ef9 Use new Gerrit 2.9-SNAPSHOT patch-set inserter by Luca Milanesio · 10 years ago
  90. d2661b6 Implement empty postRun() for Gerrit 2.9-SNAPSHOT by Luca Milanesio · 10 years ago
  91. d74a1ed Auto-update secure.config OAuth token when needed. by Luca Milanesio · 10 years ago
  92. 0ebf221 Get user's SSH verified keys only using published info. by Luca Milanesio · 10 years ago
  93. c305f6a Bump to GitHub-API to 1.48-SNAPSHOT by Luca Milanesio · 10 years ago
  94. 29bfa86 Avoid hardcoded OAuth scope request. by Luca Milanesio · 10 years ago
  95. 71f34a8 Process wizard redirection when status is not set by Luca Milanesio · 10 years ago
  96. 645b3ae Increase token timeout to 15' by Luca Milanesio · 10 years ago
  97. 96d35f7 DON'T use forced push for GitHub replication. by Luca Milanesio · 10 years ago
  98. e0c1a8d Bump to Gerrit 2.9-SNAPSHOT by Luca Milanesio · 10 years ago
  99. f95fcd3 Uniform "Next" step action button with other screns. by Luca Milanesio · 11 years ago
  100. 4ba7702 Marking Pull Requests importer as DONE. by Luca Milanesio · 11 years ago