mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-26 06:15:52 +03:00
[PR #348] [MERGED] feat: add USER_ROLES #536
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloudflare_temp_email#536
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:feature/dev📝 Commits (3)
86d0efffeat: add USER_ROLES941c584feat: admin pages search when keybord enter && auto trim34e255efeat: 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.