summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/servlet/RpcServlet.java
Commit message (Expand)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
* Rollback to Servlet 2.5James Moger2013-12-111-8/+8
* Remove @Inject references because they confuse JEE containersJames Moger2013-12-101-4/+0
* Change IGitblit API to be more distinct from IUserServiceJames Moger2013-11-291-4/+4
* Flattened IGitblitManager, GitblitManager, and GitBlit classesJames Moger2013-11-291-66/+45
* Serve repositories on /r in addition to /gitJames Moger2013-11-291-5/+2
* Moved servlets and services to separate packagesJames Moger2013-11-291-0/+413