summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/models/ServerStatus.java
Commit message (Collapse)AuthorAgeFilesLines
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-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 GOJames Moger2012-04-091-0/+1
|
* Add version number and date to ServerStatus. Conditionally hide status.James Moger2011-10-271-9/+17
|
* Documentation. Changed status RPC protection. Status tab for Manager.James Moger2011-10-251-3/+8
|
* Documentation. Refactoring class names. Re-encapsulate settings.James Moger2011-10-221-5/+5
|
* Revised settings RPC to be Map<String, SettingModel>.James Moger2011-10-211-0/+69
Added setting metadata. Added server status rpc. Improved setting tab in Manager.