mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-04-25 13:55:53 +03:00
[PR #759] [MERGED] feat: add daily request limit and refactor access control #748
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#748
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/759
Author: @dreamhunter2333
Created: 11/7/2025
Status: ✅ Merged
Merged: 11/8/2025
Merged by: @dreamhunter2333
Base:
main← Head:feature/email📝 Commits (1)
6abc43afeat: add daily request limit and refactor access control📊 Changes
44 files changed (+1982 additions, -153 deletions)
View changed files
📝
CHANGELOG.md(+2 -2)📝
frontend/src/views/admin/IpBlacklistSettings.vue(+40 -0)📝
vitepress-docs/docs/.vitepress/en.ts(+118 -5)➕
vitepress-docs/docs/en/guide/actions/auto-update.md(+10 -0)➕
vitepress-docs/docs/en/guide/actions/d1.md(+17 -0)➕
vitepress-docs/docs/en/guide/actions/github-action.md(+61 -0)➕
vitepress-docs/docs/en/guide/actions/pre-requisite.md(+10 -0)➕
vitepress-docs/docs/en/guide/cli/d1.md(+30 -0)➕
vitepress-docs/docs/en/guide/cli/pages.md(+51 -0)➕
vitepress-docs/docs/en/guide/cli/pre-requisite.md(+17 -0)➕
vitepress-docs/docs/en/guide/cli/worker.md(+147 -0)➕
vitepress-docs/docs/en/guide/common-issues.md(+41 -0)➕
vitepress-docs/docs/en/guide/config-send-mail.md(+84 -0)➕
vitepress-docs/docs/en/guide/email-routing.md(+9 -0)➕
vitepress-docs/docs/en/guide/feature/admin-user-management.md(+11 -0)➕
vitepress-docs/docs/en/guide/feature/admin.md(+15 -0)➕
vitepress-docs/docs/en/guide/feature/another-worker-enhanced.md(+144 -0)➕
vitepress-docs/docs/en/guide/feature/config-smtp-proxy.md(+60 -0)➕
vitepress-docs/docs/en/guide/feature/google-ads.md(+29 -0)➕
vitepress-docs/docs/en/guide/feature/mail-api.md(+66 -0)...and 24 more files
📄 Description
User description
🤖 Generated with Claude Code
PR Type
Enhancement, Documentation, Tests
Description
Introduced daily request limits in IP blacklist settings.
Refactored access control logic.
Added comprehensive English documentation.
Improved code structure and error handling.
Changes walkthrough 📝
4 files
Added UI support for daily request limits in IP blacklist settingsAdded backend support for daily request limits in IP blacklistsettingsRefactored access control logic and added daily request limitenforcementIntegrated unified access control middleware15 files
Updated English documentation configuration for sidebar and navigationUpdated changelog with new features and fixesAdded guide for configuring auto-update with GitHub ActionsAdded guide for initializing and updating D1 databaseAdded guide for deploying via GitHub ActionsAdded prerequisites for GitHub Actions deploymentAdded CLI guide for initializing and updating D1 databaseAdded CLI guide for deploying Cloudflare Pages frontendAdded prerequisites for CLI deploymentAdded CLI guide for deploying Cloudflare Worker backendAdded troubleshooting guide for common issuesAdded guide for configuring email sendingAdded quick start guide for deployment and upgradesAdded detailed documentation for worker variable configurationsUpdated homepage with new features and deployment options1 files
Removed deprecated RATE_LIMIT_API_DAILY_REQUESTS variable24 files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.