summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet/GitblitContext.java
Commit message (Expand)AuthorAgeFilesLines
* Extract ticket service into an injectable object with a custom providerJames Moger2014-07-031-0/+2
* Extract services manager into a top-level injectable managerJames Moger2014-07-031-0/+2
* Dropped WebListener annotationJames Moger2014-07-031-2/+0
* Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-031-44/+37
* Replace Dagger with Guice 4.0 beta and update Guava to 16.0.1James Moger2014-07-031-15/+15
* Move the DaggerModule to the Dagger packageJames Moger2014-07-031-1/+1
* Return of Servlet3 servlet and filter loadingJames Moger2014-07-031-18/+46
* Add repository and user/team lifecycle listener extension pointsJames Moger2014-06-091-1/+9
* Simplified repository creation with a NewRepositoryPageJames Moger2014-06-031-0/+16
* Add startup/shutdown LifeCycle extension pointJames Moger2014-05-151-0/+20
* [findbugs] Reduce static variable assignment to one locationJames Moger2014-04-171-3/+1
* Start plugin manager last to allow plugins deterministic access to the other ...James Moger2014-04-141-1/+4
* Style: changed manager order to reflect dependency chainJames Moger2014-04-101-2/+2
* Add plugins/extension infrastructureDavid Ostrovsky2014-04-101-0/+2
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-1/+3
* openshift war support (non express)aholland2014-02-241-11/+20
* Rollback to Servlet 2.5James Moger2013-12-111-48/+20
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-291-4/+2
* Serve repositories on /r in addition to /gitJames Moger2013-11-291-1/+2
* Refactor user services and separate authentication (issue-281)James Moger2013-11-291-2/+2
* Moved servlets and services to separate packagesJames Moger2013-11-291-0/+432