summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/panels
Commit message (Collapse)AuthorAgeFilesLines
* Documentation. Find bugs. Organized imports.James Moger2012-01-091-2/+0
|
* Support for gh-pages branch serving as /pages/repo.gitJames Moger2012-01-092-1/+27
|
* Use .git-stripped repository name for calculating colorJames Moger2012-01-062-3/+3
|
* Strip trailing .git from displayed repository links, saves room, looks cleanerJames Moger2012-01-062-2/+3
|
* Indicate selected filters. Strip default db value from links.James Moger2011-12-301-1/+4
|
* Integrated selectable days back filtering in filters menuJames Moger2011-12-291-2/+1
|
* Show additional columns in users and teams tablesJames Moger2011-12-284-31/+55
|
* Filters menu for Repositories page and Activity page (issue 27)James Moger2011-12-233-7/+111
|
* Removed unnecessary tagsJames Moger2011-12-231-3/+0
|
* Display inherited scripts in EditRepository page. Drop mailing list helpline.James Moger2011-12-232-0/+61
|
* Filtering repositories and activity pages via url parameters (issue 27)James Moger2011-12-221-10/+2
|
* Renamed GitblitUserService, sendMail method, sendmail.groovy, and ↵James Moger2011-12-201-1/+2
| | | | RepositoryModel.mailingLists
* Integrated Clippy for a better copy-to-clipboard experienceJames Moger2011-12-134-6/+407
|
* Implemented empty repository page (issue 31)James Moger2011-12-094-11/+68
|
* Teams support.James Moger2011-12-073-1/+134
| | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress.
* Tighter Gravatar integration. New window/tab on most activity links.James Moger2011-11-215-10/+99
| | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information.
* Reorganizing the recent activity featureJames Moger2011-11-192-14/+22
|
* Calculate repository color from name. Show swatch on repository list.James Moger2011-11-182-3/+10
|
* Working draft of the aggregate activity pageJames Moger2011-11-162-0/+180
|
* Moved SearchType enum to ConstantsJames Moger2011-11-045-17/+17
|
* Merge branch 'master' into rpcJames Moger2011-10-052-0/+64
|\
| * Refactored topbar navigation links to indicate current page.James Moger2011-10-052-0/+64
| |
* | Merge branch 'master' into rpcJames Moger2011-10-0210-18/+30
|\|
| * More Bootstrap improvements.James Moger2011-09-302-5/+15
| | | | | | | | | | | | | | * Strip leading group name from repositories page. * Put topbars on all pages. * Properly sort repositories in all locations. * White Gitblit logo.
| * Updating web ui to use Twitter's Bootstrap toolkit.James Moger2011-09-299-14/+16
| |
* | Calculate repository sizes in Gitblit instead of the page.James Moger2011-10-021-13/+2
| |
* | Refactored federation servlet and utils. Started rpc servlet and utils.James Moger2011-10-011-4/+4
|/
* Fixed broken urls for WAR builds.James Moger2011-09-262-4/+5
|
* Revised federation proposal mechanism. Added SendProposalPage.James Moger2011-09-252-20/+10
|
* Implemented Federation Sets. Documentation.James Moger2011-09-142-15/+23
|
* Largely completed, uber-cool federation feature.James Moger2011-09-129-11/+453
|
* Cleanup imports and formatting.James Moger2011-07-251-1/+0
|
* Fixed incorrect branch name.James Moger2011-07-251-1/+1
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-222-2/+10
| | | | | | | | | | | | | | If an object id was not specified Gitblit used HEAD to perform the operation. This breaks under some conditions like working with a repository that does not have any commits on master but does have commits on a vcs-import branch. The new approach is to centralize the resolution of unspecified object ids to a common method which resolves HEAD first but uses the most recently modified branch if HEAD points to nothing. This commit also includes a non-functional method for creating an empty branch. I couldn't figure out how to make JGit create an orphaned branch.
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-223-13/+15
|
* Cancel buttons on edit pages. Column fix for flat repositories view.James Moger2011-07-201-2/+3
|
* Optionally display repository on-disk size on repositories page.James Moger2011-07-112-9/+30
|
* Big push for first release.James Moger2011-06-256-21/+34
| | | | | | | | | | | | * 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-184-20/+14
| | | | | 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-142-2/+11
| | | | | | | | | | | | | | | | 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-112-1/+5
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-084-6/+7
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-074-13/+57
|
* Fixed refs linking problem. Author metrics are lowercase.James Moger2011-06-043-24/+38
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-037-53/+123
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-021-2/+13
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-011-1/+1
|
* Unit testing.James Moger2011-05-291-1/+1
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-2713-27/+83
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-2612-122/+227
|