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