Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-3235 Make the numbers non breakable on the hotspot widgets | Fabrice Bellingard | 2012-02-03 | 1 | -10/+5 | |
| | ||||||
* | SONAR-2747 Send email when new violations appear on favourite project | Fabrice Bellingard | 2012-02-03 | 6 | -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 year | Simon Brandhof | 2012-01-10 | 12 | -12/+12 | |
| | ||||||
* | SONAR-3150 Lock size of email-notifications plugin to prevent regressions | Evgeny Mandrikov | 2012-01-09 | 1 | -0/+24 | |
| | ||||||
* | Upgrade to 2.14-SNAPSHOT | Eric Hartmann | 2012-01-03 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 2.13-SNAPSHOT | Eric Hartmann | 2011-11-09 | 1 | -1/+1 | |
| | ||||||
* | Fix EmailNotificationChannelTest | Evgeny Mandrikov | 2011-10-25 | 2 | -45/+50 | |
| | | | | | * Use SubEthaSMTP instead of Dumbster * Enable test on Mac OS X | |||||
* | Change logging level of EmailNotificationChannel from INFO to DEBUG | Simon Brandhof | 2011-10-19 | 1 | -3/+3 | |
| | ||||||
* | Fix declaration of sonar-packaging-maven-plugin to allow proper inheritance | Evgeny Mandrikov | 2011-10-14 | 1 | -1/+0 | |
| | ||||||
* | SONAR-2740 Email notifications: add prefix to the sender's name | Evgeny Mandrikov | 2011-10-10 | 2 | -5/+6 | |
| | ||||||
* | SONAR-2779 Explicitly specify UTF-8 for outgoing emails | Evgeny Mandrikov | 2011-09-30 | 2 | -2/+15 | |
| | ||||||
* | Upgrade version to 2.12-SNAPSHOT | Simon Brandhof | 2011-09-16 | 1 | -1/+1 | |
| | ||||||
* | Revert pom versions to 2.11-SNAPSHOT after merging branch 2.10 | Simon Brandhof | 2011-08-15 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Simon Brandhof | 2011-08-09 | 1 | -1/+1 | |
| | ||||||
* | [maven-release-plugin] prepare release 2.10-RC2 | Simon Brandhof | 2011-08-09 | 1 | -1/+1 | |
| | ||||||
* | Upgrade version to 2.11-SNAPSHOT | Simon Brandhof | 2011-08-05 | 1 | -1/+1 | |
| | ||||||
* | Fix classloader issue of EmailNotificationChannel | Simon Brandhof | 2011-08-03 | 1 | -0/+4 | |
| | ||||||
* | Fix loading of javax.mail library | Simon Brandhof | 2011-08-03 | 1 | -52/+66 | |
| | ||||||
* | Use child-first classloader for sonar-email-notifications-plugin | Evgeny Mandrikov | 2011-08-02 | 1 | -0/+1 | |
| | ||||||
* | Disable the unit test EmailNotificationChannelTest on Mac OS | Simon Brandhof | 2011-08-02 | 1 | -0/+3 | |
| | ||||||
* | SONAR-2600,SONAR-2601 Replace STARTTLS by SSL and describe all SMTP settings | Evgeny Mandrikov | 2011-07-28 | 3 | -9/+16 | |
| | ||||||
* | SONAR-2607 Show in notification: project, resource and title of review | Evgeny Mandrikov | 2011-07-27 | 2 | -5/+143 | |
| | ||||||
* | SONAR-2607 Should be only one dispatcher - ↵ | Evgeny Mandrikov | 2011-07-27 | 5 | -146/+26 | |
| | | | | ChangesInReviewAssignedToMeOrCreatedByMe | |||||
* | SONAR-2607 Fix permalink in ReviewEmailTemplate | Evgeny Mandrikov | 2011-07-27 | 2 | -11/+61 | |
| | ||||||
* | SONAR-2596,SONAR-2601 UI for email notifications | Evgeny Mandrikov | 2011-07-26 | 15 | -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 |