[PR #2621] [MERGED] Added API key management to UI v2. #2637

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2621
Author: @tonioo
Created: 9/30/2022
Status: Merged
Merged: 10/2/2022
Merged by: @tonioo

Base: masterHead: feature/api_key_management_ui_v2


📝 Commits (1)

  • 7328022 Added API key management to UI v2.

📊 Changes

10 files changed (+1582 additions, -434 deletions)

View changed files

📝 frontend/locale/en/LC_MESSAGES/app.po (+672 -216)
📝 frontend/locale/fr/LC_MESSAGES/app.po (+696 -216)
📝 frontend/public/config.json (+2 -1)
📝 frontend/src/api/account.js (+9 -0)
📝 frontend/src/components/layout/Navbar.vue (+7 -0)
📝 frontend/src/router/index.js (+10 -0)
frontend/src/views/user/APISetup.vue (+114 -0)
📝 modoboa/core/api/v2/serializers.py (+6 -0)
📝 modoboa/core/api/v2/tests.py (+22 -0)
📝 modoboa/core/api/v2/viewsets.py (+44 -1)

📄 Description

No description provided


🔄 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/2621 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 9/30/2022 **Status:** ✅ Merged **Merged:** 10/2/2022 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/api_key_management_ui_v2` --- ### 📝 Commits (1) - [`7328022`](https://github.com/modoboa/modoboa/commit/7328022777c863b44f7e332671954aab448c03d2) Added API key management to UI v2. ### 📊 Changes **10 files changed** (+1582 additions, -434 deletions) <details> <summary>View changed files</summary> 📝 `frontend/locale/en/LC_MESSAGES/app.po` (+672 -216) 📝 `frontend/locale/fr/LC_MESSAGES/app.po` (+696 -216) 📝 `frontend/public/config.json` (+2 -1) 📝 `frontend/src/api/account.js` (+9 -0) 📝 `frontend/src/components/layout/Navbar.vue` (+7 -0) 📝 `frontend/src/router/index.js` (+10 -0) ➕ `frontend/src/views/user/APISetup.vue` (+114 -0) 📝 `modoboa/core/api/v2/serializers.py` (+6 -0) 📝 `modoboa/core/api/v2/tests.py` (+22 -0) 📝 `modoboa/core/api/v2/viewsets.py` (+44 -1) </details> ### 📄 Description _No description provided_ --- <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:01 +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#2637
No description provided.