summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Expand)AuthorAgeFilesLines
* Delete password from memory in AuthenticationManagerFlorian Zschocke2020-04-052-19/+38
* 🦟 fix: Password hash upgrade kills existing passwordsFlorian Zschocke2020-04-051-17/+26
* Fix user preferences selecting the wrong preferred locale.Florian Zschocke2019-11-112-46/+28
* Guard docs pages against bad URLsFlorian Zschocke2019-11-112-0/+9
* Add `clone.bundle` as known command, but reject it as not implemented.Florian Zschocke2019-11-112-2/+19
* Fix NPE when no action can be parsed from the URLFlorian Zschocke2019-11-112-30/+45
* Update SSHD dependency to version 1.2.0.Florian Zschocke2019-11-103-3/+3
* Update SSHD dependency to version 1.1.0.Florian Zschocke2019-11-103-7/+9
* Remove Launcher from Manager and Federation Client.Florian Zschocke2019-11-081-165/+0
* Fix NullpointerException when stopping GitBlit Server.Florian Zschocke2019-11-071-5/+7
* For Java 9+ define the classpath instead of using a Launcher.Florian Zschocke2019-11-075-317/+3
* Report Java versions used during build and server start.Florian Zschocke2019-11-071-0/+4
* Merge branch 'pingunaut-1166_more_secure_password_hashes' into master.Florian Zschocke2019-11-067-53/+636
|\
| * Use the new PasswordHash classes.Florian Zschocke2019-11-057-300/+108
| * Add support for PBKDF2 to PasswordHashFlorian Zschocke2019-11-052-10/+326
| * Add a PasswordHash class as a central place to deal with password hashes.Florian Zschocke2019-11-051-0/+220
| * fix commentMartin Spielmann2017-01-071-1/+1
| * Replaced duplicated strings by using constantMartin Spielmann2017-01-072-4/+4
| * Update AuthenticationManager to update weakly stored passwords on loginMartin Spielmann2017-01-072-10/+55
| * Added possibility to use secure hashes to store passwordsMartin Spielmann2017-01-014-3/+197
* | encoded email's sender name with utf-8.william2019-06-161-1/+1
* | Remove "folding outlines" and sort repositories before subfolders.Florian Zschocke2019-06-152-19/+21
* | Add support nested groups on the Repositories pageFlorian Zschocke2019-06-155-5/+546
* | collapsible group repositoriesybosy2019-06-153-3/+60
* | 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-155-0/+854
* | Merge pull request #1192 from mystygage/listBranchForRepositoryJames Moger2017-02-081-0/+4
|\ \
| * | List branches from only one repository if a repository name is givenMarkus Fö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