summaryrefslogtreecommitdiffstats
path: root/distrib
Commit message (Collapse)AuthorAgeFilesLines
* Documentation.James Moger2011-09-262-4/+25
|
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-262-0/+70
|
* Refined mirror federation feature. Documentation.James Moger2011-09-221-1/+9
| | | | 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-141-5/+21
|
* Revised federation setting names. Improved documentation.James Moger2011-09-131-24/+23
|
* Largely completed, uber-cool federation feature.James Moger2011-09-122-1/+135
|
* Fixed incorrect exe name in uninstallService.cmdJames Moger2011-07-271-1/+1
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-221-2/+2
| | | | | | | | | | | | | | 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.
* Default to port 8443 for GO to be more nix friendly (issue 12)James Moger2011-07-201-1/+5
|
* Allow specification of forward-slash character in urls (issue 11)James Moger2011-07-181-2/+14
|
* Optionally display repository on-disk size on repositories page.James Moger2011-07-111-0/+7
|
* Documentation. Generate properties site page at build time.James Moger2011-07-071-8/+15
|
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-051-0/+4
|
* Documentation. Established convention for documenting settings.James Moger2011-07-011-22/+106
|
* Windows service changes. Documentation.James Moger2011-06-285-2/+2
| | | | | | | * Renamed prunsrv.exe to gitblit.exe so that task manager shows more useful information. * Documented how to configure the service to use a server VM, if a JDK is present.
* Changes for minor 0.5.1 release.v0.5.1James Moger2011-06-2813-9/+54
| | | | | | | | | | | | | * Clarified SSL certificate generation and configuration in light of the hostname verificiation that JGit currently does despite the http.sslVerify=false setting. * Added some troubleshooting information related to filesystem permissions and reading repositories. * Switched from JavaService to Apache Commons Daemon. Not sure what happened to JavaService as it stopped working for me on Windows 7 with Java 1.6.0_26. Commons Daemon accomplishes the same thing and offers a nice service control utility.
* Big push for first release.James Moger2011-06-253-14/+22
| | | | | | | | | | | | * 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/+6
|
* Mostly stable war build.James Moger2011-06-181-24/+7
| | | | | 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.
* RSS syndication feature. Documentation. CSS tweaks.James Moger2011-06-111-0/+3
|
* Stubbed out Blame. Added Github banner to site. Documentation.James Moger2011-06-083-3/+3
|
* Fixed refs linking problem. Author metrics are lowercase.James Moger2011-06-041-1/+1
|
* Unit testing. Start of git-notes display feature.James Moger2011-06-022-3/+6
|
* Unit testing. Disable links on first commit. Initial stats page.James Moger2011-06-011-1/+2
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-271-12/+40
|
* Changed git.otherUrls to web.otherUrls.James Moger2011-05-261-5/+5
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-261-1/+1
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-256-9/+9
|
* Download zip feature.James Moger2011-05-241-0/+3
|
* Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls.James Moger2011-05-241-3/+5
|
* User list. Revised home page. Updated Jetty. Secure cookies. Docs.James Moger2011-05-231-1/+1
|
* Make keystore script independent of JDK using BouncyCastle.James Moger2011-05-221-1/+1
|
* Owner editing. Frozen status. Grouped repositories. Documentation.James Moger2011-05-191-0/+10
|
* Building site content and documentation from Markdown.James Moger2011-05-176-1/+7
|
* Improvements to create/edit user.James Moger2011-05-121-0/+4
|
* Moved distribution files. Revised build script. Security revisions.James Moger2011-05-1211-0/+171