Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -83/+0 |
| | | | | | | | | | This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. | ||||
* | Automatically set java.awt.headless=true for Gitblit GO | James Moger | 2012-04-09 | 1 | -0/+1 |
| | |||||
* | Add version number and date to ServerStatus. Conditionally hide status. | James Moger | 2011-10-27 | 1 | -9/+17 |
| | |||||
* | Documentation. Changed status RPC protection. Status tab for Manager. | James Moger | 2011-10-25 | 1 | -3/+8 |
| | |||||
* | Documentation. Refactoring class names. Re-encapsulate settings. | James Moger | 2011-10-22 | 1 | -5/+5 |
| | |||||
* | Revised settings RPC to be Map<String, SettingModel>. | James Moger | 2011-10-21 | 1 | -0/+69 |
Added setting metadata. Added server status rpc. Improved setting tab in Manager. |