[PR #363] [MERGED] feat: add ADMIN_USER_ROLE for user access admin panel #545

Closed
opened 2026-02-26 21:31:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/363
Author: @dreamhunter2333
Created: 7/27/2024
Status: Merged
Merged: 7/27/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 1e183b2 feat: add ADMIN_USER_ROLE for user access admin panel

📊 Changes

21 files changed (+81 additions, -56 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
📝 frontend/package.json (+1 -1)
📝 frontend/src/api/index.js (+1 -0)
📝 frontend/src/store/index.js (+7 -1)
📝 frontend/src/views/Admin.vue (+4 -3)
📝 frontend/src/views/Header.vue (+8 -3)
📝 frontend/src/views/admin/Account.vue (+2 -6)
📝 frontend/src/views/admin/Mails.vue (+1 -11)
📝 frontend/src/views/admin/MailsUnknow.vue (+1 -13)
📝 frontend/src/views/admin/Maintenance.vue (+1 -7)
📝 frontend/src/views/admin/Statistics.vue (+0 -5)
📝 frontend/src/views/user/UserBar.vue (+2 -1)
📝 vitepress-docs/docs/en/cli.md (+1 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+2 -0)
📝 vitepress-docs/docs/zh/guide/feature/admin-user-management.md (+0 -2)
📝 vitepress-docs/docs/zh/guide/feature/admin.md (+6 -2)
📝 worker/src/constants.ts (+1 -1)
📝 worker/src/types.d.ts (+1 -0)
📝 worker/src/user_api/settings.ts (+16 -0)
📝 worker/src/worker.ts (+20 -0)

...and 1 more files

📄 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/dreamhunter2333/cloudflare_temp_email/pull/363 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 7/27/2024 **Status:** ✅ Merged **Merged:** 7/27/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`1e183b2`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/1e183b2556b9b54de2f80e0f645232e7844986a7) feat: add ADMIN_USER_ROLE for user access admin panel ### 📊 Changes **21 files changed** (+81 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/src/api/index.js` (+1 -0) 📝 `frontend/src/store/index.js` (+7 -1) 📝 `frontend/src/views/Admin.vue` (+4 -3) 📝 `frontend/src/views/Header.vue` (+8 -3) 📝 `frontend/src/views/admin/Account.vue` (+2 -6) 📝 `frontend/src/views/admin/Mails.vue` (+1 -11) 📝 `frontend/src/views/admin/MailsUnknow.vue` (+1 -13) 📝 `frontend/src/views/admin/Maintenance.vue` (+1 -7) 📝 `frontend/src/views/admin/Statistics.vue` (+0 -5) 📝 `frontend/src/views/user/UserBar.vue` (+2 -1) 📝 `vitepress-docs/docs/en/cli.md` (+1 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+2 -0) 📝 `vitepress-docs/docs/zh/guide/feature/admin-user-management.md` (+0 -2) 📝 `vitepress-docs/docs/zh/guide/feature/admin.md` (+6 -2) 📝 `worker/src/constants.ts` (+1 -1) 📝 `worker/src/types.d.ts` (+1 -0) 📝 `worker/src/user_api/settings.ts` (+16 -0) 📝 `worker/src/worker.ts` (+20 -0) _...and 1 more files_ </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-26 21:31:44 +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/cloudflare_temp_email#545
No description provided.