summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add Twitter link to site overview and built-in docs.Florian Zschocke2020-01-271-0/+1
* Site: Remove link to Bintray update notificationsFlorian Zschocke2020-01-271-2/+1
* Add deployment of a release to GitHubFlorian Zschocke2020-01-271-0/+66
* Correct issue in FAQ page to link to GitHub issue.Florian Zschocke2019-11-181-1/+1
* Update test file with MD hashed passwordFlorian Zschocke2019-11-111-1/+2
* 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-113-3/+32
* Fix NPE when no action can be parsed from the URLFlorian Zschocke2019-11-113-30/+99
* :book: Fix link to LDAP sample data LDIF file in setup.Florian Zschocke2019-11-101-1/+1
* In SSH tests ignore an external SSH toolFlorian Zschocke2019-11-101-0/+55
* Update SSHD dependency to version 1.2.0.Florian Zschocke2019-11-104-4/+18
* Update SSHD dependency to version 1.1.0.Florian Zschocke2019-11-105-13/+20
* Ignore the `RedisTicketService` tests until they are fixed.Florian Zschocke2019-11-101-0/+3
* Remove Launcher from Manager and Federation Client.Florian Zschocke2019-11-082-168/+3
* 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-0713-334/+24
* 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-0611-57/+1340
|\
| * Add more PasswordHash tests with strings beyond iso-8859-1.Florian Zschocke2019-11-061-1/+31
| * Use the new PasswordHash classes.Florian Zschocke2019-11-0512-374/+185
| * Add support for PBKDF2 to PasswordHashFlorian Zschocke2019-11-053-15/+507
| * Add a PasswordHash class as a central place to deal with password hashes.Florian Zschocke2019-11-052-0/+640
| * 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-073-10/+61
| * Added possibility to use secure hashes to store passwordsMartin Spielmann2017-01-017-7/+266
* | encoded email's sender name with utf-8.william2019-06-161-1/+1
* | Set default to `expanded` for collapsible repo groups.Florian Zschocke2019-06-151-14/+15
* | Remove "folding outlines" and sort repositories before subfolders.Florian Zschocke2019-06-153-19/+22
* | Add support nested groups on the Repositories pageFlorian Zschocke2019-06-157-13/+642
* | collapsible group repositoriesybosy2019-06-155-3/+106
* | Escape folder names in JGitUtils to allow special characters. Fixes #999Martin Spielmann2019-06-101-3/+3
* | Fix revLog test that broke due to changes in the hello-world repository.Florian Zschocke2019-06-102-3/+5
* | Create unit tests for special characters in path namesFlorian Zschocke2019-06-103-3/+19
* | 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