summaryrefslogtreecommitdiffstats
path: root/src/main/java/com/gitblit/MailExecutor.java
Commit message (Collapse)AuthorAgeFilesLines
* Moved servlets and services to separate packagesJames Moger2013-11-291-227/+0
| | | | Change-Id: I5f0f50f4ae7d332e9f724a2e6f074fa71f646035
* Trim trailing whitespace and organize importsJames Moger2013-09-301-11/+12
| | | | Change-Id: I9f91138b20219be6e3c4b28251487df262bff6cc
* SMTPs mailserver available (not only gmail)manhole2013-06-071-1/+2
|
* Fixed UTF-8 encoding in email notifications (issue 218)James Moger2013-03-291-13/+0
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+238
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.