Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Guice-Servlet rather than custom code and expose the Injector | James Moger | 2014-07-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | 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.1 | James Moger | 2014-07-03 | 1 | -3/+2 |
| | |||||
* | Update to Dagger 1.2.1 and Guava 15 | James Moger | 2014-07-03 | 1 | -2/+3 |
| | |||||
* | Switch apt folder from 'dagger' to 'gen' | James Moger | 2014-07-03 | 1 | -1/+1 |
| | |||||
* | Update to SSHD 0.11.1-atlassian-1 | James Moger | 2014-07-03 | 1 | -2/+3 |
| | |||||
* | Update to JGit 3.4.1 | James Moger | 2014-07-03 | 1 | -1/+1 |
| | |||||
* | Update to Groovy 2.3.3 | James Moger | 2014-07-03 | 1 | -1/+1 |
| | |||||
* | Update to SLF4j 1.7.7 | James Moger | 2014-07-03 | 1 | -3/+3 |
| | |||||
* | Update to Freemarker 2.3.20 | James Moger | 2014-07-02 | 1 | -3/+3 |
| | |||||
* | Update to gson 2.2.2 | James Moger | 2014-07-02 | 1 | -1/+1 |
| | |||||
* | Update to SLF4j 1.7.7 | James Moger | 2014-07-02 | 1 | -2/+2 |
| | |||||
* | Merge branch 'fix-mxwebxml' | James Moger | 2014-06-17 | 1 | -1/+1 |
|\ | |||||
| * | Fix WAR web.xml generation regression | James Moger | 2014-06-17 | 1 | -1/+1 |
| | | |||||
| * | Reset build identifiers for next point release cycle | James Moger | 2014-06-16 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'pr-201' into develop | James Moger | 2014-06-17 | 1 | -1/+1 |
|\ \ | |||||
| * | | Update Lucene version to 4.8.1 | David Ostrovsky | 2014-06-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #202 from davido/patch-6 | James Moger | 2014-06-17 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Update Jetty version to 9.2.1.v20140609 | ||||
| * | | | Update Jetty version to 9.2.1.v20140609 | David Ostrovsky | 2014-06-17 | 1 | -1/+1 |
| |/ / | | | | | | | | | | | | | | | | The Jetty 9.2 quick start mechanism provides almost an order of magnitude improvement in start time [1]. [1] https://webtide.com/jetty-9-quick-start/ | ||||
* / / | Update JGit version to 3.4.0.201406110918-r | David Ostrovsky | 2014-06-17 | 1 | -1/+1 |
|/ / | |||||
* / | Reset build identifiers for next minor release cycle | James Moger | 2014-06-16 | 1 | -1/+1 |
|/ | |||||
* | Prepare 1.6.0 releasev1.6.0 | James Moger | 2014-06-16 | 1 | -3/+3 |
| | |||||
* | Update to Moxie 0.9.2 | James Moger | 2014-06-09 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into develop | James Moger | 2014-05-07 | 1 | -2/+2 |
|\ | |||||
| * | Reset build identifiers for next development cycle | James Moger | 2014-05-07 | 1 | -1/+1 |
| | | |||||
| * | Prepare 1.5.1 releasev1.5.1 | James Moger | 2014-05-07 | 1 | -3/+3 |
| | | |||||
* | | Update to javax.mail 1.5.1 | James Moger | 2014-05-05 | 1 | -1/+1 |
| | | |||||
* | | Split pages servlet into a raw branch servlet and a gh-pages servlet | James Moger | 2014-05-04 | 1 | -0/+1 |
| | | |||||
* | | Reset build identifier to next milestone snapshot | James Moger | 2014-05-01 | 1 | -1/+1 |
|/ | |||||
* | Correct the build identifier | James Moger | 2014-04-25 | 1 | -1/+1 |
| | |||||
* | Update to Apache MINA/SSHD 0.11.0 | James Moger | 2014-04-23 | 1 | -2/+2 |
| | |||||
* | Reset build identifiers for next development cycle | James Moger | 2014-04-17 | 1 | -1/+1 |
| | |||||
* | Prepare 1.5.0 releasev1.5.0 | James Moger | 2014-04-17 | 1 | -3/+3 |
| | |||||
* | Update to SLF4J 1.7.5 | James Moger | 2014-04-15 | 1 | -2/+2 |
| | |||||
* | Update to pf4j 0.8.0 | James Moger | 2014-04-15 | 1 | -1/+1 |
| | |||||
* | Update to Jetty 9, drop AJP | James Moger | 2014-04-11 | 1 | -4/+3 |
| | |||||
* | Build with Java 7 | James Moger | 2014-04-11 | 1 | -4/+4 |
| | |||||
* | Update to pf4j 0.7.1 for a bug fix | James Moger | 2014-04-11 | 1 | -1/+1 |
| | |||||
* | Improve plugin manager based on upstreamed contributions to pf4j | James Moger | 2014-04-10 | 1 | -1/+1 |
| | |||||
* | Add plugins/extension infrastructure | David Ostrovsky | 2014-04-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Plugins are stored in `${baseFolder}/plugins` and are loaded during startup by the PluginManager. A plugin defines it's metadata in META-INF/MANIFEST.MF: Plugin-Class: com.gitblit.plugins.cookbook.CookbookPlugin Plugin-Dependencies: foo, bar Plugin-Id: gitblit-plugin Plugin-Provider: John Doe Plugin-Version: 1.0 Plugins can define extension points that can be implemented by other plugins and they can depend on other plugins: Plugin-Dependencies: foo, bar During the load phase, a directed acyclic graph is built and the loading order of the dependency chain is reversed using a topological sort; parent followed by children. The parent plugin classloader is the combined classloader of all parent plugins. Change-Id: I738821fa2bff02a5dbe339a944cc7e3c4dd8e299 | ||||
* | Bump SSHD version to 0.10.1 | David Ostrovsky | 2014-04-10 | 1 | -1/+3 |
| | | | | Change-Id: Ic7e204fb7ee2eb172f4c8424fc3d4b7e6c631ddd | ||||
* | Support serving repositories over the SSH transport | Eric Myhre | 2014-04-10 | 1 | -0/+2 |
| | | | | | | | Gitblit would greatly benefit from an integrated SSH server. This would complete the transport trifecta. Change-Id: I6fb95abe65655fa74d47ea71522d8d9a1541450c | ||||
* | Remove remaining GoogleCharts code and update documentation | James Moger | 2014-04-10 | 1 | -1/+0 |
| | |||||
* | Update to JGit 3.3.1 | James Moger | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | Replace JCommander with args4j | James Moger | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | Change build identifier to 1.5.0-SNAPSHOT | James Moger | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | Reset build identifiers for next development cycle | James Moger | 2014-03-18 | 1 | -1/+1 |
| | |||||
* | Prepare 1.4.1 releasev1.4.1 | James Moger | 2014-03-18 | 1 | -3/+3 |
| | |||||
* | Reset build identifiers for next development cycle | James Moger | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Prepare 1.4.0 releasev1.4.0 | James Moger | 2014-03-09 | 1 | -3/+3 |
| | |||||
* | Update to JGit 3.3.0 | James Moger | 2014-03-05 | 1 | -3/+3 |
| |