Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Documentation. Adding JavaDoc comments. Adjustments to method names. | James Moger | 2011-07-01 | 25 | -135/+1074 | |
| | ||||||
* | Use Sitename on login page. | James Moger | 2011-06-28 | 1 | -1/+1 | |
| | ||||||
* | Changes for minor 0.5.1 release.v0.5.1 | James Moger | 2011-06-28 | 2 | -4/+8 | |
| | | | | | | | | | | | | | * 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 | 1 | -2/+2 | |
| | ||||||
* | Moved Build classes to their own package | James Moger | 2011-06-25 | 5 | -4/+10 | |
| | ||||||
* | Updated to JGit 1.0.0. | James Moger | 2011-06-25 | 8 | -2185/+9 | |
| | ||||||
* | Big push for first release. | James Moger | 2011-06-25 | 37 | -129/+2539 | |
| | | | | | | | | | | | | * 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. | |||||
* | Override settings from command-line. | James Moger | 2011-06-18 | 2 | -8/+20 | |
| | ||||||
* | Don't show all credentials in debug log, only failures. | James Moger | 2011-06-18 | 1 | -3/+0 | |
| | ||||||
* | Map gitservlet from web.xml and configure it from gitblit properties. | James Moger | 2011-06-18 | 3 | -21/+19 | |
| | ||||||
* | Improved web.xml builder. Now it includes the parameter comments. | James Moger | 2011-06-18 | 1 | -22/+55 | |
| | ||||||
* | Mount parameters setting. | James Moger | 2011-06-18 | 1 | -0/+3 | |
| | ||||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 85 | -1142/+469 | |
| | | | | | 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 | 24 | -413/+1015 | |
| | | | | | | | | | | | | | | | | 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 | 15 | -12/+211 | |
| | ||||||
* | Simplified screenshot process and automated thumbnail generation. | James Moger | 2011-06-09 | 1 | -0/+134 | |
| | ||||||
* | Build script improvements for release management. | James Moger | 2011-06-09 | 1 | -0/+8 | |
| | ||||||
* | Unit testing. Documentation. Simplified settings classes. | James Moger | 2011-06-09 | 9 | -231/+184 | |
| | ||||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 24 | -66/+187 | |
| | ||||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 12 | -22/+168 | |
| | ||||||
* | Improved metrics page and added metrics links to branches panel. | James Moger | 2011-06-07 | 14 | -80/+145 | |
| | ||||||
* | Documentation. Moved clone and fetch into JGitUtils. Create bare only. | James Moger | 2011-06-07 | 2 | -5/+57 | |
| | ||||||
* | Added git-notes to docs. Fixed parent path mode. | James Moger | 2011-06-05 | 1 | -1/+2 | |
| | ||||||
* | Fixed refs linking problem. Author metrics are lowercase. | James Moger | 2011-06-04 | 7 | -44/+62 | |
| | ||||||
* | GitNotes. Unit testing. More correct refs. | James Moger | 2011-06-03 | 21 | -248/+473 | |
| | ||||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 16 | -366/+360 | |
| | ||||||
* | Refactored some unit tests and utils. | James Moger | 2011-06-01 | 6 | -114/+150 | |
| | ||||||
* | Documentation. Enforce ".git" suffix for created repositories. | James Moger | 2011-06-01 | 3 | -3/+9 | |
| | ||||||
* | Readme markdown on summary page per-repository. | James Moger | 2011-06-01 | 8 | -6/+62 | |
| | ||||||
* | Stats -> Metrics. Docs in distribution zip. Created MetricUtils. | James Moger | 2011-06-01 | 12 | -191/+236 | |
| | ||||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 15 | -93/+416 | |
| | ||||||
* | Unit testing. | James Moger | 2011-05-29 | 11 | -27/+28 | |
| | ||||||
* | Unit testing. | James Moger | 2011-05-29 | 4 | -42/+24 | |
| | ||||||
* | Unit testing. Removal of some unused code paths. | James Moger | 2011-05-28 | 11 | -56/+37 | |
| | ||||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 62 | -320/+327 | |
| | ||||||
* | Changed git.otherUrls to web.otherUrls. | James Moger | 2011-05-26 | 1 | -1/+1 | |
| | ||||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 68 | -1032/+1484 | |
| | ||||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 74 | -3/+1098 | |
| | ||||||
* | Download zip feature. | James Moger | 2011-05-24 | 11 | -9/+211 | |
| | ||||||
* | Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls. | James Moger | 2011-05-24 | 19 | -147/+339 | |
| | ||||||
* | User list. Revised home page. Updated Jetty. Secure cookies. Docs. | James Moger | 2011-05-23 | 17 | -343/+541 | |
| | ||||||
* | Make keystore script independent of JDK using BouncyCastle. | James Moger | 2011-05-22 | 2 | -60/+141 | |
| | ||||||
* | Documentation filename-linkname aliases. | James Moger | 2011-05-20 | 1 | -4/+26 | |
| | ||||||
* | Documentation. | James Moger | 2011-05-20 | 1 | -0/+14 | |
| | ||||||
* | Critical fix for servlet. | James Moger | 2011-05-19 | 1 | -1/+1 | |
| | ||||||
* | Owner editing. Frozen status. Grouped repositories. Documentation. | James Moger | 2011-05-19 | 16 | -86/+291 | |
| | ||||||
* | Building site content and documentation from Markdown. | James Moger | 2011-05-17 | 3 | -0/+151 | |
| | ||||||
* | Move admin links. Drop extra GitBlit link. Line numbers on Blob page. | James Moger | 2011-05-16 | 6 | -14/+44 | |
| | ||||||
* | Improvements to create/edit user. | James Moger | 2011-05-12 | 3 | -3/+35 | |
| | ||||||
* | Moved distribution files. Revised build script. Security revisions. | James Moger | 2011-05-12 | 15 | -86/+503 | |
| |