Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -400/+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. | ||||
* | Updated servlet-api to 3.0 and ported ServletRequestWrapper (issue 23) | James Moger | 2011-10-07 | 1 | -0/+73 |
| | |||||
* | Documentation. Adding JavaDoc comments. Adjustments to method names. | James Moger | 2011-07-01 | 1 | -0/+16 |
| | |||||
* | Added AccessRestrictionFilter and simplified authentication. | James Moger | 2011-06-14 | 1 | -0/+311 |
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. |