[PR #2250] [MERGED] New admin interface using vuejs 2 and vuetify #2486

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa/pull/2250
Author: @tonioo
Created: 5/30/2021
Status: Merged
Merged: 6/27/2021
Merged by: @tonioo

Base: masterHead: refacto/vuejs_interface


📝 Commits (10+)

📊 Changes

188 files changed (+19436 additions, -405 deletions)

View changed files

📝 .github/workflows/modoboa.yml (+11 -3)
📝 .gitignore (+10 -1)
📝 MANIFEST.in (+1 -0)
frontend/.browserslistrc (+3 -0)
frontend/.editorconfig (+5 -0)
frontend/.eslintrc.js (+28 -0)
frontend/.gitignore (+23 -0)
frontend/Makefile (+57 -0)
frontend/README.md (+29 -0)
frontend/babel.config.js (+5 -0)
frontend/locale/en/LC_MESSAGES/app.po (+55 -0)
frontend/locale/fr/LC_MESSAGES/app.po (+70 -0)
frontend/package.json (+51 -0)
frontend/public/config.json (+3 -0)
frontend/public/favicon.ico (+0 -0)
frontend/public/index.html (+19 -0)
frontend/src/App.vue (+75 -0)
frontend/src/api/account.js (+13 -0)
frontend/src/api/accounts.js (+27 -0)
frontend/src/api/aliases.js (+24 -0)

...and 80 more files

📄 Description

A new version of the API is also available.


🔄 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/2250 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 5/30/2021 **Status:** ✅ Merged **Merged:** 6/27/2021 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `refacto/vuejs_interface` --- ### 📝 Commits (10+) - [`815ac10`](https://github.com/modoboa/modoboa/commit/815ac109511e21afa70417314dfa774e30d458a6) WIP. - [`18a0f56`](https://github.com/modoboa/modoboa/commit/18a0f5610cec7ccf56c52d8ddb6d914b520cf505) Load admin settings. - [`3aa5a0b`](https://github.com/modoboa/modoboa/commit/3aa5a0bf26d4fa0cd2c501425b56b94cd59a8bd5) Added requirement. - [`6235373`](https://github.com/modoboa/modoboa/commit/6235373a1d56cc1987f8edec3807e0b87ec089d9) Added build dir. - [`09c2ce7`](https://github.com/modoboa/modoboa/commit/09c2ce7972a78cbd47f5129abad274752b755f80) Updated test config. - [`9bebc8b`](https://github.com/modoboa/modoboa/commit/9bebc8b04e1a4351767ea6e14d7b33a5e8d0bc3c) Few fixes. - [`05ea4ad`](https://github.com/modoboa/modoboa/commit/05ea4ad6bb670d0409d85082f9cba23407009dd1) Fixed CORS issue with dev server. - [`23f93e9`](https://github.com/modoboa/modoboa/commit/23f93e96eb99581d7cef0e374ef373f762e682e7) Added store and additional actions. - [`27c06f1`](https://github.com/modoboa/modoboa/commit/27c06f1ddd5ca90d5443cbb26143e54198ffe557) Improved form and list views for domain. - [`dd43d67`](https://github.com/modoboa/modoboa/commit/dd43d6733030fcec90799bb48e325248495db1a7) Added actions menu. ### 📊 Changes **188 files changed** (+19436 additions, -405 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/modoboa.yml` (+11 -3) 📝 `.gitignore` (+10 -1) 📝 `MANIFEST.in` (+1 -0) ➕ `frontend/.browserslistrc` (+3 -0) ➕ `frontend/.editorconfig` (+5 -0) ➕ `frontend/.eslintrc.js` (+28 -0) ➕ `frontend/.gitignore` (+23 -0) ➕ `frontend/Makefile` (+57 -0) ➕ `frontend/README.md` (+29 -0) ➕ `frontend/babel.config.js` (+5 -0) ➕ `frontend/locale/en/LC_MESSAGES/app.po` (+55 -0) ➕ `frontend/locale/fr/LC_MESSAGES/app.po` (+70 -0) ➕ `frontend/package.json` (+51 -0) ➕ `frontend/public/config.json` (+3 -0) ➕ `frontend/public/favicon.ico` (+0 -0) ➕ `frontend/public/index.html` (+19 -0) ➕ `frontend/src/App.vue` (+75 -0) ➕ `frontend/src/api/account.js` (+13 -0) ➕ `frontend/src/api/accounts.js` (+27 -0) ➕ `frontend/src/api/aliases.js` (+24 -0) _...and 80 more files_ </details> ### 📄 Description A new version of the API is also available. --- <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:16 +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#2486
No description provided.