summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/SyndicationServlet.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-324/+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.
* Experimental JGit-based GC ExecutorJames Moger2012-10-281-1/+7
|
* Preliminary implementation of server-side forking (issue 137)James Moger2012-09-291-1/+1
| | | | | | | | | | | | | | | | | | The fork mechanism clones the repository , access restrictions, and other config options. The app has been updated throughout to handle personal repositories and to properly display origin/fork links. In order to fork a repository the user account must have the #fork role, the origin repository must permit forking, and the user account must have standard clone permissions to the repository. Because forking introduces a new user role no existing user accounts can automatically begin forking a repository. This is both a pro and a con. Since the fork has the same access restrictions as the origin repository, those who can access the origin may also access the fork. This is intentional to facilitate integration-manager workflow. The fork owner does have the power to completely change the access restrictions of his/her fork.
* Draft project pages, project metadata, and RSS feedsJames Moger2012-09-071-47/+117
| | | | | | This is an in-progress feature to offer an interface for grouped repositories. This may help installations with large numbers of repositories stay organized. It also will be part of a future, more advanced security model.
* Fixed generated urls in RSS feeds for grouped repositoriesJames Moger2012-08-221-1/+2
|
* Prefix RSS tags with type information. Include commit id and parents.James Moger2011-11-101-6/+14
|
* Restored html content to feeds. Include regex substitutions in content.James Moger2011-11-091-3/+4
|
* Log feature based on Search dialog. Renamed some classes.James Moger2011-11-071-3/+3
|
* Support pagination in RSS feeds. Standardize pg as page parameter.James Moger2011-11-041-3/+11
|
* Moved SearchType enum to ConstantsJames Moger2011-11-041-3/+2
|
* RSS search parameters. Include refs as categories in RSS entries.James Moger2011-11-031-1/+30
|
* Feeds and Manager must respect a server's web.mountParameters settingJames Moger2011-11-031-5/+23
|
* Refactored monolithic GitblitPanel into pieces. Revised feed generation.James Moger2011-11-011-2/+23
|
* Set the RSS content type for Firefox 4 (issue 22)James Moger2011-10-061-0/+1
|
* Fixed broken urls for WAR builds.James Moger2011-09-261-3/+3
|
* Largely completed, uber-cool federation feature.James Moger2011-09-121-2/+2
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-011-0/+35
|
* Big push for first release.James Moger2011-06-251-1/+1
| | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.
* 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-10/+46
| | | | | | | | | | | | | | | | 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/+91