Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Rollback to Jetty 7.4.3 for now. | James Moger | 2011-07-21 | 2 | -2/+2 | |
| | | | | | | | | | Jetty 7.4.4 introduces a fix to correct url generation. Unfortunately, this "fix" creates a bug for resolving the root page. Evidently the bug may really be in Wicket. Wicket Bug: WICKET-3841 Eclipse Bug: 351199 | |||||
* | Documentation. | James Moger | 2011-07-20 | 2 | -2/+4 | |
| | ||||||
* | Documentation and build script improvements. | James Moger | 2011-07-20 | 4 | -8/+156 | |
| | ||||||
* | Allow specification of forward-slash character in urls (issue 11) | James Moger | 2011-07-18 | 3 | -0/+5 | |
| | ||||||
* | Optionally display repository on-disk size on repositories page. | James Moger | 2011-07-11 | 2 | -7/+13 | |
| | ||||||
* | Documentation. Noted commit hooks not supported. | James Moger | 2011-07-07 | 1 | -0/+1 | |
| | ||||||
* | Documentation. Generate properties site page at build time. | James Moger | 2011-07-07 | 3 | -2/+9 | |
| | ||||||
* | Documentation. Site changes. | James Moger | 2011-07-05 | 1 | -1/+2 | |
| | ||||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 1 | -1/+1 | |
| | ||||||
* | Documentation. Added upgrade info to site. Moved todos to GoogleCode. | James Moger | 2011-07-01 | 4 | -17/+30 | |
| | ||||||
* | Windows service changes. Documentation. | James Moger | 2011-06-28 | 1 | -0/+10 | |
| | | | | | | | * 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 | 5 | -35/+76 | |
| | | | | | | | | | | | | | * 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. | |||||
* | Prepare 0.5.0 release.v0.5.0 | James Moger | 2011-06-26 | 15 | -6/+18 | |
| | ||||||
* | Documentation. | James Moger | 2011-06-25 | 2 | -2/+2 | |
| | ||||||
* | Big push for first release. | James Moger | 2011-06-25 | 8 | -168/+238 | |
| | | | | | | | | | | | | * 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 Moger | 2011-06-18 | 3 | -25/+17 | |
| | | | | | 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 Moger | 2011-06-14 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | 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 Moger | 2011-06-11 | 3 | -3/+6 | |
| | ||||||
* | Simplified screenshot process and automated thumbnail generation. | James Moger | 2011-06-09 | 19 | -5/+6 | |
| | ||||||
* | Build script improvements for release management. | James Moger | 2011-06-09 | 4 | -0/+46 | |
| | ||||||
* | Unit testing. Documentation. Simplified settings classes. | James Moger | 2011-06-09 | 1 | -12/+11 | |
| | ||||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 3 | -15/+42 | |
| | ||||||
* | Improved metrics page and added metrics links to branches panel. | James Moger | 2011-06-07 | 1 | -1/+0 | |
| | ||||||
* | Documentation. Moved clone and fetch into JGitUtils. Create bare only. | James Moger | 2011-06-07 | 5 | -5/+28 | |
| | ||||||
* | Added git-notes to docs. Fixed parent path mode. | James Moger | 2011-06-05 | 1 | -6/+3 | |
| | ||||||
* | Documentation. Enforce ".git" suffix for created repositories. | James Moger | 2011-06-01 | 1 | -1/+5 | |
| | ||||||
* | Readme markdown on summary page per-repository. | James Moger | 2011-06-01 | 1 | -0/+1 | |
| | ||||||
* | Stats -> Metrics. Docs in distribution zip. Created MetricUtils. | James Moger | 2011-06-01 | 1 | -1/+1 | |
| | ||||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 8 | -34/+71 | |
| | ||||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 2 | -0/+5 | |
| | ||||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 5 | -33/+36 | |
| | ||||||
* | Documentation. | James Moger | 2011-05-24 | 3 | -8/+13 | |
| | ||||||
* | User list. Revised home page. Updated Jetty. Secure cookies. Docs. | James Moger | 2011-05-23 | 7 | -16/+21 | |
| | ||||||
* | Documentation. | James Moger | 2011-05-22 | 1 | -0/+4 | |
| | ||||||
* | Documentation filename-linkname aliases. | James Moger | 2011-05-20 | 2 | -0/+0 | |
| | ||||||
* | Documentation. | James Moger | 2011-05-20 | 59 | -36/+1976 | |
| | ||||||
* | Documentation tweak. | James Moger | 2011-05-19 | 1 | -1/+1 | |
| | ||||||
* | Owner editing. Frozen status. Grouped repositories. Documentation. | James Moger | 2011-05-19 | 7 | -27/+51 | |
| | ||||||
* | Building site content and documentation from Markdown. | James Moger | 2011-05-17 | 10 | -0/+193 | |