mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[PR #1829] [MERGED] Send email notification when new update is available. #2304
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2304
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/1829
Author: @tonioo
Created: 1/21/2020
Status: ✅ Merged
Merged: 1/22/2020
Merged by: @tonioo
Base:
master← Head:feature/mail_notif_when_update_avail📝 Commits (1)
e056a99Send email notification when new update is available.📊 Changes
11 files changed (+160 additions, -4 deletions)
View changed files
📝
modoboa/core/app_settings.py(+17 -0)📝
modoboa/core/handlers.py(+1 -1)📝
modoboa/core/management/commands/communicate_with_public_api.py(+43 -0)➕
modoboa/core/migrations/0018_auto_20200121_1659.py(+27 -0)📝
modoboa/core/mocks.py(+12 -0)📝
modoboa/core/models.py(+13 -0)➕
modoboa/core/templates/core/notifications/update_available.html(+11 -0)📝
modoboa/core/tests/test_core.py(+31 -0)📝
modoboa/core/tests/test_views.py(+3 -1)📝
modoboa/core/utils.py(+1 -1)📝
modoboa/core/views/admin.py(+1 -1)📄 Description
see #1402
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.