aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-email-notifications-plugin/src
Commit message (Expand)AuthorAgeFilesLines
* SONAR-6370 merge sonar-email-notifications-plugin into server moduleSimon Brandhof2015-06-057-767/+0
* Fix quality flawsJulien Lancelot2015-06-031-1/+1
* SONAR-6370 Shade and relocate Guava, GSON and Apache Commons into sonar-plugi...Simon Brandhof2015-05-281-4/+3
* Redundant throws clause in testsDavid Gageot2015-05-071-4/+4
* Fix some other quality flawsSimon Brandhof2015-04-301-1/+1
* SONAR-5700 New logging API to remove coupling on SLF4JSimon Brandhof2015-02-191-3/+3
* Computation stack based on an isolated picocontainerSimon Brandhof2015-01-203-170/+0
* Replace fest-assert by assertJSimon Brandhof2015-01-102-2/+2
* Add missing @Override annotationsSimon Brandhof2014-10-101-0/+1
* Fix quality flawsSimon Brandhof2014-10-095-3/+48
* SONAR-4366 SONAR-5095 Update quality gate email template in source codeJean-Baptiste Lievremont2014-04-092-18/+16
* Update copyright headers (replace 2013 by 2014)Simon Brandhof2014-03-118-8/+8
* Fix some quality flawsSimon Brandhof2014-01-071-1/+1
* Fix some quality flawJulien HENRY2013-12-051-16/+20
* SONAR-4647 Add support for STARTTLSJulien HENRY2013-12-052-7/+33
* Rename some remaining "Sonar" to "SonarQube"Simon Brandhof2013-06-022-39/+35
* Rename to SonarQube in notification emailsSimon Brandhof2013-05-282-5/+5
* SONAR-4283 notifications on new issues and issue changesSimon Brandhof2013-05-274-620/+1
* SONAR-4283 implement the notification on new issues raised during project scanSimon Brandhof2013-05-264-166/+7
* Update copyright headersSimon Brandhof2013-04-2212-48/+48
* SONAR-4252 rename Sonar to SonarQube in source headersSimon Brandhof2013-04-2112-36/+36
* SONAR-4163 Add " - False Positive" in email subject when the new resolution i...Julien Lancelot2013-03-262-72/+68
* Fix violations.Fabrice Bellingard2013-02-011-4/+8
* SONAR-3959 Refactor existing notification-related code Fabrice Bellingard2013-01-3114-523/+21
* SONAR-3959 Add NotificationDispatcherMetadata classFabrice Bellingard2013-01-302-4/+14
* SONAR-3959 Update NotifDispatchers to use new NotifManager method Fabrice Bellingard2013-01-296-44/+182
* SONAR-3959 Add notification type on NotificationDispatcherFabrice Bellingard2013-01-296-50/+47
* SONAR-2746 Fix violationFabrice Bellingard2013-01-251-1/+1
* SONAR-2746 Fix testFabrice Bellingard2013-01-251-1/+1
* SONAR-2746 Email new alerts on favorite projectsFabrice Bellingard2013-01-245-3/+364
* SONAR-3593 move EmailSettings to org.sonar.api.confSimon Brandhof2012-07-056-10/+10
* SONARPLUGINS-1948 Move EmailConfiguration to the coreDavid Gageot2012-06-1910-184/+42
* Remove warningsDavid Gageot2012-04-271-6/+6
* SONAR-3320 Add an extension point to observe property changesSimon Brandhof2012-04-042-2/+2
* Improve the stability of EmailNotificationChannelTest by using different SMTP...simonbrandhof2012-02-131-37/+27
* SONAR-2747 Update JavadocFabrice Bellingard2012-02-081-1/+1
* SONAR-2747 Improve email messageFabrice Bellingard2012-02-082-6/+3
* SONAR-2747 Verification is now done on period1Fabrice Bellingard2012-02-082-5/+3
* Fix violationsFabrice Bellingard2012-02-081-4/+0
* SONAR-2747 Update email template for reviewsFabrice Bellingard2012-02-072-22/+2
* SONAR-2747 Improve email renderingFabrice Bellingard2012-02-072-9/+14
* SONAR-3235 Make the numbers non breakable on the hotspot widgetsFabrice Bellingard2012-02-031-10/+5
* SONAR-2747 Send email when new violations appear on favourite projectFabrice Bellingard2012-02-036-2/+285
* Update copyright header for this new yearSimon Brandhof2012-01-1012-12/+12
* Fix EmailNotificationChannelTestEvgeny Mandrikov2011-10-251-42/+47
* Change logging level of EmailNotificationChannel from INFO to DEBUGSimon Brandhof2011-10-191-3/+3
* SONAR-2740 Email notifications: add prefix to the sender's nameEvgeny Mandrikov2011-10-102-5/+6
* SONAR-2779 Explicitly specify UTF-8 for outgoing emailsEvgeny Mandrikov2011-09-302-2/+15
* Fix classloader issue of EmailNotificationChannelSimon Brandhof2011-08-031-0/+4
* Fix loading of javax.mail librarySimon Brandhof2011-08-031-52/+66