Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Protect DownloadZipServlet with an AccessRestrictionFilter. | James Moger | 2011-09-26 | 1 | -1/+2 |
| | |||||
* | Fixed broken urls for WAR builds. | James Moger | 2011-09-26 | 1 | -3/+8 |
| | |||||
* | Updated to JGit 1.1.0 and reverse-sort library dependencies. | James Moger | 2011-09-22 | 1 | -1/+2 |
| | |||||
* | Implemented Federation Sets. Documentation. | James Moger | 2011-09-14 | 1 | -0/+1 |
| | |||||
* | Updated to Wicket 1.4.18. | James Moger | 2011-09-13 | 1 | -0/+1 |
| | |||||
* | Revised federation setting names. Improved documentation. | James Moger | 2011-09-13 | 1 | -2/+2 |
| | |||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 1 | -11/+12 |
| | |||||
* | Documentation and prepare 0.5.2 release.v0.5.2 | James Moger | 2011-07-27 | 1 | -2/+2 |
| | |||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 1 | -0/+1 |
| | | | | | | | | | | | | | | 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 Moger | 2011-07-22 | 1 | -1/+1 |
| | |||||
* | Rollback to Jetty 7.4.3 for now. | James Moger | 2011-07-21 | 1 | -1/+1 |
| | | | | | | | | | 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 | 1 | -1/+2 |
| | |||||
* | Documentation and build script improvements. | James Moger | 2011-07-20 | 1 | -3/+9 |
| | |||||
* | Allow specification of forward-slash character in urls (issue 11) | James Moger | 2011-07-18 | 1 | -0/+1 |
| | |||||
* | Optionally display repository on-disk size on repositories page. | James Moger | 2011-07-11 | 1 | -4/+3 |
| | |||||
* | Documentation. Added upgrade info to site. Moved todos to GoogleCode. | James Moger | 2011-07-01 | 1 | -0/+4 |
| | |||||
* | Prepare 0.5.0 release.v0.5.0 | James Moger | 2011-06-26 | 1 | -1/+1 |
| | |||||
* | Documentation. | James Moger | 2011-06-25 | 1 | -1/+1 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 1 | -134/+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. | ||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 1 | -10/+9 |
| | | | | | 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 | 1 | -0/+4 |
| | |||||
* | 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 | 1 | -9/+28 |
| | |||||
* | 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 | 1 | -0/+2 |
| | |||||
* | Added git-notes to docs. Fixed parent path mode. | James Moger | 2011-06-05 | 1 | -6/+3 |
| | |||||
* | 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 | 1 | -4/+7 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -0/+4 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -11/+10 |
| | |||||
* | Documentation. | James Moger | 2011-05-24 | 1 | -5/+5 |
| | |||||
* | User list. Revised home page. Updated Jetty. Secure cookies. Docs. | James Moger | 2011-05-23 | 1 | -9/+6 |
| | |||||
* | Documentation filename-linkname aliases. | James Moger | 2011-05-20 | 1 | -0/+127 |