summaryrefslogtreecommitdiffstats
path: root/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* Update JGit to versoin 4.5.7.201904151645-rFlorian Zschocke2019-11-201-3/+2
|
* Set .classpath back to moxie generated version.Florian Zschocke2019-11-111-5/+0
|
* Update SLF4J dependency to latest version 1.7.29.Florian Zschocke2019-11-101-2/+2
|
* Update SSHD dependency to version 1.2.0.Florian Zschocke2019-11-101-1/+1
|
* Update SSHD dependency to version 1.1.0.Florian Zschocke2019-11-101-1/+1
|
* Update MINA to version 2.0.21.Florian Zschocke2019-11-101-1/+1
| | | | This includes a fix in MINA to a CVE.
* Update BouncyCastle dependency to version 1.57Florian Zschocke2019-11-101-3/+8
| | | | | | | | To support the new PBKDF2 password hashing, the Bouncy Castle provider needs to be updated to a version that supports PBKDF2 with HMAC SHA265. The current version doesn't have PBKDF2WithHmacSHA265, and neither does Java 7, so that under Java 7 it can not be used. This update enables the new password hashing under Java 7, too.
* Update to recommended com.sun.activation package.Florian Zschocke2019-11-071-1/+1
| | | | | Update the dependency to the recommended JAF stand-alone com.sun.activation:javax.activation:1.2.0
* Added javax.activation dependency "Martin Spielmann2017-11-031-0/+1
| | | | thanks to this dependency, one can start gitblit with java 9 without using deprecated internal module --add-modules java.activation
* Revert "Add library `lucene-backward-codecs` to migrate indices."Florian Zschocke2017-03-051-1/+0
| | | | This reverts commit 662fb9012fb6897c9b05c939232919797e665f38.
* Add library `lucene-backward-codecs` to migrate indices.Florian Zschocke2017-03-051-0/+1
| | | | | | | | | | | To be able to read and migrate Lucene indices from old (4.x) formats to new (5.x) ones, add the `lucene-backward-codecs` library to the project. It is added to the `ext` directory and therefore to the classpath. According to the Lucene documentation, having it in the classpath can affect performance. But right now the `ext` directory is the only one available and even for a separate tool for offline migration the library would be needed.
* Exclude Lucene transitive dependencies.Florian Zschocke2017-03-051-1/+1
| | | | | | | Exclude Lucene dependencies `lucene-spatial` and `lucene-join`. They were added during the update but are not needed. This patch excludes them explicitly so that they do not show up in the generated IDE files and `ext` directory.
* Bump to Lucene 5.5.2Luca Milanesio2017-03-051-7/+7
|
* Sending email (certificate zip file) based on locale that user selectedwilliam2017-01-241-6/+1
|
* Update to explicit versions of JUnit 4.12 and JaCoCo 0.7.8Florian Zschocke2016-12-211-1/+1
| | | | | | | | | | Use explicit coordinates, and therefor version numbers fro JUnit in the build.moxie file. It should not be some version that just happens to be used. Update JUnit to latest 4.12. Update JaCoCo to lates 0.7.8, which makes it work under Java 8. The last used version would fail when tests are run under Java 8.
* Add test resources path `src/test/resources` to project configurationFlorian Zschocke2016-12-191-0/+1
|
* Update to JGit 4.1.1James Moger2015-11-181-2/+2
|
* Update to JGit 4.1.0James Moger2015-09-301-2/+3
|
* Update to Guice 4.0 final with -gb2 ServletFilter fixJames Moger2015-09-181-2/+2
|
* Update to Lucene 4.10.4James Moger2015-09-181-7/+7
|
* Update to Jetty 9.2.13James Moger2015-09-181-1/+1
|
* Update to JGit 4.0.2James Moger2015-09-181-6/+6
|
* Update to SSHD 1.0.0James Moger2015-09-181-1/+1
|
* Update to BouncyCastle 1.52James Moger2015-09-181-3/+3
|
* Update to Groovy 2.4.4James Moger2015-09-181-1/+1
|
* Update to Wicket 1.4.22James Moger2015-09-181-3/+3
|
* Update to SLF4J 1.7.12James Moger2015-09-181-2/+2
|
* Update to Pegdown 1.5.0James Moger2015-09-181-7/+7
|
* Revert "Merge pull request #915 from lucamilanesio/lucene-5.2.1"James Moger2015-09-181-9/+7
| | | | | This reverts commit 55c385e96e6594ec1ac3b5cd41ccd2df6048b696, reversing changes made to 61bb29d492ca9c34471ec0a119d1445ccde086e9.
* Bump to Lucene 5.2.1Luca Milanesio2015-09-091-7/+9
|
* Update IDE files and gitignoreJames Moger2015-09-011-2/+2
|
* Bump to JGit 4.0.0Luca Milanesio2015-06-121-3/+5
| | | | | JGit 4.0.0 fixes a memory leak but introduces a non-compatible change for closing the RevWalk: before it was release() but now is close()
* Update Jetty to 9.2.10James Moger2015-03-121-1/+1
|
* Update to SSHD 0.14James Moger2015-03-121-1/+1
|
* Update JGit to 3.7.0James Moger2015-03-071-2/+2
|
* Update SLF4j, JGit, Groovy, BouncyCastle, Mina, Gson, Freemarker, libpam4j, ↵James Moger2015-03-051-20/+21
| | | | args4j, Jedis, waffle-jna, Unboundid
* Update to Guice 4.0-beta5James Moger2014-11-041-1/+1
|
* Update to SSHD 0.13.0James Moger2014-11-041-1/+1
|
* Merge branch 'ticket/205' into developJames Moger2014-10-141-2/+2
|\
| * Update to JGit 3.5.1James Moger2014-10-141-2/+2
| |
* | Merge branch 'ticket/200' into developJames Moger2014-09-301-1/+1
|\|
| * Update to Jetty 9.2.3.v20140905James Moger2014-09-301-1/+1
| |
| * Update to SSHD 0.12.0James Moger2014-09-301-1/+1
| |
* | Merge branch 'ticket/198' into developJames Moger2014-09-301-2/+2
|\|
| * Update to JGit 3.5.0.201409260305-rJames Moger2014-09-301-2/+2
| |
* | Merge branch 'ticket/164' into developJames Moger2014-09-071-0/+1
|\|
| * Create infrastructure for XSS sanitizationJames Moger2014-09-071-0/+1
| |
| * Update to SSHD 0.11.1-atlassian1James Moger2014-09-041-1/+1
| |
* | Allow Plugins to have injected members and Extensions to be constructedJames Moger2014-09-041-1/+1
| |
* | Merged #158 "Update Jetty version to 9.2.2"James Moger2014-09-041-2/+2
|\ \