Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'ticket/164' into develop | James Moger | 2014-09-07 | 1 | -3/+18 |
|\ | |||||
| * | Create infrastructure for XSS sanitization | James Moger | 2014-09-07 | 1 | -3/+18 |
| | | |||||
* | | Extract services manager into a top-level injectable manager | James Moger | 2014-07-03 | 1 | -48/+3 |
| | | |||||
* | | Use Guice annotations, not javax.inject annotations | James Moger | 2014-07-03 | 1 | -1/+1 |
| | | |||||
* | | Use Guice-Servlet rather than custom code and expose the Injector | James Moger | 2014-07-03 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Embrace @Inject for Managers, Servlets, and Filters | James Moger | 2014-07-03 | 1 | -0/+3 |
|/ | |||||
* | Add a basic SSH public key management UI | James Moger | 2014-06-05 | 1 | -3/+36 |
| | |||||
* | Fix forcing default locale to en or LANG_CC for web ui | James Moger | 2014-04-28 | 1 | -0/+19 |
| | |||||
* | Improve isServingRepositories check | James Moger | 2014-04-10 | 1 | -1/+3 |
| | |||||
* | Extract Federation, Gitblit and Services manager from GitBlit singleton | James Moger | 2013-11-29 | 1 | -8/+14 |
| | | | | Change-Id: I2b2f361a868c8eedf4b6df5939e7dfac2d5f92a9 | ||||
* | Extract RuntimeManager from GitBlit singleton | James Moger | 2013-11-29 | 1 | -0/+205 |
Change-Id: I5358389396f816da979ec18a31421c2d2b67b3d9 |