[PR #2485] [MERGED] Manage domain and account resources. #2574

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2485
Author: @tonioo
Created: 4/7/2022
Status: Merged
Merged: 4/7/2022
Merged by: @tonioo

Base: masterHead: feature/limits


📝 Commits (3)

📊 Changes

8 files changed (+170 additions, -25 deletions)

View changed files

📝 frontend/src/components/domains/DomainForm.vue (+41 -4)
📝 frontend/src/components/identities/AccountForm.vue (+13 -6)
📝 frontend/src/components/tools/Resources.vue (+2 -2)
frontend/src/components/tools/ResourcesForm.vue (+37 -0)
📝 frontend/src/views/domains/Domain.vue (+9 -0)
📝 frontend/src/views/identities/Account.vue (+12 -7)
📝 modoboa/admin/api/v2/serializers.py (+40 -6)
📝 modoboa/admin/api/v2/tests.py (+16 -0)

📄 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/2485 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 4/7/2022 **Status:** ✅ Merged **Merged:** 4/7/2022 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `feature/limits` --- ### 📝 Commits (3) - [`af044bd`](https://github.com/modoboa/modoboa/commit/af044bd325c922843e8a867d487a69e2fc7cdf18) Manage domain and account resources. - [`e90aec8`](https://github.com/modoboa/modoboa/commit/e90aec81a622079f6f88d58ceffa71eec1253155) Fixed tests - [`9a1315d`](https://github.com/modoboa/modoboa/commit/9a1315d114967dd8eab9bf5a606f4f54e18c0a2a) Updated tests. ### 📊 Changes **8 files changed** (+170 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/components/domains/DomainForm.vue` (+41 -4) 📝 `frontend/src/components/identities/AccountForm.vue` (+13 -6) 📝 `frontend/src/components/tools/Resources.vue` (+2 -2) ➕ `frontend/src/components/tools/ResourcesForm.vue` (+37 -0) 📝 `frontend/src/views/domains/Domain.vue` (+9 -0) 📝 `frontend/src/views/identities/Account.vue` (+12 -7) 📝 `modoboa/admin/api/v2/serializers.py` (+40 -6) 📝 `modoboa/admin/api/v2/tests.py` (+16 -0) </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:11:42 +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#2574
No description provided.