summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit
Commit message (Expand)AuthorAgeFilesLines
...
* | | Escape folder names in JGitUtils to allow special characters. Fixes #999Martin Spielmann2019-06-101-3/+3
* | | Null-safe compare for ticket milestones without due dateFritz Schrogl2019-06-101-2/+14
* | | Do not resolve symbolic links to repositories.Florian Zschocke2019-06-101-7/+16
* | | Rename the setting to httpIdleTimeoutSebastiano Pilla2017-06-031-2/+2
* | | Adds theSebastiano Pilla2017-06-011-3/+3
* | | Merge pull request #1239 from pingunaut/1226_sshkey_form_feedbackJames Moger2017-05-221-1/+1
|\ \ \
| * | | Remove unused codeMartin Spielmann2017-05-221-4/+0
| * | | Revert "Fix nullpointer exception with unsupported URL protocol #1237"Martin Spielmann2017-05-221-1/+1
* | | | Revert "Add feedback to SSH Key Form. #1226"Martin Spielmann2017-05-224-13/+1
|/ / /
* | | Add feedback to SSH Key Form. #1226Martin Spielmann2017-05-224-1/+13
* | | Fix nullpointer exception with unsupported URL protocol #1237Martin Spielmann2017-05-211-1/+1
* | | Reindex tickets on server start if no index existsFlorian Zschocke2017-03-057-17/+54
* | | Use versioned index directories for repository indices.Florian Zschocke2017-03-052-48/+72
* | | Introduce an index version for the ticket indexFlorian Zschocke2017-03-052-9/+107
* | | Add DocValues to support sorting of ticket index fields.Florian Zschocke2017-03-051-0/+7
* | | Replace deprecated BooleanQuery constructor with builder.Florian Zschocke2017-03-052-15/+13
* | | Update link target to Lucene 5.5 query syntax, moving the link to the page.Florian Zschocke2017-03-0516-119/+139
* | | Remove obsolete Lucene version constants.Florian Zschocke2017-03-052-6/+0
* | | Bump to Lucene 5.5.2Luca Milanesio2017-03-052-26/+26
* | | Better Czech localizationJan Breuer2017-03-031-76/+76
* | | Fix #1114 HttpUtils getGitblitURL does not support nonstandard portsJan Breuer2017-02-151-1/+3
* | | Add Czech localeJan Breuer2017-02-153-0/+848
* | | Merge pull request #1192 from mystygage/listBranchForRepositoryJames Moger2017-02-081-0/+4
|\ \ \
| * | | List branches from only one repository if a repository name is givenMarkus FoĢˆmpe2017-01-261-0/+4
* | | | New Setting "Default Language" when creating user.william2017-02-084-29/+71
* | | | fix bug "get user default language null exception"william2017-01-251-1/+5
* | | | Sending email (certificate zip file) based on locale that user selectedwilliam2017-01-244-5/+44
|/ / /
* | | Merge pull request #6 from fzs/sshAuthMethodsFlorian Zschocke2017-01-211-6/+34
|\ \ \
| * | | Set list of offered SSH authentication methods.merged--sshAuthMethodsFlorian Zschocke2016-12-061-6/+34
* | | | Merge pull request #1171 from pingunaut/usermanager-file-instantiationJames Moger2017-01-062-2/+25
|\ \ \ \
| * | | | extracted methodMartin Spielmann2017-01-061-9/+20
| * | | | updated commentde4c9d2016-12-301-1/+1
| * | | | update user manager to support instantiation if IUserService with IRuntimeMan...de4c9d2016-12-302-2/+14
| | |/ / | |/| |
* / | | Update korean translation for gitblit new version.DONGSU, KIM2017-01-051-718/+759
|/ / /
* | | Merge pull request #1160 from fzs/sshLdapAuthenticatorFlorian Zschocke2016-12-188-286/+833
|\ \ \
| * | | Extend documentation in default.properties and LdapKeyManager.java.merged--sshLdapAuthenticatorFlorian Zschocke2016-12-061-1/+26
| * | | The public key manager can disable writing keys, which hides commandsFlorian Zschocke2016-12-066-12/+63
| * | | Retrieve public SSH keys from LDAP.Florian Zschocke2016-11-293-37/+481
| * | | Extract LdapConnection into new class from LdapAuthProviderFlorian Zschocke2016-11-232-268/+295
* | | | Remove duplicate import of class SecureRandomFlorian Zschocke2016-12-151-1/+0
* | | | Merge pull request #1167 from fzs/secureCookiesJames Moger2016-12-142-1/+16
|\ \ \ \
| * | | | Set secure session cookies when redirecting from HTTP to HTTPS.merged--secureCookiesFlorian Zschocke2016-12-101-1/+2
| * | | | Set secure user cookies and only for HTTP.Florian Zschocke2016-12-101-0/+14
| | |/ / | |/| |
* | | | Merge branch 'rcaa-master' into master.Florian Zschocke2016-12-1312-12/+103
|\ \ \ \
| * | | | Introduce SecureRandom wrapper for properly seeded static instancesFlorian Zschocke2016-12-122-5/+88
| * | | | changing Math.random to SecureRandomrcaa2016-12-111-1/+5
| * | | | removing unecessary user cookie codeRodrigo Andrade2016-08-157-8/+8
| * | | | removing duplicated code for cookie genaration and adding random bytes to gen...Rodrigo Andrade2016-08-155-4/+8
* | | | | Merge branch 'fixMentionsInTickets-985'Florian Zschocke2016-12-124-6/+15
|\ \ \ \ \
| * | | | | Fix user mention regular expression and group replacement.merged--fixMentionsInTickets-985Florian Zschocke2016-12-104-4/+4