summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet/RpcServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Use Guice annotations, not javax.inject annotationsJames Moger2014-07-031-2/+2
|
* Embrace @Inject for Managers, Servlets, and FiltersJames Moger2014-07-031-6/+7
|
* 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
|
* Add and document REINDEX_TICKETS rpc request typeJames Moger2014-03-061-1/+14
|
* New canonical base url setting for repository urls and notificationsJames Moger2013-12-301-2/+8
| | | | Change-Id: I86a1eb61c2351d1cf3f6b3becf00f2a36d5c8ed6
* Rollback to Servlet 2.5James Moger2013-12-111-8/+8
| | | | | | | | | | | | | | | | | Combining Dagger and Servlet 3 works really well on stock Tomcat and Jetty but it is a troublesome combination on JEE containers with their own ideas on how to instantiate classes. JBoss AS 7 has been particularly nasty and it is just simpler to scaleback and stay with Servlet 2.5 than it is to fight all permuations of containers. Instead of using constructor DI, the servlets and filters each have an inject(ObjectGaph) method which is automatically called during initialization. Each servlet or filter is responsible for retrieving the required dependency from the graph. The Dagger object graph is created in the context listener and stuffed into the context as an attribute. Change-Id: Ib5714584fe73e2a6b9c6fda12af080a43356cbda
* Remove @Inject references because they confuse JEE containersJames Moger2013-12-101-4/+0
| | | | Change-Id: I2e4a8e7424e7c62d1e89ca62a91423fdf3e36ac8
* Change IGitblit API to be more distinct from IUserServiceJames Moger2013-11-291-4/+4
| | | | Change-Id: I8fb38fb6a3dae74ad7a12b045b054373b9b02518
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-291-66/+45
| | | | Change-Id: Id6deb27306e0034898673bf5d5d76a4ed012ced6
* Serve repositories on /r in addition to /gitJames Moger2013-11-291-5/+2
| | | | Change-Id: I3cd332a6509e434d901e1b262600f4c8ce57752b
* Moved servlets and services to separate packagesJames Moger2013-11-291-0/+413
Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035