Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Big push for first release. | James Moger | 2011-06-25 | 1 | -47/+0 |
| | | | | | | | | | | | | * 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 | -0/+2 |
| | | | | | 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. | ||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -9/+9 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -0/+15 |
| | |||||
* | Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls. | James Moger | 2011-05-24 | 1 | -3/+4 |
| | |||||
* | Moved distribution files. Revised build script. Security revisions. | James Moger | 2011-05-12 | 1 | -0/+12 |
| | |||||
* | Renamed User to UserModel. | James Moger | 2011-05-11 | 1 | -6/+6 |
| | |||||
* | Add user. Implemented repository view and git access restrictions. | James Moger | 2011-05-11 | 1 | -1/+8 |
| | |||||
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -3/+3 |
| | |||||
* | Authenticate the webapp against the same realm as the git servlet. | James Moger | 2011-04-14 | 1 | -0/+10 |
Right now the implementation is hard-coded to pass the realm into a singleton. This won't work for a WAR distribution so I will need to figure out how to properly authenticate the webapp using form authentication and the git servlet using basic authentication - host against the same realm. |