mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 17:06:01 +03:00
[PR #1352] [MERGED] Per domain DKIM key generation. #2206
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#2206
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/1352
Author: @tonioo
Created: 1/12/2018
Status: ✅ Merged
Merged: 1/19/2018
Merged by: @tonioo
Base:
master← Head:feature/per_domain_dkim_key📝 Commits (8)
213a363Per domain DKIM key generation.32c1fdeFixed unit test.61187daFixed javascript issue.9761fffFixed py3 compat.e0aa745Fix py3 compat!3cebf2dImprove coverage.ff2c019Few fixes.f6528adSet 2048 bits as the default length.📊 Changes
18 files changed (+444 additions, -84 deletions)
View changed files
📝
doc/configuration.rst(+14 -0)📝
doc/manual_installation/modoboa.rst(+3 -0)📝
modoboa/admin/app_settings.py(+38 -0)📝
modoboa/admin/constants.py(+6 -0)📝
modoboa/admin/forms/domain.py(+20 -1)📝
modoboa/admin/management/commands/modo.py(+2 -0)➕
modoboa/admin/management/commands/subcommands/_manage_dkim_keys.py(+52 -0)➕
modoboa/admin/migrations/0012_auto_20180112_1658.py(+40 -0)📝
modoboa/admin/models/domain.py(+21 -0)📝
modoboa/admin/static/admin/js/admin.js(+20 -0)➕
modoboa/admin/templates/admin/_domain_dkim_key.html(+23 -0)📝
modoboa/admin/templates/admin/domain_detail.html(+45 -21)📝
modoboa/admin/templates/admin/domain_general_form.html(+3 -0)📝
modoboa/admin/tests/test_domain.py(+73 -1)➕
modoboa/core/migrations/0015_auto_20180112_1642.py(+20 -0)📝
modoboa/core/tests/test_views.py(+61 -58)📝
modoboa/static/css/custom.css(+1 -1)📝
modoboa/static/js/twocols_nav.js(+2 -2)📄 Description
see #1325
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.