summaryrefslogtreecommitdiffstats
path: root/src/WEB-INF/web.xml
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-263/+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.
* Added enforced HTTP Basic AuthenticationLaurens Vrijnsen2013-03-221-0/+9
|
* the display-name in web.xml now shows the actual version of GitblitThomas Pummer2013-02-221-0/+5
|
* Support --baseFolder parameter and small data reorganizationJames Moger2013-01-151-0/+24
|
* Configurable robots.txt (issue 99)James Moger2012-06-151-1/+14
|
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-091-4/+37
|
* Refactored servlet filters and now have authenticated RpcServlet.James Moger2011-10-011-0/+16
|
* Refactored federation servlet and utils. Started rpc servlet and utils.James Moger2011-10-011-3/+19
|
* Protect DownloadZipServlet with an AccessRestrictionFilter.James Moger2011-09-261-11/+27
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-2/+16
|
* Map gitservlet from web.xml and configure it from gitblit properties.James Moger2011-06-181-11/+3
|
* Mostly stable war build.James Moger2011-06-181-0/+125
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.