stable
Clone or download
Read-only
Merge commit 'refs/changes/45/16045/52' of ssh://gerrit.tuleap.net:29418/tuleap
* ssh://gerrit.tuleap.net:29418/tuleap: story #13810 Have an automatic notification to be sent to the user in advance before suspension. Change-Id: I6af32563729b78b6b8d20740de35753b2ef29b32
Modified Files
Name | ||||
---|---|---|---|---|
M | site-content/fr_FR/LC_MESSAGES/tuleap-core.po | +55 | −0 | Go to diff View file |
M | src/common/CLI/Command/DailyJobCommand.php | +10 | −2 | Go to diff View file |
M | src/common/CLI/Events/GetWhitelistedKeys.php | +2 | −2 | Go to diff View file |
A | src/common/User/IdleUsersDao.php | +46 | −0 | Go to diff View file |
A | src/common/mail/AutomaticMailsSender.php | +194 | −0 | Go to diff View file |
A | src/common/mail/MailAccountSuspensionAlertPresenter.php | +54 | −0 | Go to diff View file |
M | src/common/mail/MailPresenterFactory.class.php | +20 | −0 | Go to diff View file |
M | src/db/mysql/database_initvalues.sql | +1 | −0 | Go to diff View file |
A | src/db/mysql/updates/2019/201909131116_add_inactive_acounts_notification_delay.php | +46 | −0 | Go to diff View file |
A | src/templates/mail/mail-suspension-alert.mustache | +171 | −0 | Go to diff View file |
M | src/utils/tuleap.php | +11 | −0 | Go to diff View file |
A | tests/phpunit/common/mail/AutomaticMailsSenderTest.php | +101 | −0 | Go to diff View file |