summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils/SyndicationUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Documentation. Added JavaDoc comments.James Moger2011-07-011-0/+18
|
* 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-5/+14
| | | | | | | | | | | | | | | | 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-0/+69