summaryrefslogtreecommitdiffstats
path: root/plugins/sonar-email-notifications-plugin
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-07-241-1/+1
|
* Upgrade version to 3.3-SNAPSHOTEric Hartmann2012-07-231-1/+1
|
* 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
| | | | + Rename to EmailSettings + Use Settings instead of Configuration
* Upgrade version to 3.2-SNAPSHOTEric Hartmann2012-05-301-1/+1
|
* Remove warningsDavid Gageot2012-04-271-6/+6
|
* SONAR-3428 Configure InfinitestDavid Gageot2012-04-251-0/+1
|
* Upgrade to 3.1-SNAPSHOTEric Hartmann2012-04-111-1/+1
|
* Upgrade version to 2.16Eric Hartmann2012-04-061-1/+1
|
* SONAR-3320 Add an extension point to observe property changesSimon Brandhof2012-04-042-2/+2
|
* Typo : upgrade version to 2.15-SNAPSHOTEric Hartmann2012-02-271-1/+1
|
* Upgrade version to 3.0-SNAPSHOTEric Hartmann2012-02-271-1/+1
|
* Improve the stability of EmailNotificationChannelTest by using different ↵simonbrandhof2012-02-131-37/+27
| | | | SMTP ports
* 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
| | | And not necessarily 'since last analysis' period.
* Fix violationsFabrice Bellingard2012-02-081-4/+0
|
* SONAR-2747 Update email template for reviewsFabrice Bellingard2012-02-072-22/+2
| | | | | Remove the unnecessary "--" line at the end of the mail, which makes GMail hide the footer (as it considers this as a signature).
* 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
| | | | | | | | The email is sent only if: * the user has set the project as a favourite * this is a "last analysis" (= no 'sonar.projectDate' specified) * 'since last analysis' period was not removed in the admin page * there are new violations (obviously...)
* Update copyright header for this new yearSimon Brandhof2012-01-1012-12/+12
|
* SONAR-3150 Lock size of email-notifications plugin to prevent regressionsEvgeny Mandrikov2012-01-091-0/+24
|
* Upgrade to 2.14-SNAPSHOTEric Hartmann2012-01-031-1/+1
|
* Upgrade version to 2.13-SNAPSHOTEric Hartmann2011-11-091-1/+1
|
* Fix EmailNotificationChannelTestEvgeny Mandrikov2011-10-252-45/+50
| | | | | * Use SubEthaSMTP instead of Dumbster * Enable test on Mac OS X
* Change logging level of EmailNotificationChannel from INFO to DEBUGSimon Brandhof2011-10-191-3/+3
|
* Fix declaration of sonar-packaging-maven-plugin to allow proper inheritanceEvgeny Mandrikov2011-10-141-1/+0
|
* 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
|
* Upgrade version to 2.12-SNAPSHOTSimon Brandhof2011-09-161-1/+1
|
* Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10Simon Brandhof2011-08-151-1/+1
|
* [maven-release-plugin] prepare for next development iterationSimon Brandhof2011-08-091-1/+1
|
* [maven-release-plugin] prepare release 2.10-RC2Simon Brandhof2011-08-091-1/+1
|
* Upgrade version to 2.11-SNAPSHOTSimon Brandhof2011-08-051-1/+1
|
* Fix classloader issue of EmailNotificationChannelSimon Brandhof2011-08-031-0/+4
|
* Fix loading of javax.mail librarySimon Brandhof2011-08-031-52/+66
|
* Use child-first classloader for sonar-email-notifications-pluginEvgeny Mandrikov2011-08-021-0/+1
|
* Disable the unit test EmailNotificationChannelTest on Mac OSSimon Brandhof2011-08-021-0/+3
|
* SONAR-2600,SONAR-2601 Replace STARTTLS by SSL and describe all SMTP settingsEvgeny Mandrikov2011-07-283-9/+16
|
* SONAR-2607 Show in notification: project, resource and title of reviewEvgeny Mandrikov2011-07-272-5/+143
|
* SONAR-2607 Should be only one dispatcher - ↵Evgeny Mandrikov2011-07-275-146/+26
| | | | ChangesInReviewAssignedToMeOrCreatedByMe
* SONAR-2607 Fix permalink in ReviewEmailTemplateEvgeny Mandrikov2011-07-272-11/+61
|
* SONAR-2596,SONAR-2601 UI for email notificationsEvgeny Mandrikov2011-07-2615-0/+1488
* Add email configuration to sidebar menu * I18n for email and notifications settings * Email configuration properties must be secured * Rename sonar-email-plugin to sonar-email-notifications-plugin