summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/manager/RuntimeManager.java
Commit message (Expand)AuthorAgeFilesLines
* Detect and report if running in containerFlorian Zschocke2021-12-101-0/+2
* Merge branch 'ticket/164' into developJames Moger2014-09-071-3/+18
|\
| * Create infrastructure for XSS sanitizationJames Moger2014-09-071-3/+18
* | Extract services manager into a top-level injectable managerJames Moger2014-07-031-48/+3
* | Use Guice annotations, not javax.inject annotationsJames Moger2014-07-031-1/+1
* | Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-031-0/+9
* | Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-031-0/+3
|/
* Add a basic SSH public key management UIJames Moger2014-06-051-3/+36
* Fix forcing default locale to en or LANG_CC for web uiJames Moger2014-04-281-0/+19
* Improve isServingRepositories checkJames Moger2014-04-101-1/+3
* Extract Federation, Gitblit and Services manager from GitBlit singletonJames Moger2013-11-291-8/+14
* Extract RuntimeManager from GitBlit singletonJames Moger2013-11-291-0/+205