Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add markup support for confluence, mediawiki, textile, trac, and twiki | James Moger | 2013-11-12 | 1 | -0/+7 |
| | | | | Change-Id: I82ef161c6b6956c7b83cd4a1c37627beac6ea75b | ||||
* | Replaced MarkdownPapers with pegdown | James Moger | 2013-10-18 | 1 | -1/+1 |
| | | | | Change-Id: I11eb50ba1ef0bef8ac47bf6f7b17e0f79ecd3f2d | ||||
* | Update to JGit 3.1.0 | James Moger | 2013-10-16 | 1 | -5/+5 |
| | | | | Change-Id: I94d4f6146c79541bf8a36e4c3dca1842e46cddd5 | ||||
* | Updated to Jetty 7.6.13 | James Moger | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'init-shared' of https://github.com/fzs/gitblit into prefixes | James Moger | 2013-09-17 | 1 | -0/+1 |
|\ | |||||
| * | Add commons-io to explicit dependencies. | Florian Zschocke | 2013-08-26 | 1 | -0/+1 |
| | | | | | | | | | | | | Add the commons-io library explicitly to the depencencies. It was already present as a transitive dependency but is now used in code. Using the version 2.2 as that got so far already packaged in ext. | ||||
* | | Revisions and documentation for personal repository prefix change | James Moger | 2013-09-17 | 1 | -1/+1 |
| | | |||||
* | | Reset build identifiers for next development cycle | James Moger | 2013-08-22 | 1 | -1/+1 |
|/ | |||||
* | Prepare 1.3.2 releasev1.3.2 | James Moger | 2013-08-22 | 1 | -3/+3 |
| | |||||
* | Add an Apache htpasswd user service | Florian Zschocke | 2013-08-12 | 1 | -0/+1 |
| | | | | | | | Add a new class, HtpasswdUserService, which performs authentication against a text file created with the Apache 'htpasswd' program. Added dependency on commons-codec:1.7 | ||||
* | Added maintaining a Maven repository to the build release process | James Moger | 2013-07-25 | 1 | -0/+1 |
| | |||||
* | Reset build identifiers for next development cycle | James Moger | 2013-07-24 | 1 | -1/+1 |
| | |||||
* | Prepare 1.3.1 releasev1.3.1 | James Moger | 2013-07-24 | 1 | -3/+3 |
| | |||||
* | Added PAMUserService for local Linux/Unix/MacOSX account authentication | James Moger | 2013-07-23 | 1 | -0/+1 |
| | |||||
* | Reset build identifiers for next development cycle | James Moger | 2013-07-14 | 1 | -1/+1 |
| | |||||
* | Prepare 1.3.0 releasev1.3.0 | James Moger | 2013-07-14 | 1 | -4/+3 |
| | |||||
* | Updated to JGit 3.0.0.201306101825-r | James Moger | 2013-06-28 | 1 | -1/+1 |
| | |||||
* | Added WindowsUserService using Waffle | James Moger | 2013-06-20 | 1 | -0/+1 |
| | |||||
* | Generate filterable project/repository list with FreeMarker | James Moger | 2013-06-19 | 1 | -0/+1 |
| | |||||
* | Added support for authenticating against a Salesforce org. | William Whittle | 2013-06-07 | 1 | -0/+1 |
| | |||||
* | Update to Moxie 0.7.4 to fix prefix index merging bug | James Moger | 2013-04-26 | 1 | -1/+1 |
| | |||||
* | Update to Moxie 0.7.3 | James Moger | 2013-04-26 | 1 | -1/+1 |
| | |||||
* | Completed migration to JGit 3.0.0-SNAPSHOT | James Moger | 2013-04-15 | 1 | -2/+2 |
| | |||||
* | Bump JGit version to 3.0.0-SNAPSHOT | David Ostrovsky | 2013-04-14 | 1 | -2/+2 |
| | |||||
* | Fixed NPE in FedClient and support --baseFolder in FedClient (issue 219) | James Moger | 2013-03-29 | 1 | -1/+1 |
| | |||||
* | Restored missing Windows distrib files lost during the refactor | James Moger | 2013-03-28 | 1 | -3/+0 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -0/+161 |
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. |