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