Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restored html content to feeds. Include regex substitutions in content. | James Moger | 2011-11-09 | 1 | -5/+11 |
| | |||||
* | Log feature based on Search dialog. Renamed some classes. | James Moger | 2011-11-07 | 1 | -8/+8 |
| | |||||
* | Support pagination in RSS feeds. Standardize pg as page parameter. | James Moger | 2011-11-04 | 1 | -3/+13 |
| | |||||
* | Moved SearchType enum to Constants | James Moger | 2011-11-04 | 1 | -3/+1 |
| | |||||
* | RSS search parameters. Include refs as categories in RSS entries. | James Moger | 2011-11-03 | 1 | -1/+80 |
| | |||||
* | Feeds and Manager must respect a server's web.mountParameters setting | James Moger | 2011-11-03 | 1 | -5/+5 |
| | |||||
* | Added repository selector to feeds panel | James Moger | 2011-11-02 | 1 | -1/+1 |
| | |||||
* | Branch renderer. String change. Config section name changes. | James Moger | 2011-11-01 | 1 | -19/+22 |
| | |||||
* | Refactored monolithic GitblitPanel into pieces. Revised feed generation. | James Moger | 2011-11-01 | 1 | -13/+11 |
| | |||||
* | Added basic rss subscriptions to Manager | James Moger | 2011-10-28 | 1 | -10/+30 |
| | |||||
* | Bug fix to rss feed. Unit test for rss feed. Refactor ssl connection. | James Moger | 2011-10-28 | 1 | -0/+53 |
| | |||||
* | Documentation. Added JavaDoc comments. | James Moger | 2011-07-01 | 1 | -0/+18 |
| | |||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 1 | -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 Moger | 2011-06-14 | 1 | -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 Moger | 2011-06-11 | 1 | -0/+69 |