summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet
Commit message (Expand)AuthorAgeFilesLines
* Extract services manager into a top-level injectable managerJames Moger2014-07-031-0/+2
* Use forked guice-servlet jar rather than stock jar from GoogleJames Moger2014-07-031-6/+2
* Use Guice annotations, not javax.inject annotationsJames Moger2014-07-0320-40/+40
* Dropped WebListener annotationJames Moger2014-07-031-2/+0
* Use Guice-Servlet rather than custom code and expose the InjectorJames Moger2014-07-033-287/+43
* 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
* Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-0323-159/+295
* Return of Servlet3 servlet and filter loadingJames Moger2014-07-032-18/+287
* Use consistent keys for repository cache lookupsJames Moger2014-06-271-0/+3
* Merge branch 'ticket/100' into release-v1.6.0James Moger2014-06-121-8/+0
|\
| * Fix cloning repositories with + in their namesJames Moger2014-06-121-8/+0
* | 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
* | Change enum name and unit test RSS tag queriesJames Moger2014-05-081-3/+3
* | Updated the SyndicationServlet to provide an additional option to return deta...Gerard Smyth2014-05-081-44/+91
* | Restore tabbed formatting to make diffs to develop usefulJames Moger2014-05-081-358/+360
* | Revise, complete, and fully test the FORK rpcJames Moger2014-05-081-18/+32
* | Implement FORK RPC request typemanisha2014-05-081-339/+350
* | Allow filter extensions to define init parameters in IStoredSettingsJames Moger2014-05-052-2/+83
* | Add http request filter extension pointDavid Ostrovsky2014-05-057-10/+92
* | Add raw links to branchesJames Moger2014-05-051-2/+13
* | Replace RawPage with RawServletJames Moger2014-05-054-20/+12
* | Refine branch and pages servletsJames Moger2014-05-042-15/+58
* | Stream directly from repo instead of loading into ram and streamingJames Moger2014-05-041-4/+43
* | Split pages servlet into a raw branch servlet and a gh-pages servletJames Moger2014-05-044-380/+547
|/
* Ensure repository is closed after processing a pages requestJames Moger2014-04-231-3/+2
* Fix subdirectory navigation in pages servlet (issue-412)James Moger2014-04-231-51/+59
* Improve pages servlet raw navigation (issue-411)James Moger2014-04-231-2/+13
* Fix subdirectory links in pages servlet (issue-411)James Moger2014-04-231-2/+9
* [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
* Improve Sparkleshare integration, but leave disabled for nowJames Moger2014-04-101-14/+33
* Style: changed manager order to reflect dependency chainJames Moger2014-04-102-3/+2
* Add plugins/extension infrastructureDavid Ostrovsky2014-04-102-0/+3
* Elevate the public key manager to a top-level managerJames Moger2014-04-101-1/+3
* Add and document REINDEX_TICKETS rpc request typeJames Moger2014-03-061-1/+14
* Process bugtraq configuration in markup document renderingJames Moger2014-03-041-2/+2
* Ticket tracker with patchset contributionsJames Moger2014-03-031-0/+201
* Move push authorization from the ARF to the receive packJames Moger2014-03-011-9/+2
* openshift war support (non express)aholland2014-02-241-11/+20
* Fix broken import from pull request #136James Moger2014-01-281-0/+2
* allow specials chars in repo namesMatthias Cullmann2014-01-281-1/+7
* New canonical base url setting for repository urls and notificationsJames Moger2013-12-303-6/+21
* Rollback to Servlet 2.5James Moger2013-12-1121-512/+286
* Remove deprecated methods from User and Team modelsJames Moger2013-12-111-1/+1
* Remove @Inject references because they confuse JEE containersJames Moger2013-12-1015-71/+5
* Add support for per-repository bugtraq configurationJames Moger2013-12-031-1/+1
* Refactor managers and authentication for federationJames Moger2013-11-292-6/+28