summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/GitBlit.java
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable GitDaemon by defaultJames Moger2013-04-181-1/+1
|
* Null out GitDaemon if it fails to startJames Moger2013-04-181-0/+1
|
* Fixed broken exception message formatting on starting GitDaemonJames Moger2013-04-181-1/+1
|
* Completed migration to JGit 3.0.0-SNAPSHOTJames Moger2013-04-151-2/+1
|
* Bump JGit version to 3.0.0-SNAPSHOTDavid Ostrovsky2013-04-141-1/+1
|
* Revert "Minor ajustments for gerrit-gitblit plugin"David Ostrovsky2013-04-141-8/+4
| | | | This reverts commit f15f17a8035717d260eb77b766c7b9c748729170.
* Minor ajustments for gerrit-gitblit pluginDavid Ostrovsky2013-04-071-4/+8
|
* Added Git Daemon supportJames Moger2013-04-031-31/+63
|
* Simplify resource loadingJames Moger2013-04-021-8/+3
|
* Revised incremental push tags featureJames Moger2013-04-011-2/+9
|
* Merge branch 'autotagpush' of https://github.com/akquinet/gitblit into pushtagsJames Moger2013-04-011-0/+2
|
* Support username substitution in web.otherUrls (issue 213)James Moger2013-03-291-2/+3
|
* Fixed UTF-8 encoding in email notifications (issue 218)James Moger2013-03-291-23/+26
|
* Fixed regression with individually symlinked repositories (issue 217)James Moger2013-03-291-0/+5
|
* Fixed extracting Groovy scripts on Express installs (issue 220)James Moger2013-03-281-1/+3
|
* Do not queue emails with no recipients (issue 200)James Moger2013-03-281-0/+8
|
* 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
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+3396
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.