summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | Null-safe compare for ticket milestones without due dateFritz Schrogl2019-06-101-2/+14
* | | Do not resolve symbolic links to repositories.Florian Zschocke2019-06-102-7/+133
* | | Zips of recreated hello-world.git and all external repositories for testing.chirontt2019-06-0712-46/+142
* | | Fix for various test failures.chirontt2019-06-079-90/+112
* | | Rename the setting to httpIdleTimeoutSebastiano Pilla2017-06-032-4/+4
* | | Adds theSebastiano Pilla2017-06-012-3/+10
* | | 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-0511-21/+58
* | | Use versioned index directories for repository indices.Florian Zschocke2017-03-053-48/+339
* | | Introduce an index version for the ticket indexFlorian Zschocke2017-03-053-9/+352
* | | 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
* | | Prevent last column on Tree page from wrapingJan Breuer2017-02-201-0/+1
* | | Fix #1114 HttpUtils getGitblitURL does not support nonstandard portsJan Breuer2017-02-151-1/+3
* | | Add Czech localeJan Breuer2017-02-155-0/+854
* | | Merge pull request #1192 from mystygage/listBranchForRepositoryJames Moger2017-02-082-1/+6
|\ \ \
| * | | List branches from only one repository if a repository name is givenMarkus FoĢˆmpe2017-01-262-1/+6
* | | | 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-246-5/+160
|/ / /
* | | when apache terminates https, the Ajax-Location header needs to be rewritten ...RainerW2017-01-231-0/+1
* | | Merge pull request #6 from fzs/sshAuthMethodsFlorian Zschocke2017-01-212-9/+52
|\ \ \
| * | | Set list of offered SSH authentication methods.merged--sshAuthMethodsFlorian Zschocke2016-12-062-9/+52
* | | | Update weblogic.xmlBala Raman2017-01-161-2/+2
* | | | Update to web.xml, fix to #1132Bala Raman2017-01-151-4/+4
* | | | 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
|/ / /
* | | Fix typo in defaults.properties.Florian Zschocke2016-12-181-1/+1
* | | Merge pull request #1160 from fzs/sshLdapAuthenticatorFlorian Zschocke2016-12-1814-625/+2276
|\ \ \
| * | | Extend documentation in default.properties and LdapKeyManager.java.merged--sshLdapAuthenticatorFlorian Zschocke2016-12-062-2/+31
| * | | The public key manager can disable writing keys, which hides commandsFlorian Zschocke2016-12-066-12/+63
| * | | Fix SshKeysDispatcher test failing on WindowsFlorian Zschocke2016-12-061-7/+7
| * | | Use dynamic port selection for LDAP listeners in LDAP tests.Florian Zschocke2016-12-061-10/+11
| * | | Retrieve public SSH keys from LDAP.Florian Zschocke2016-11-296-37/+1248
| * | | Extract LdapConnection into new class from LdapAuthProviderFlorian Zschocke2016-11-233-268/+543
| * | | Create base unit test class for LDAP tests.Florian Zschocke2016-11-232-332/+416
* | | | Remove duplicate import of class SecureRandomFlorian Zschocke2016-12-151-1/+0
* | | | Merge pull request #1167 from fzs/secureCookiesJames Moger2016-12-142-1/+16
|\ \ \ \