[PR #214] [MERGED] feat: admin search mailbox && fix generateName multi dot && user jwt exp in 30 days && UI globalTabplacement && useSideMargin #456

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

📋 Pull Request Information

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

Base: mainHead: feature/dev


📝 Commits (5)

  • 43df0f2 fix: generateName multi dot && user jwt exp in 30 days
  • 25e93a1 feat: support admin search mailbox
  • 8d92543 fix: DELETE mail bug(should be raw_mails)
  • 715b06d feat: UI add globalTabplacement
  • 43ec782 feat: UI add useSideMargin option

📊 Changes

18 files changed (+231 additions, -147 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
📝 frontend/src/App.vue (+5 -4)
📝 frontend/src/api/index.js (+1 -1)
📝 frontend/src/store/index.js (+4 -0)
📝 frontend/src/views/Admin.vue (+13 -3)
📝 frontend/src/views/Index.vue (+2 -2)
📝 frontend/src/views/User.vue (+2 -2)
📝 frontend/src/views/admin/Mails.vue (+14 -4)
📝 frontend/src/views/admin/Maintenance.vue (+9 -0)
frontend/src/views/common/Appearance.vue (+82 -0)
📝 frontend/src/views/index/AccountSettings.vue (+3 -23)
📝 frontend/src/views/index/Login.vue (+3 -2)
📝 worker/src/admin_api/index.js (+44 -100)
📝 worker/src/common.js (+29 -0)
📝 worker/src/mails_api/send_mail_api.js (+1 -1)
📝 worker/src/router.js (+1 -1)
📝 worker/src/user_api/user.js (+4 -1)
📝 worker/src/worker.js (+9 -3)

📄 Description

#210 admin search mailbox
#211 fix generateName multi dot
#213 fix: DELETE mail bug(should be raw_mails
#164 UI globalTabplacement && useSideMargin


🔄 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/214 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 5/9/2024 **Status:** ✅ Merged **Merged:** 5/9/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (5) - [`43df0f2`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/43df0f2e70d298124583d423c19a8b579e2726ca) fix: generateName multi dot && user jwt exp in 30 days - [`25e93a1`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/25e93a11cb031def90eb38e814d25ad7ab9d7355) feat: support admin search mailbox - [`8d92543`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/8d92543a9be927ea9e97abf99e47f231406fe268) fix: DELETE mail bug(should be raw_mails) - [`715b06d`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/715b06d4bbb98582a6e698d013769a57cbce31ba) feat: UI add globalTabplacement - [`43ec782`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/43ec7826fdc4cf50ba64c1e63583a58c46182087) feat: UI add useSideMargin option ### 📊 Changes **18 files changed** (+231 additions, -147 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `frontend/src/App.vue` (+5 -4) 📝 `frontend/src/api/index.js` (+1 -1) 📝 `frontend/src/store/index.js` (+4 -0) 📝 `frontend/src/views/Admin.vue` (+13 -3) 📝 `frontend/src/views/Index.vue` (+2 -2) 📝 `frontend/src/views/User.vue` (+2 -2) 📝 `frontend/src/views/admin/Mails.vue` (+14 -4) 📝 `frontend/src/views/admin/Maintenance.vue` (+9 -0) ➕ `frontend/src/views/common/Appearance.vue` (+82 -0) 📝 `frontend/src/views/index/AccountSettings.vue` (+3 -23) 📝 `frontend/src/views/index/Login.vue` (+3 -2) 📝 `worker/src/admin_api/index.js` (+44 -100) 📝 `worker/src/common.js` (+29 -0) 📝 `worker/src/mails_api/send_mail_api.js` (+1 -1) 📝 `worker/src/router.js` (+1 -1) 📝 `worker/src/user_api/user.js` (+4 -1) 📝 `worker/src/worker.js` (+9 -3) </details> ### 📄 Description #210 admin search mailbox #211 fix generateName multi dot #213 fix: DELETE mail bug(should be raw_mails #164 UI globalTabplacement && useSideMargin --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#456
No description provided.