summaryrefslogtreecommitdiffstats
path: root/.classpath
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ \
| * | Update jetty version to 9.2.2David Ostrovsky2014-09-041-2/+2
| | |
* | | Update lucene version to 4.10David Ostrovsky2014-09-051-7/+7
|/ /
* | Update SSHD version to 0.12David Ostrovsky2014-09-041-2/+2
| | | | | | | | Also switch back to Maven Central repository.
* | Update to Guava 17James Moger2014-07-031-1/+1
| |
* | Use forked guice-servlet jar rather than stock jar from GoogleJames Moger2014-07-031-1/+1
| |
* | Temporarily depend on patched guice-servlet (guice-807)James Moger2014-07-031-1/+1
| |
* | Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fairly functional variation of Gitblit with one notable exception: The security filters are not working properly. This is a design flaw in Guice that I have reported upstream [1]. The general idea is that Guice-Servlet filters are not properly wrapping the ServletRequest. This has historically been a problem for Guice-Servlet servlets but Google has fixed most of those issues. Unfortunately, all the same flaws reported against the servlet delegation also exist in Guice-Servlet filter delegation. :( [1]: https://code.google.com/p/google-guice/issues/detail?id=807
* | Replace Dagger with Guice 4.0 beta and update Guava to 16.0.1James Moger2014-07-031-4/+3
| |
* | Update to Dagger 1.2.1 and Guava 15James Moger2014-07-031-4/+4
| |
* | Switch apt folder from 'dagger' to 'gen'James Moger2014-07-031-1/+1
| |
* | Update to SSHD 0.11.1-atlassian-1James Moger2014-07-031-1/+1
| |
* | Update to JGit 3.4.1James Moger2014-07-031-2/+2
| |
* | Update to Groovy 2.3.3James Moger2014-07-031-1/+1
| |
* | Update to SLF4j 1.7.7James Moger2014-07-031-2/+2
| |
* | Update to Freemarker 2.3.20James Moger2014-07-021-3/+3
| |
* | Update to gson 2.2.2James Moger2014-07-021-1/+1
| |