summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/LogPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Clarify that log page/panel displays HEAD ref by defaultJames Moger2012-02-041-1/+6
|
* 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-0/+2
| | | | | | | | | | | | | | | | 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.
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-1/+0
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-8/+21
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-251-0/+15
|
* Working history feature. Tweak to paging.James Moger2011-04-161-6/+7
|
* Ref links.James Moger2011-04-111-1/+1
|
* Page log.James Moger2011-04-111-3/+16
|
* created panels for logs, tags, and branches.James Moger2011-04-081-0/+21
|
* Dropped log links, created new stylesheet, added activity graph.James Moger2011-04-041-69/+0
|
* Initial import of Git:Blit.James Moger2011-04-041-0/+69
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314