Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation. | James Moger | 2011-09-26 | 2 | -4/+25 |
| | |||||
* | Implemented a Federation Client. Bare clone tweaks. Documentation. | James Moger | 2011-09-26 | 2 | -0/+70 |
| | |||||
* | Refined mirror federation feature. Documentation. | James Moger | 2011-09-22 | 1 | -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 Moger | 2011-09-14 | 1 | -5/+21 |
| | |||||
* | Revised federation setting names. Improved documentation. | James Moger | 2011-09-13 | 1 | -24/+23 |
| | |||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 2 | -1/+135 |
| | |||||
* | Fixed incorrect exe name in uninstallService.cmd | James Moger | 2011-07-27 | 1 | -1/+1 |
| | |||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 1 | -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 Moger | 2011-07-20 | 1 | -1/+5 |
| | |||||
* | Allow specification of forward-slash character in urls (issue 11) | James Moger | 2011-07-18 | 1 | -2/+14 |
| | |||||
* | Optionally display repository on-disk size on repositories page. | James Moger | 2011-07-11 | 1 | -0/+7 |
| | |||||
* | Documentation. Generate properties site page at build time. | James Moger | 2011-07-07 | 1 | -8/+15 |
| | |||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 1 | -0/+4 |
| | |||||
* | Documentation. Established convention for documenting settings. | James Moger | 2011-07-01 | 1 | -22/+106 |
| | |||||
* | Windows service changes. Documentation. | James Moger | 2011-06-28 | 5 | -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.1 | James Moger | 2011-06-28 | 13 | -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 Moger | 2011-06-25 | 3 | -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 Moger | 2011-06-18 | 1 | -0/+6 |
| | |||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 1 | -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 Moger | 2011-06-11 | 1 | -0/+3 |
| | |||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 3 | -3/+3 |
| | |||||
* | Fixed refs linking problem. Author metrics are lowercase. | James Moger | 2011-06-04 | 1 | -1/+1 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 2 | -3/+6 |
| | |||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 1 | -1/+2 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 1 | -12/+40 |
| | |||||
* | Changed git.otherUrls to web.otherUrls. | James Moger | 2011-05-26 | 1 | -5/+5 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 6 | -9/+9 |
| | |||||
* | Download zip feature. | James Moger | 2011-05-24 | 1 | -0/+3 |
| | |||||
* | Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls. | James Moger | 2011-05-24 | 1 | -3/+5 |
| | |||||
* | User list. Revised home page. Updated Jetty. Secure cookies. Docs. | James Moger | 2011-05-23 | 1 | -1/+1 |
| | |||||
* | Make keystore script independent of JDK using BouncyCastle. | James Moger | 2011-05-22 | 1 | -1/+1 |
| | |||||
* | Owner editing. Frozen status. Grouped repositories. Documentation. | James Moger | 2011-05-19 | 1 | -0/+10 |
| | |||||
* | Building site content and documentation from Markdown. | James Moger | 2011-05-17 | 6 | -1/+7 |
| | |||||
* | Improvements to create/edit user. | James Moger | 2011-05-12 | 1 | -0/+4 |
| | |||||
* | Moved distribution files. Revised build script. Security revisions. | James Moger | 2011-05-12 | 11 | -0/+171 |