summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket
Commit message (Collapse)AuthorAgeFilesLines
* Poke test during proposal phase.James Moger2011-09-271-5/+33
|
* Fixed broken urls for WAR builds.James Moger2011-09-267-15/+17
|
* Bare option for federation pull registrations. Documentation.James Moger2011-09-261-0/+1
|
* Revised federation proposal mechanism. Added SendProposalPage.James Moger2011-09-2510-34/+185
|
* Refined mirror federation feature. Documentation.James Moger2011-09-222-1/+3
| | | | HEAD is now properly reset if mirroring is enabled. Updated the federation pull status enum to include no change and mirrored states.
* Implemented Federation Sets. Documentation.James Moger2011-09-146-24/+57
|
* Largely completed, uber-cool federation feature.James Moger2011-09-1224-55/+970
|
* Fix for long email addresses in author metrics (issue 15).James Moger2011-08-042-25/+34
|
* Cleanup imports and formatting.James Moger2011-07-253-3/+1
|
* Fixed incorrect branch name.James Moger2011-07-251-1/+1
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-229-36/+73
| | | | | | | | | | | | | | 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-2212-45/+46
|
* Cancel buttons on edit pages. Column fix for flat repositories view.James Moger2011-07-205-4/+32
|
* Change password feature (issue 1)James Moger2011-07-205-11/+223
|
* Allow specification of forward-slash character in urls (issue 11)James Moger2011-07-182-1/+84
|
* Optionally display repository on-disk size on repositories page.James Moger2011-07-112-9/+30
|
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-051-1/+1
|
* Documentation. Adding JavaDoc comments. Adjustments to method names.James Moger2011-07-012-2/+2
|
* Use Sitename on login page.James Moger2011-06-281-1/+1
|
* Big push for first release.James Moger2011-06-2516-56/+134
| | | | | | | | | | | | * 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.
* Mount parameters setting.James Moger2011-06-181-0/+3
|
* Mostly stable war build.James Moger2011-06-1868-994/+95
| | | | | 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-149-62/+72
| | | | | | | | | | | | | | | | 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-118-9/+26
|
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-093-29/+40
|
* Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs.James Moger2011-06-0816-58/+111
|
* Stubbed out Blame. Added Github banner to site. Documentation.James Moger2011-06-0812-22/+168
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-0712-70/+129
|
* Added git-notes to docs. Fixed parent path mode.James Moger2011-06-051-1/+2
|
* Fixed refs linking problem. Author metrics are lowercase.James Moger2011-06-044-25/+39
|
* GitNotes. Unit testing. More correct refs.James Moger2011-06-0317-191/+340
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-028-12/+70
|
* Refactored some unit tests and utils.James Moger2011-06-013-5/+6
|
* Documentation. Enforce ".git" suffix for created repositories.James Moger2011-06-012-3/+5
|
* Readme markdown on summary page per-repository.James Moger2011-06-016-6/+59
|
* Stats -> Metrics. Docs in distribution zip. Created MetricUtils.James Moger2011-06-018-18/+19
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-0112-55/+295
|
* Unit testing.James Moger2011-05-294-6/+6
|
* Unit testing. Removal of some unused code paths.James Moger2011-05-282-3/+11
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-2750-580/+94
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-2645-456/+801
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-2550-1/+736
|
* Download zip feature.James Moger2011-05-246-6/+28
|
* Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.James Moger2011-05-2415-95/+246
|
* User list. Revised home page. Updated Jetty. Secure cookies. Docs.James Moger2011-05-2313-329/+512
|
* Documentation.James Moger2011-05-201-0/+14
|
* Owner editing. Frozen status. Grouped repositories. Documentation.James Moger2011-05-1911-74/+254
|
* Building site content and documentation from Markdown.James Moger2011-05-171-0/+13
|
* Move admin links. Drop extra GitBlit link. Line numbers on Blob page.James Moger2011-05-165-14/+41
|
* Improvements to create/edit user.James Moger2011-05-122-2/+31
|