Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -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 Authentication | Laurens Vrijnsen | 2013-03-22 | 1 | -0/+9 |
| | |||||
* | the display-name in web.xml now shows the actual version of Gitblit | Thomas Pummer | 2013-02-22 | 1 | -0/+5 |
| | |||||
* | Support --baseFolder parameter and small data reorganization | James Moger | 2013-01-15 | 1 | -0/+24 |
| | |||||
* | Configurable robots.txt (issue 99) | James Moger | 2012-06-15 | 1 | -1/+14 |
| | |||||
* | Support for gh-pages branch serving as /pages/repo.git | James Moger | 2012-01-09 | 1 | -4/+37 |
| | |||||
* | Refactored servlet filters and now have authenticated RpcServlet. | James Moger | 2011-10-01 | 1 | -0/+16 |
| | |||||
* | Refactored federation servlet and utils. Started rpc servlet and utils. | James Moger | 2011-10-01 | 1 | -3/+19 |
| | |||||
* | Protect DownloadZipServlet with an AccessRestrictionFilter. | James Moger | 2011-09-26 | 1 | -11/+27 |
| | |||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 1 | -2/+16 |
| | |||||
* | Map gitservlet from web.xml and configure it from gitblit properties. | James Moger | 2011-06-18 | 1 | -11/+3 |
| | |||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 1 | -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. |