summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/guice
Commit message (Collapse)AuthorAgeFilesLines
* Git-LFS supportPaul Martin2015-10-102-1/+8
| | | | | | | | | | | | | | + 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
* Revised AvatarGenerator to be injectableJames Moger2015-06-152-0/+76
|
* Remove /org/ filteringJames Moger2015-05-211-19/+12
|
* Deny access to /com and /org folders in GO setupJean-Baptiste Mayer2015-04-141-1/+20
| | | | | Added a servlet to serve "Access Denied" Added conditional mapping of /com and /org folders in the web setup
* Merge branch 'ticket/164' into developJames Moger2014-09-071-0/+3
|
* Extract ticket service into an injectable object with a custom providerJames Moger2014-07-032-0/+75
|
* Implement custom IPublicKeyManager providerJames Moger2014-07-032-32/+74
|
* Annotate managers with @SingletonJames Moger2014-07-031-11/+9
|
* Extract services manager into a top-level injectable managerJames Moger2014-07-032-0/+66
|
* Restore all security filtersJames Moger2014-07-031-5/+10
|
* Use Guice annotations, not javax.inject annotationsJames Moger2014-07-032-2/+3
|
* Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-033-88/+101
| | | | | | | | | | | | | | | 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-032-0/+186