summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/DownloadZipServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-210/+0
| | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.
* Support alternate compressed download formats (issue-174)James Moger2012-11-301-7/+51
|
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-3/+8
|
* Plugged some repository use count leaks in the zip servletJames Moger2012-01-091-1/+26
|
* Protect DownloadZipServlet with an AccessRestrictionFilter.James Moger2011-09-261-22/+2
|
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-1/+1
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-1/+30
|
* Mostly stable war build.James Moger2011-06-181-1/+1
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-1/+1
| | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature.
* RSS syndication feature. Documentation. CSS tweaks.James Moger2011-06-111-1/+4
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-1/+1
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-16/+25
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Download zip feature.James Moger2011-05-241-0/+100