[PR #2615] [MERGED] ability to copy dkim key and warning before regenerate #2635

Closed
opened 2026-02-27 12:12:00 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: improved-DKIM-management


📝 Commits (4)

  • 60028fe ability to copy dkim key and warning before regenerate
  • d155450 pre tag
  • 14dd836 fixed quotes, indent, simpler property
  • c83a657 simplified 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.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa/pull/2615 **Author:** [@Spitfireap](https://github.com/Spitfireap) **Created:** 9/26/2022 **Status:** ✅ Merged **Merged:** 9/30/2022 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `improved-DKIM-management` --- ### 📝 Commits (4) - [`60028fe`](https://github.com/modoboa/modoboa/commit/60028fe505806f04d655adad57166b48b27e0812) ability to copy dkim key and warning before regenerate - [`d155450`](https://github.com/modoboa/modoboa/commit/d1554504f61a48417090f5453acb87d2b4b9b99a) pre tag - [`14dd836`](https://github.com/modoboa/modoboa/commit/14dd836e4e1406c45a31cf235695164cc644ce72) fixed quotes, indent, simpler property - [`c83a657`](https://github.com/modoboa/modoboa/commit/c83a6573afa63020de52ec20469a20faeeb8a6d5) simplified js function ### 📊 Changes **6 files changed** (+94 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 12:12:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-modoboa#2635
No description provided.