[PR #185] [MERGED] feat: add address_block_list for new address #434

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/185
Author: @dreamhunter2333
Created: 5/1/2024
Status: Merged
Merged: 5/2/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 1acb2e2 feat: add address_block_list for new address

📊 Changes

12 files changed (+178 additions, -20 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 CHANGELOG.md (+11 -2)
📝 README.md (+9 -5)
db/2024-05-01-patch.sql (+6 -0)
📝 db/schema.sql (+7 -0)
📝 frontend/src/views/Admin.vue (+6 -0)
frontend/src/views/admin/AccountSettings.vue (+84 -0)
📝 frontend/src/views/admin/CreateAccount.vue (+3 -11)
📝 vitepress-docs/docs/index.md (+2 -2)
📝 worker/src/admin_api.js (+33 -0)
worker/src/constants.js (+3 -0)
📝 worker/src/router.js (+13 -0)

📄 Description

#170


🔄 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/185 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/1/2024 **Status:** ✅ Merged **Merged:** 5/2/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`1acb2e2`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/1acb2e2776ee0f570b25a4548cf1452c84fd2aaf) feat: add address_block_list for new address ### 📊 Changes **12 files changed** (+178 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `CHANGELOG.md` (+11 -2) 📝 `README.md` (+9 -5) ➕ `db/2024-05-01-patch.sql` (+6 -0) 📝 `db/schema.sql` (+7 -0) 📝 `frontend/src/views/Admin.vue` (+6 -0) ➕ `frontend/src/views/admin/AccountSettings.vue` (+84 -0) 📝 `frontend/src/views/admin/CreateAccount.vue` (+3 -11) 📝 `vitepress-docs/docs/index.md` (+2 -2) 📝 `worker/src/admin_api.js` (+33 -0) ➕ `worker/src/constants.js` (+3 -0) 📝 `worker/src/router.js` (+13 -0) </details> ### 📄 Description #170 --- <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:10 +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#434
No description provided.