mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 22:05:51 +03:00
[PR #175] [MERGED] feat: support admin create address && add ENABLE_USER_CREATE_EMAIL co… #427
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#427
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/175
Author: @dreamhunter2333
Created: 4/28/2024
Status: ✅ Merged
Merged: 4/28/2024
Merged by: @dreamhunter2333
Base:
main← Head:feature/dev📝 Commits (1)
2885580feat: support admin create address && add ENABLE_USER_CREATE_EMAIL config📊 Changes
16 files changed (+306 additions, -153 deletions)
View changed files
📝
.github/workflows/docs_deploy.yml(+0 -2)📝
CHANGELOG.md(+6 -1)📝
frontend/src/api/index.js(+1 -0)📝
frontend/src/components/MailBox.vue(+5 -1)📝
frontend/src/store/index.js(+2 -6)📝
frontend/src/views/Admin.vue(+7 -4)📝
frontend/src/views/Header.vue(+90 -90)📝
frontend/src/views/admin/Account.vue(+1 -1)➕
frontend/src/views/admin/CreateAccount.vue(+117 -0)📝
frontend/src/views/admin/SenderAccess.vue(+1 -1)📝
vitepress-docs/docs/en/cli.md(+2 -0)📝
vitepress-docs/docs/zh/guide/cli/worker.md(+2 -0)📝
worker/src/admin_api.js(+9 -1)➕
worker/src/common.js(+55 -0)📝
worker/src/router.js(+6 -46)📝
worker/wrangler.toml.template(+2 -0)📄 Description
…nfig
#164
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.