Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add setting to automatically redirect http requests to the https port | James Moger | 2013-10-27 | 1 | -0/+29 |
| | | | | Change-Id: I33966b8292434c10ffd623838d09527aaebaca5f | ||||
* | Use equals to compare strings instead of == | Simon Harrer | 2013-10-24 | 1 | -2/+2 |
| | |||||
* | Trim trailing whitespace and organize imports | James Moger | 2013-09-30 | 1 | -26/+26 |
| | | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc | ||||
* | Fixed regression with http socket connector | James Moger | 2013-05-06 | 1 | -8/+18 |
| | |||||
* | Partially merged url panel with optional support for app clone urls | James Moger | 2013-05-03 | 1 | -8/+8 |
| | |||||
* | GO NIO connector thread pool size setting | James Moger | 2013-05-03 | 1 | -6/+8 |
| | |||||
* | Added Git Daemon support | James Moger | 2013-04-03 | 1 | -0/+4 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+626 |
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. |