summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/utils/SyndicationUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* Restored html content to feeds. Include regex substitutions in content.James Moger2011-11-091-5/+11
|
* Log feature based on Search dialog. Renamed some classes.James Moger2011-11-071-8/+8
|
* Support pagination in RSS feeds. Standardize pg as page parameter.James Moger2011-11-041-3/+13
|
* Moved SearchType enum to ConstantsJames Moger2011-11-041-3/+1
|
* RSS search parameters. Include refs as categories in RSS entries.James Moger2011-11-031-1/+80
|
* Feeds and Manager must respect a server's web.mountParameters settingJames Moger2011-11-031-5/+5
|
* Added repository selector to feeds panelJames Moger2011-11-021-1/+1
|
* Branch renderer. String change. Config section name changes.James Moger2011-11-011-19/+22
|
* Refactored monolithic GitblitPanel into pieces. Revised feed generation.James Moger2011-11-011-13/+11
|
* Added basic rss subscriptions to ManagerJames Moger2011-10-281-10/+30
|
* Bug fix to rss feed. Unit test for rss feed. Refactor ssl connection.James Moger2011-10-281-0/+53
|
* 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