summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/LogPage.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-69/+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.
* 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.
* 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