summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit
Commit message (Collapse)AuthorAgeFilesLines
* Add more error checking to blob pageJames Moger2013-03-293-3/+24
|
* Fixed NPE in FedClient and support --baseFolder in FedClient (issue 219)James Moger2013-03-292-6/+16
|
* Enforce security on raw blob page (issue 198)James Moger2013-03-293-38/+86
|
* Ensure Redmine url is properly formatted (issue 223)James Moger2013-03-291-1/+1
|
* Disable view and blame links for deleted blobs (issue 216)James Moger2013-03-291-2/+4
|
* Fixed extracting Groovy scripts on Express installs (issue 220)James Moger2013-03-281-1/+3
|
* Use standard ServletRequestWrapper instead of custom wrapper (issue 224)James Moger2013-03-282-402/+2
|
* Do not queue emails with no recipients (issue 200)James Moger2013-03-281-0/+8
|
* Fixed incorrect icon file name for .doc files (issue 200)James Moger2013-03-281-1/+1
|
* Fixed internal error on folder history links (issue 192)James Moger2013-03-281-3/+3
|
* Change level of authentication logging to debugJames Moger2013-03-281-4/+4
|
* Merge branch 'issue-182' of git://git.quelltextlich.at/gitblit into issue182James Moger2013-03-281-0/+3
|
* Removed obsolete Build classes and cleanup remnants of reorganizationJames Moger2013-03-275-1933/+0
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-27355-0/+65545
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.