Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Improve bad request handling in branch graph, zip, & syndication servlets | James Moger | 2014-09-08 | 4 | -8/+46 | |
| | | ||||||
* | | Merge branch 'ticket/161' into develop | James Moger | 2014-09-08 | 1 | -1/+1 | |
|\| | ||||||
| * | Expose setting to control Lucene repository indexing frequency | James Moger | 2014-09-08 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'ticket/163' into develop | James Moger | 2014-09-05 | 1 | -4/+1 | |
|\| | ||||||
| * | Fix NPE in raw servlet for long project names | James Moger | 2014-09-05 | 1 | -4/+1 | |
| | | ||||||
* | | Merge branch 'ticket/154' into develop | James Moger | 2014-09-04 | 2 | -36/+42 | |
|\| | ||||||
| * | Fix raw serving of files/directories that do not exist in a branch/ref | James Moger | 2014-09-04 | 2 | -36/+42 | |
| | | ||||||
* | | Merge branch 'ticket/148' into develop | James Moger | 2014-09-04 | 2 | -96/+119 | |
|\| | ||||||
| * | Do not stamp raw servlet responses with cache-control headers | James Moger | 2014-09-04 | 2 | -7/+30 | |
| | | ||||||
* | | Merge branch 'ticket/141' into develop | James Moger | 2014-09-04 | 1 | -1/+1 | |
|\| | ||||||
| * | Allow gitblit baseFolder to be defined by a system property | Koen Serry | 2014-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'ticket/139' | James Moger | 2014-07-05 | 1 | -5/+2 | |
| |\ | | | | | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java | |||||
| * \ | Merged #139 "Raw link blob paths do not respect web.forwardSlashCharacter" | James Moger | 2014-07-05 | 1 | -5/+6 | |
| |\ \ | ||||||
| * \ \ | Merged #137 "NPE in RawServlet#L265" | James Moger | 2014-07-05 | 1 | -0/+9 | |
| |\ \ \ | ||||||
* | \ \ \ | Merge branch 'ticket/139' into develop | James Moger | 2014-07-05 | 1 | -5/+2 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | Conflicts: src/main/java/com/gitblit/servlet/RawServlet.java | |||||
| * | | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacter | James Moger | 2014-07-05 | 1 | -10/+8 | |
| | | | | | ||||||
* | | | | | Merge branch 'ticket/139' into develop | James Moger | 2014-07-05 | 1 | -5/+6 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Fix raw servlet blob paths not respecting web.forwardSlashCharacter | James Moger | 2014-07-05 | 1 | -5/+6 | |
| |/ / / | ||||||
* | | | | Merge branch 'ticket/137' into develop | James Moger | 2014-07-05 | 1 | -0/+9 | |
|\ \ \ \ | | |_|/ | |/| | | ||||||
| * | | | Fix possible NPE in RawServlet | James Moger | 2014-07-05 | 1 | -0/+9 | |
| |/ / | ||||||
* | | | Extract ticket service into an injectable object with a custom provider | James Moger | 2014-07-03 | 1 | -0/+2 | |
| | | | ||||||
* | | | Extract services manager into a top-level injectable manager | James Moger | 2014-07-03 | 1 | -0/+2 | |
| | | | ||||||
* | | | Use forked guice-servlet jar rather than stock jar from Google | James Moger | 2014-07-03 | 1 | -6/+2 | |
| | | | ||||||
* | | | Use Guice annotations, not javax.inject annotations | James Moger | 2014-07-03 | 20 | -40/+40 | |
| | | | ||||||
* | | | Dropped WebListener annotation | James Moger | 2014-07-03 | 1 | -2/+0 | |
| | | | ||||||
* | | | Use Guice-Servlet rather than custom code and expose the Injector | James Moger | 2014-07-03 | 3 | -287/+43 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fairly functional variation of Gitblit with one notable exception: The security filters are not working properly. This is a design flaw in Guice that I have reported upstream [1]. The general idea is that Guice-Servlet filters are not properly wrapping the ServletRequest. This has historically been a problem for Guice-Servlet servlets but Google has fixed most of those issues. Unfortunately, all the same flaws reported against the servlet delegation also exist in Guice-Servlet filter delegation. :( [1]: https://code.google.com/p/google-guice/issues/detail?id=807 | |||||
* | | | Replace Dagger with Guice 4.0 beta and update Guava to 16.0.1 | James Moger | 2014-07-03 | 1 | -15/+15 | |
| | | | ||||||
* | | | Move the DaggerModule to the Dagger package | James Moger | 2014-07-03 | 1 | -1/+1 | |
| | | | ||||||
* | | | Embrace @Inject for Managers, Servlets, and Filters | James Moger | 2014-07-03 | 23 | -159/+295 | |
| | | | ||||||
* | | | Return of Servlet3 servlet and filter loading | James Moger | 2014-07-03 | 2 | -18/+287 | |
| |/ |/| | | | | | This is a quick return of the servlet3-style code which was reverted mid-December 2013. It is not completely tested, but a casual review was done and it's looks good. The next steps should be to restore `@Inject` annotations, simplify *DaggerModule* boilerplate, and run this on a JEE container with CDI - like JBoss AS 7. | |||||
* | | Use consistent keys for repository cache lookups | James Moger | 2014-06-27 | 1 | -0/+3 | |
|/ | ||||||
* | Merge branch 'ticket/100' into release-v1.6.0 | James Moger | 2014-06-12 | 1 | -8/+0 | |
|\ | ||||||
| * | Fix cloning repositories with + in their names | James Moger | 2014-06-12 | 1 | -8/+0 | |
| | | ||||||
* | | Add repository and user/team lifecycle listener extension points | James Moger | 2014-06-09 | 1 | -1/+9 | |
| | | ||||||
* | | Simplified repository creation with a NewRepositoryPage | James Moger | 2014-06-03 | 1 | -0/+16 | |
| | | ||||||
* | | Add startup/shutdown LifeCycle extension point | James Moger | 2014-05-15 | 1 | -0/+20 | |
| | | ||||||
* | | Change enum name and unit test RSS tag queries | James Moger | 2014-05-08 | 1 | -3/+3 | |
| | | ||||||
* | | Updated the SyndicationServlet to provide an additional option to return ↵ | Gerard Smyth | 2014-05-08 | 1 | -44/+91 | |
| | | | | | | | | | | | | | | | | details of the tags in the repository instead of the commits. This uses a new 'ot' request parameter to indicate the object type of the content to return, which can be ither TAG or COMMIT. If this is not provided, then COMMIT is assumed to maintain backwards compatability. If tags are returned, then the paging parameters, 'l' and 'pg' are still supported, but searching options are currently ignored. | |||||
* | | Restore tabbed formatting to make diffs to develop useful | James Moger | 2014-05-08 | 1 | -358/+360 | |
| | | ||||||
* | | Revise, complete, and fully test the FORK rpc | James Moger | 2014-05-08 | 1 | -18/+32 | |
| | | ||||||
* | | Implement FORK RPC request type | manisha | 2014-05-08 | 1 | -339/+350 | |
| | | ||||||
* | | Allow filter extensions to define init parameters in IStoredSettings | James Moger | 2014-05-05 | 2 | -2/+83 | |
| | | ||||||
* | | Add http request filter extension point | David Ostrovsky | 2014-05-05 | 7 | -10/+92 | |
| | | | | | | | | | | To allow for integration of 3rd party server monitoring solutions, Gitblit needs to expose an extension point for collecting http data. | |||||
* | | Add raw links to branches | James Moger | 2014-05-05 | 1 | -2/+13 | |
| | | ||||||
* | | Replace RawPage with RawServlet | James Moger | 2014-05-05 | 4 | -20/+12 | |
| | | ||||||
* | | Refine branch and pages servlets | James Moger | 2014-05-04 | 2 | -15/+58 | |
| | | ||||||
* | | Stream directly from repo instead of loading into ram and streaming | James Moger | 2014-05-04 | 1 | -4/+43 | |
| | | ||||||
* | | Split pages servlet into a raw branch servlet and a gh-pages servlet | James Moger | 2014-05-04 | 4 | -380/+547 | |
|/ | ||||||
* | Ensure repository is closed after processing a pages request | James Moger | 2014-04-23 | 1 | -3/+2 | |
| | ||||||
* | Fix subdirectory navigation in pages servlet (issue-412) | James Moger | 2014-04-23 | 1 | -51/+59 | |
| |