1. ccad1bb FilestoreManager: Fix typo in log message by David Pursehouse · 6 years ago master
  2. a13f078 Merge pull request #1243 from sebastianopilla/master by James Moger · 7 years ago
  3. 203748f Rename the setting to httpIdleTimeout by Sebastiano Pilla · 7 years ago
  4. ac94c2c Adds the by Sebastiano Pilla · 7 years ago
  5. c1d816d Merge pull request #1239 from pingunaut/1226_sshkey_form_feedback by James Moger · 7 years ago
  6. e706776 Merge pull request #1238 from pingunaut/master by James Moger · 7 years ago
  7. 31a4c54 Remove unused code by Martin Spielmann · 7 years ago
  8. fc854d6 Revert "Fix nullpointer exception with unsupported URL protocol #1237" by Martin Spielmann · 7 years ago
  9. 279a5b6 Revert "Add feedback to SSH Key Form. #1226" by Martin Spielmann · 7 years ago
  10. c3e317a Add feedback to SSH Key Form. #1226 by Martin Spielmann · 7 years ago
  11. 51b9b7f Fix nullpointer exception with unsupported URL protocol #1237 by Martin Spielmann · 7 years ago
  12. 337443c Merge pull request #4 from gitblit/master by Martin · 7 years ago
  13. 2f74123 Merge pull request #1168 from lucamilanesio/bump-to-lucene-5.5.2 by Florian Zschocke · 7 years ago
  14. 63dbdfd Reindex tickets on server start if no index exists by Florian Zschocke · 7 years ago
  15. 197ddd2 Revert "Add library `lucene-backward-codecs` to migrate indices." by Florian Zschocke · 7 years ago
  16. f44f45a Use versioned index directories for repository indices. by Florian Zschocke · 7 years ago
  17. 71a27dd Introduce an index version for the ticket index by Florian Zschocke · 7 years ago
  18. bf1b35a Add DocValues to support sorting of ticket index fields. by Florian Zschocke · 7 years ago
  19. 71e24e2 Replace deprecated BooleanQuery constructor with builder. by Florian Zschocke · 7 years ago
  20. 8130906 Update link target to Lucene 5.5 query syntax, moving the link to the page. by Florian Zschocke · 7 years ago
  21. 9c2ddff Remove obsolete Lucene version constants. by Florian Zschocke · 7 years ago
  22. 0655833 Add library `lucene-backward-codecs` to migrate indices. by Florian Zschocke · 7 years ago
  23. 9795ce4 Exclude Lucene transitive dependencies. by Florian Zschocke · 7 years ago
  24. 2e03db3 Bump to Lucene 5.5.2 by Luca Milanesio · 7 years ago
  25. 71211a8 Merge pull request #1207 from j123b567/fix/cs_locale by James Moger · 7 years ago
  26. e68dd42 Better Czech localization by Jan Breuer · 7 years ago
  27. 2df318b Merge pull request #1202 from j123b567/feature/treeViewTable by James Moger · 7 years ago
  28. e49d70d Prevent last column on Tree page from wraping by Jan Breuer · 7 years ago
  29. d54dc04 Merge pull request #1201 from j123b567/bug/1114 by James Moger · 7 years ago
  30. 49bec41 Fix #1114 HttpUtils getGitblitURL does not support nonstandard ports by Jan Breuer · 7 years ago
  31. b03fc53 Merge pull request #1200 from j123b567/locale/cs by James Moger · 7 years ago
  32. 3d20d25 Add Czech locale by Jan Breuer · 7 years ago
  33. 3d569f8 Merge pull request #1192 from mystygage/listBranchForRepository by James Moger · 7 years ago
  34. cf2032c Merge pull request #1198 from WilliamFromTW/master by James Moger · 7 years ago
  35. 2e68cb6 New Setting "Default Language" when creating user. by william · 7 years ago
  36. 61df9b9 List branches from only one repository if a repository name is given by Markus Fömpe · 7 years ago
  37. 526b385 Merge pull request #1187 from gitblit/revert-1186-listBranchForRepository by James Moger · 7 years ago
  38. 6a7496f Revert "New rpc endpoint for listing all branches from a given repository" by James Moger · 7 years ago
  39. bfa7b43 Merge pull request #1186 from mystygage/listBranchForRepository by James Moger · 7 years ago
  40. 182f194 New rpc endpoint for listing all branches from a given repository by Markus Fömpe · 7 years ago
  41. 06f23c3 fix bug "get user default language null exception" by william · 7 years ago
  42. 3704870 Sending email (certificate zip file) based on locale that user selected by william · 7 years ago
  43. 651b998 Merge pull request #1183 from RainerW/fixApacheProxySample by James Moger · 7 years ago
  44. 8ae899a when apache terminates https, the Ajax-Location header needs to be rewritten as well by RainerW · 7 years ago
  45. 52869d4 Merge pull request #6 from fzs/sshAuthMethods by Florian Zschocke · 7 years ago
  46. d0d6278 Merge pull request #1178 from srbala/patch-1 by Florian Zschocke · 7 years ago
  47. 7bd114d Update weblogic.xml by Bala Raman · 7 years ago
  48. e6e1dbf Update to web.xml, fix to #1132 by Bala Raman · 7 years ago
  49. 5541f37 Merge pull request #1171 from pingunaut/usermanager-file-instantiation by James Moger · 7 years ago
  50. d79f563 extracted method by Martin Spielmann · 7 years ago
  51. c8c70d7 Merge pull request #1176 from ds5apn/master by James Moger · 7 years ago
  52. 84c827a Update korean translation for gitblit new version. by DONGSU, KIM · 7 years ago
  53. 80f2904 Increase minor version number to 9 by Florian Zschocke · 7 years ago
  54. 7fd5776 Merge branch 'ci', enabling CI services. by Florian Zschocke · 7 years ago
  55. 43f642b Add build definition file for Circle CI by Florian Zschocke · 7 years ago
  56. ac1e8f8 Add definition file for Travis CI by Florian Zschocke · 7 years ago
  57. a6ae27a updated comment by de4c9d · 7 years ago
  58. da6a261 update user manager to support instantiation if IUserService with IRuntimeManager as a parameter by de4c9d · 7 years ago
  59. 23072ff Update to explicit versions of JUnit 4.12 and JaCoCo 0.7.8 by Florian Zschocke · 7 years ago
  60. 99b4a18 Add test resources path `src/test/resources` to project configuration by Florian Zschocke · 7 years ago
  61. 472b743 Fix typo in defaults.properties. by Florian Zschocke · 7 years ago
  62. d6ddafd Merge pull request #1160 from fzs/sshLdapAuthenticator by Florian Zschocke · 7 years ago
  63. 34b98a0 Remove duplicate import of class SecureRandom by Florian Zschocke · 7 years ago
  64. 4ece397 Merge pull request #1167 from fzs/secureCookies by James Moger · 7 years ago
  65. bf179e6 Merge branch 'rcaa-master' into master. by Florian Zschocke · 7 years ago
  66. 9a51d2b Merge branch 'fixMentionsInTickets-985' by Florian Zschocke · 7 years ago
  67. 2be2c2c Introduce SecureRandom wrapper for properly seeded static instances by Florian Zschocke · 7 years ago
  68. a1fc7e7 changing Math.random to SecureRandom by rcaa · 7 years ago
  69. 7985115 Fix user mention regular expression and group replacement. by Florian Zschocke · 7 years ago
  70. 0e4eebc Use REGEX_TICKET_MENTION instead of hardcoded regular expression by Glenn Matthys · 8 years ago
  71. a1d8cfc Introduce new constant REGEX_TICKET_MENTION by Glenn Matthys · 8 years ago
  72. 60099a4 Set secure session cookies when redirecting from HTTP to HTTPS. by Florian Zschocke · 7 years ago
  73. 90a8d1a Set secure user cookies and only for HTTP. by Florian Zschocke · 7 years ago
  74. 1afeccc Extend documentation in default.properties and LdapKeyManager.java. by Florian Zschocke · 7 years ago
  75. 40040b6 The public key manager can disable writing keys, which hides commands by Florian Zschocke · 7 years ago
  76. a3f9b4f Fix SshKeysDispatcher test failing on Windows by Florian Zschocke · 7 years ago
  77. cb89090 Use dynamic port selection for LDAP listeners in LDAP tests. by Florian Zschocke · 7 years ago
  78. 51e70f4 Set list of offered SSH authentication methods. by Florian Zschocke · 7 years ago
  79. f639d96 Retrieve public SSH keys from LDAP. by Florian Zschocke · 7 years ago
  80. 967c242 Extract LdapConnection into new class from LdapAuthProvider by Florian Zschocke · 7 years ago
  81. 8d27912 Create base unit test class for LDAP tests. by Florian Zschocke · 7 years ago
  82. 6b0ac41 Merge pull request #1152 from fzs/fixAdminRoleLDAP by James Moger · 7 years ago
  83. 3b02737 Set "can admin" permission on LDAP users and teams correctly by Florian Zschocke · 7 years ago
  84. dfa3c3d Merge pull request #1147 from tomaswolf/disabled_pager_links by James Moger · 7 years ago
  85. 6832f19 Merge pull request #1149 from fzs/fixLDAPbinding by James Moger · 7 years ago
  86. f004a7f Update documentation for LDAP binding in default.properties. by Florian Zschocke · 7 years ago
  87. a4ad77f Clean up `LdapAuthProvider` to properly cover different LDAP search scenarios. by Florian Zschocke · 7 years ago
  88. ffadc2e Extend LDAP tests to use LDAP servers with access restrictions. by Florian Zschocke · 7 years ago
  89. 0d12227 Extend LDAP authentication tests to use different modes. by Florian Zschocke · 7 years ago
  90. d4a1aae Fix disabled links in PagerPanel by Tom · 7 years ago
  91. 35f1491 Merge pull request #1144 from fzs/logSendFailedException by James Moger · 7 years ago
  92. d64dd5d Merge pull request #1142 from fzs/merge-strategy by James Moger · 7 years ago
  93. 355cbb8 Add merge type setting to repository page. by Florian Zschocke · 10 years ago
  94. 5c44219 Add integration strategy to merge tickes fast-forward or with commit. by Florian Zschocke · 10 years ago
  95. 4218f97 Improve logging when sending email fails. by Florian Zschocke · 9 years ago
  96. bac1241 Merge pull request #1140 from tomaswolf/issue_1076 by James Moger · 8 years ago
  97. de3f435 Issue #1076: load commit cache in a background thread by Tom · 8 years ago
  98. a3665a6 Merge pull request #1130 from larsmaes/patch-2 by James Moger · 8 years ago
  99. 2b9ad25 Spelling mistake fix by larsmaes · 8 years ago
  100. 4365c8f removing unecessary user cookie code by Rodrigo Andrade · 8 years ago