mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 08:56:02 +03:00
[PR #2615] [MERGED] ability to copy dkim key and warning before regenerate #2635
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#2635
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/2615
Author: @Spitfireap
Created: 9/26/2022
Status: ✅ Merged
Merged: 9/30/2022
Merged by: @tonioo
Base:
master← Head:improved-DKIM-management📝 Commits (4)
60028feability to copy dkim key and warning before regenerated155450pre tag14dd836fixed quotes, indent, simpler propertyc83a657simplified js function📊 Changes
6 files changed (+94 additions, -13 deletions)
View changed files
📝
frontend/src/components/domains/DKIMKeyViewer.vue(+6 -3)📝
frontend/src/components/domains/DNSDetail.vue(+20 -2)📝
frontend/src/components/domains/DomainDKIMKey.vue(+24 -3)📝
modoboa/admin/static/admin/css/admin.css(+16 -0)📝
modoboa/admin/templates/admin/_domain_dkim_key.html(+4 -4)📝
modoboa/admin/templates/admin/domain_detail.html(+24 -1)📄 Description
To make it easier to set DKIM key, you can now one-click copy dkim key to clipboard (in raw or bind format). Display of the keys has also been improved on GUIv2.
Added a dialog before regenerating DKIM keys to prevent non-wanted regeneration (#2610)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.