summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/models
Commit message (Collapse)AuthorAgeFilesLines
* Documentation. Added JavaDoc comments.James Moger2011-07-018-22/+93
|
* 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.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-1/+7
| | | | | | | | | | | | | | | | 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.
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-083-2/+42
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-071-0/+5
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-031-15/+64
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-021-0/+31
|
* Readme markdown on summary page per-repository.James Moger2011-06-011-0/+1
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-284-26/+2
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-276-0/+442