summaryrefslogtreecommitdiffstats
path: root/src/test/java/com/gitblit/tests/mock
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'ticket/164' into developJames Moger2014-09-071-0/+7
|\
| * Create infrastructure for XSS sanitizationJames Moger2014-09-071-0/+7
| |
* | Extract services manager into a top-level injectable managerJames Moger2014-07-031-20/+0
| |
* | Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-031-0/+6
|/ | | | | | | | | | | | | | | 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
* Add a basic SSH public key management UIJames Moger2014-06-051-0/+15
|
* Fix forcing default locale to en or LANG_CC for web uiJames Moger2014-04-281-0/+6
|
* Implement setting removal for configuration settingsJames Moger2014-03-271-0/+5
|
* Extract Federation, Gitblit and Services manager from GitBlit singletonJames Moger2013-11-291-1/+1
| | | | Change-Id: I2b2f361a868c8eedf4b6df5939e7dfac2d5f92a9
* Extract RuntimeManager from GitBlit singletonJames Moger2013-11-291-1/+11
| | | | Change-Id: I5358389396f816da979ec18a31421c2d2b67b3d9
* Eliminate static singleton calls from user servicesJames Moger2013-11-291-0/+133
| | | | Change-Id: Ieec34483822f033b19d3ff3259d071c9bc091ed1
* Use Dagger to inject managers into all filters and servletsJames Moger2013-11-291-2/+7
| | | | Change-Id: I9bb2cc0cbfac9841b13bed15a474fefb24355cd4
* Remove trailing whitespace from unit testsJames Moger2013-09-301-4/+4
| | | | Change-Id: I172bd4d493eee1013ec542ab97f1be29040f816d
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+50
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.