summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ci: Ignore release and gh-pages branches for CI build on pushFlorian Zschocke2020-01-111-1/+6
* ci: Add build with Java 7 on LinuxFlorian Zschocke2020-01-101-0/+29
* Build on matrix of latest Ubunutu and latest Windows.Florian Zschocke2020-01-051-1/+2
* Build as matrix of Java 8 and 11, only.Florian Zschocke2020-01-051-1/+1
* Build with matrix of Java 7, 8 and 11.Florian Zschocke2020-01-051-5/+10
* Add ci workflow to build on every push.Florian Zschocke2020-01-051-0/+25
* Update JGit to versoin 4.5.7.201904151645-rFlorian Zschocke2019-11-204-21/+10
* Correct issue in FAQ page to link to GitHub issue.Florian Zschocke2019-11-182-2/+2
* Add dependency javax.activation to WAR, manager and fedclient, too.Florian Zschocke2019-11-181-1/+1
* Add pattern to create links to GitHub commits from release notes etc.Florian Zschocke2019-11-171-1/+2
* Change issue links in release history to point to correct GitHub issuesFlorian Zschocke2019-11-172-266/+266
* Update release notesFlorian Zschocke2019-11-171-3/+3
* Update release notesFlorian Zschocke2019-11-161-9/+107
* Adjust versions of JaCoCo and parboiled to match and work.Florian Zschocke2019-11-111-2/+2
* Update test file with MD hashed passwordFlorian Zschocke2019-11-111-1/+2
* Set .classpath back to moxie generated version.Florian Zschocke2019-11-111-5/+0
* Update JaCoCo to version 0.8.5 to work when run under Java 11.Florian Zschocke2019-11-111-1/+1
* Merge pull request #1324 from fzs/fix-prefLocale-docsNPEFlorian Zschocke2019-11-114-46/+37
|\
| * 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
* Merge pull request #1322 from fzs/sshd_updateFlorian Zschocke2019-11-1010-35/+56
|\
| * Update SLF4J dependency to latest version 1.7.29.Florian Zschocke2019-11-103-9/+9
| * Update SSHD dependency to version 1.2.0.Florian Zschocke2019-11-107-9/+23
| * Update SSHD dependency to version 1.1.0.Florian Zschocke2019-11-108-18/+25
| * Update MINA to version 2.0.21.Florian Zschocke2019-11-103-5/+5
|/
* Update BouncyCastle dependency to version 1.57Florian Zschocke2019-11-103-13/+18
* Ignore the `RedisTicketService` tests until they are fixed.Florian Zschocke2019-11-101-0/+3
* Remove Launcher from Manager and Federation Client.Florian Zschocke2019-11-083-170/+4
* Merge pull request #1266 from pingunaut/1262_java9Florian Zschocke2019-11-073-0/+13
|\
| * Update to recommended com.sun.activation package.Florian Zschocke2019-11-073-5/+5
| * Added javax.activation dependency "Martin Spielmann2017-11-033-0/+13
* | 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-0714-335/+24
* | Report Java versions used during build and server start.Florian Zschocke2019-11-072-0/+11
* | Setup build matrix for OpenJDK 8, 9 and 11 on Circle CIFlorian Zschocke2019-11-061-21/+44
* | Travis: Build and test on JDK 7, 8 and 11.Florian Zschocke2019-11-061-0/+6
* | 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