[PR #244] [MERGED] feat: telegram bot TelegramSettings && webhook #476

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/244
Author: @dreamhunter2333
Created: 5/18/2024
Status: Merged
Merged: 5/18/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (2)

📊 Changes

32 files changed (+776 additions, -111 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 README.md (+1 -0)
📝 frontend/package.json (+1 -1)
📝 frontend/src/api/index.js (+1 -0)
📝 frontend/src/views/Admin.vue (+39 -19)
📝 frontend/src/views/Index.vue (+4 -0)
📝 frontend/src/views/admin/Account.vue (+1 -1)
📝 frontend/src/views/admin/Mails.vue (+1 -1)
📝 frontend/src/views/admin/MailsUnknow.vue (+1 -1)
📝 frontend/src/views/admin/Telegram.vue (+70 -7)
📝 frontend/src/views/admin/UserManagement.vue (+1 -1)
frontend/src/views/admin/Webhook.vue (+87 -0)
frontend/src/views/index/Webhook.vue (+130 -0)
frontend/tsconfig.json (+13 -0)
📝 vitepress-docs/docs/en/cli.md (+2 -0)
📝 vitepress-docs/docs/zh/guide/cli/worker.md (+2 -0)
📝 worker/package.json (+1 -1)
📝 worker/src/admin_api/index.js (+11 -8)
worker/src/admin_api/webhook_settings.ts (+22 -0)
📝 worker/src/commom_api.ts (+4 -1)

...and 12 more files

📄 Description

#224


🔄 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/244 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/18/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (2) - [`25f531a`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/25f531ad90a8978cb451680ac122f73546976410) feat: telegram bot TelegramSettings - [`f206857`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/f20685739b38b65c9c91cf82021f794d979deeb8) feat: webhook ### 📊 Changes **32 files changed** (+776 additions, -111 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `README.md` (+1 -0) 📝 `frontend/package.json` (+1 -1) 📝 `frontend/src/api/index.js` (+1 -0) 📝 `frontend/src/views/Admin.vue` (+39 -19) 📝 `frontend/src/views/Index.vue` (+4 -0) 📝 `frontend/src/views/admin/Account.vue` (+1 -1) 📝 `frontend/src/views/admin/Mails.vue` (+1 -1) 📝 `frontend/src/views/admin/MailsUnknow.vue` (+1 -1) 📝 `frontend/src/views/admin/Telegram.vue` (+70 -7) 📝 `frontend/src/views/admin/UserManagement.vue` (+1 -1) ➕ `frontend/src/views/admin/Webhook.vue` (+87 -0) ➕ `frontend/src/views/index/Webhook.vue` (+130 -0) ➕ `frontend/tsconfig.json` (+13 -0) 📝 `vitepress-docs/docs/en/cli.md` (+2 -0) 📝 `vitepress-docs/docs/zh/guide/cli/worker.md` (+2 -0) 📝 `worker/package.json` (+1 -1) 📝 `worker/src/admin_api/index.js` (+11 -8) ➕ `worker/src/admin_api/webhook_settings.ts` (+22 -0) 📝 `worker/src/commom_api.ts` (+4 -1) _...and 12 more files_ </details> ### 📄 Description #224 --- <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:23 +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#476
No description provided.