Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update httpclient to 4.3.4 | David Ostrovsky | 2014-07-07 | 3 | -49/+51 |
| | |||||
* | Merged #80 "Replace Dagger with Guice" | James Moger | 2014-07-03 | 74 | -1911/+1583 |
|\ | |||||
| * | Update to Guava 17 | James Moger | 2014-07-03 | 3 | -5/+5 |
| | | |||||
| * | Support injection of plugin Extensions | James Moger | 2014-07-03 | 1 | -1/+29 |
| | | |||||
| * | Delay setup of the repositories folder to start() | James Moger | 2014-07-03 | 1 | -2/+2 |
| | | |||||
| * | Delay pf4j instantiation and setup to start() | James Moger | 2014-07-03 | 1 | -13/+12 |
| | | |||||
| * | Extract ticket service into an injectable object with a custom provider | James Moger | 2014-07-03 | 12 | -157/+136 |
| | | |||||
| * | Implement custom IPublicKeyManager provider | James Moger | 2014-07-03 | 9 | -258/+304 |
| | | |||||
| * | Annotate managers with @Singleton | James Moger | 2014-07-03 | 10 | -24/+37 |
| | | |||||
| * | Extract services manager into a top-level injectable manager | James Moger | 2014-07-03 | 18 | -424/+397 |
| | | |||||
| * | Documentation | James Moger | 2014-07-03 | 3 | -0/+11 |
| | | |||||
| * | Adjust builds for appropriate dependencies | James Moger | 2014-07-03 | 2 | -18/+18 |
| | | |||||
| * | Removed beans.xml | James Moger | 2014-07-03 | 1 | -10/+0 |
| | | |||||
| * | Use forked guice-servlet jar rather than stock jar from Google | James Moger | 2014-07-03 | 4 | -12/+10 |
| | | |||||
| * | Temporarily depend on patched guice-servlet (guice-807) | James Moger | 2014-07-03 | 3 | -5/+6 |
| | | |||||
| * | Restore all security filters | James Moger | 2014-07-03 | 1 | -5/+10 |
| | | |||||
| * | Use Guice annotations, not javax.inject annotations | James Moger | 2014-07-03 | 37 | -63/+64 |
| | | |||||
| * | Dropped WebListener annotation | James Moger | 2014-07-03 | 1 | -2/+0 |
| | | |||||
| * | Use Guice-Servlet rather than custom code and expose the Injector | James Moger | 2014-07-03 | 14 | -378/+199 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 14 | -456/+192 |
| | | |||||
| * | Move the DaggerModule to the Dagger package | James Moger | 2014-07-03 | 2 | -2/+6 |
| | | |||||
| * | Embrace @Inject for Managers, Servlets, and Filters | James Moger | 2014-07-03 | 36 | -592/+358 |
| | | |||||
| * | Update to Dagger 1.2.1 and Guava 15 | James Moger | 2014-07-03 | 3 | -26/+27 |
| | | |||||
| * | Return of Servlet3 servlet and filter loading | James Moger | 2014-07-03 | 7 | -381/+683 |
| | | | | | | | | This is a quick return of the servlet3-style code which was reverted mid-December 2013. It is not completely tested, but a casual review was done and it's looks good. The next steps should be to restore `@Inject` annotations, simplify *DaggerModule* boilerplate, and run this on a JEE container with CDI - like JBoss AS 7. | ||||
* | | Update to Moxie 0.9.4 | James Moger | 2014-07-03 | 2 | -2/+2 |
|/ | |||||
* | Merged #128 "Move apt folder from 'dagger' to 'gen'" | James Moger | 2014-07-03 | 4 | -3/+4 |
|\ | |||||
| * | Switch apt folder from 'dagger' to 'gen' | James Moger | 2014-07-03 | 4 | -3/+4 |
|/ | |||||
* | Merged #127 "Update to SSHD 0.11.1-atlassian-1" | James Moger | 2014-07-03 | 3 | -6/+7 |
|\ | |||||
| * | Update to SSHD 0.11.1-atlassian-1 | James Moger | 2014-07-03 | 3 | -6/+7 |
|/ | |||||
* | Merged #126 "Update to JGit 3.4.1" | James Moger | 2014-07-03 | 3 | -9/+9 |
|\ | |||||
| * | Update to JGit 3.4.1 | James Moger | 2014-07-03 | 3 | -9/+9 |
|/ | |||||
* | Merged #125 "Update to Groovy 2.3.3" | James Moger | 2014-07-03 | 3 | -5/+5 |
|\ | |||||
| * | Update to Groovy 2.3.3 | James Moger | 2014-07-03 | 3 | -5/+5 |
|/ | |||||
* | Merged #122 "Update to SLF4j 1.7.7" | James Moger | 2014-07-03 | 3 | -11/+11 |
|\ | |||||
| * | Update to SLF4j 1.7.7 | James Moger | 2014-07-03 | 3 | -11/+11 |
|/ | |||||
* | Refine startup ascii artwork | James Moger | 2014-07-02 | 2 | -16/+12 |
| | |||||
* | Merged #124 "Update to Freemarker 2.3.20" | James Moger | 2014-07-02 | 4 | -15/+16 |
|\ | |||||
| * | Update to Freemarker 2.3.20 | James Moger | 2014-07-02 | 4 | -15/+16 |
|/ | |||||
* | Merged #123 "Update to gson 2.2.2" | James Moger | 2014-07-02 | 4 | -6/+7 |
|\ | |||||
| * | Update to gson 2.2.2 | James Moger | 2014-07-02 | 4 | -6/+7 |
|/ | |||||
* | Merged #122 "Update to SLF4j 1.7.7" | James Moger | 2014-07-02 | 4 | -10/+11 |
|\ | |||||
| * | Update to SLF4j 1.7.7 | James Moger | 2014-07-02 | 4 | -10/+11 |
|/ | |||||
* | Documentation | James Moger | 2014-07-01 | 1 | -2/+14 |
| | |||||
* | Merge branch 'ticket/121' into develop | James Moger | 2014-07-01 | 1 | -2/+12 |
|\ | |||||
| * | Refine web.canonicalUrl documentation | Kyle Gottfried | 2014-07-01 | 1 | -2/+12 |
| | | |||||
| * | Merged #120 "Update Korean translation" | James Moger | 2014-07-01 | 1 | -4/+4 |
| |\ | |||||
| * \ | Merged #118 "Project selections are lower-case" | James Moger | 2014-06-27 | 1 | -7/+8 |
| |\ \ | |||||
* | \ \ | Merge branch 'ticket/120' into develop | James Moger | 2014-07-01 | 1 | -4/+4 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix translation | Revi | 2014-06-26 | 1 | -4/+4 |
| | | | | | | | | | | | | As well as links. | ||||
* | | | | Merged #109 "Use release name as root directory in Gitblit GO artefacts" | James Moger | 2014-06-30 | 1 | -19/+24 |
|\ \ \ \ |