[PR #348] [MERGED] feat: add USER_ROLES #536

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/348
Author: @dreamhunter2333
Created: 7/13/2024
Status: Merged
Merged: 7/14/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (3)

  • 86d0eff feat: add USER_ROLES
  • 941c584 feat: admin pages search when keybord enter && auto trim
  • 34e255e feat: update version to v0.6.0

📊 Changes

25 files changed (+370 additions, -49 deletions)

View changed files

📝 CHANGELOG.md (+12 -1)
db/2024-07-14-patch.sql (+9 -0)
📝 db/schema.sql (+10 -0)
📝 frontend/package.json (+1 -1)
📝 frontend/src/api/index.js (+1 -0)
📝 frontend/src/store/index.js (+4 -0)
📝 frontend/src/views/admin/Account.vue (+3 -1)
📝 frontend/src/views/admin/Mails.vue (+4 -6)
📝 frontend/src/views/admin/SendBox.vue (+2 -1)
📝 frontend/src/views/admin/SenderAccess.vue (+2 -1)
📝 frontend/src/views/admin/UserManagement.vue (+111 -5)
📝 frontend/src/views/common/Login.vue (+33 -5)
📝 vitepress-docs/docs/en/cli.md (+7 -1)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+7 -0)
📝 worker/src/admin_api/admin_user_api.ts (+34 -4)
📝 worker/src/admin_api/index.ts (+4 -2)
📝 worker/src/commom_api.ts (+2 -1)
📝 worker/src/common.ts (+44 -9)
📝 worker/src/constants.ts (+1 -1)
📝 worker/src/mails_api/index.ts (+3 -2)

...and 5 more files

📄 Description

#343


🔄 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/348 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 7/13/2024 **Status:** ✅ Merged **Merged:** 7/14/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (3) - [`86d0eff`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/86d0eff6a3810a3433b225100dfb6538b48c0428) feat: add USER_ROLES - [`941c584`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/941c584263817a09dc7d0196c1cd40740966d14a) feat: admin pages search when keybord enter && auto trim - [`34e255e`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/34e255ebf36d1382116bf3342a2da7d06a4b0b10) feat: update version to v0.6.0 ### 📊 Changes **25 files changed** (+370 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+12 -1) ➕ `db/2024-07-14-patch.sql` (+9 -0) 📝 `db/schema.sql` (+10 -0) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/src/api/index.js` (+1 -0) 📝 `frontend/src/store/index.js` (+4 -0) 📝 `frontend/src/views/admin/Account.vue` (+3 -1) 📝 `frontend/src/views/admin/Mails.vue` (+4 -6) 📝 `frontend/src/views/admin/SendBox.vue` (+2 -1) 📝 `frontend/src/views/admin/SenderAccess.vue` (+2 -1) 📝 `frontend/src/views/admin/UserManagement.vue` (+111 -5) 📝 `frontend/src/views/common/Login.vue` (+33 -5) 📝 `vitepress-docs/docs/en/cli.md` (+7 -1) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+7 -0) 📝 `worker/src/admin_api/admin_user_api.ts` (+34 -4) 📝 `worker/src/admin_api/index.ts` (+4 -2) 📝 `worker/src/commom_api.ts` (+2 -1) 📝 `worker/src/common.ts` (+44 -9) 📝 `worker/src/constants.ts` (+1 -1) 📝 `worker/src/mails_api/index.ts` (+3 -2) _...and 5 more files_ </details> ### 📄 Description #343 --- <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: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/cloudflare_temp_email#536
No description provided.