Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Git-LFS support | Paul Martin | 2015-10-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | + Metadata maintained in append-only JSON file providing complete audit history. + Filestore menu item + Lists filestore items + Current size and availability + Link to GitBlit Filestore help page (top right) + Hooks into existing repository permissions + Uses default repository path for out-of-box operation with Git-LFS client + accessRestrictionFilter now has access to http method and auth header + Testing for servlet and manager | ||||
* | Merge branch 'ticket/164' into develop | James Moger | 2014-09-07 | 1 | -0/+3 |
| | |||||
* | Extract ticket service into an injectable object with a custom provider | James Moger | 2014-07-03 | 1 | -0/+2 |
| | |||||
* | Implement custom IPublicKeyManager provider | James Moger | 2014-07-03 | 1 | -32/+2 |
| | |||||
* | Annotate managers with @Singleton | James Moger | 2014-07-03 | 1 | -11/+9 |
| | |||||
* | Extract services manager into a top-level injectable manager | James Moger | 2014-07-03 | 1 | -0/+9 |
| | |||||
* | 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/+100 |
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 |