[PR #782] [MERGED] feat: v1.1.0 release with AI email extraction and security enhancements #760

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/782
Author: @dreamhunter2333
Created: 12/11/2025
Status: Merged
Merged: 12/11/2025
Merged by: @dreamhunter2333

Base: mainHead: feature/email


📝 Commits (1)

  • 6a00d6b fix: initialize customSqlCleanupList to empty array if undefined

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 frontend/src/views/admin/Maintenance.vue (+3 -0)

📄 Description

User description

Summary

  • Add AI email extraction feature using Cloudflare Workers AI to automatically extract verification codes, auth links, and service links from emails
  • Add address password authentication feature for enhanced security
  • Add IP/ASN/Browser fingerprint blacklist features for access control
  • Add custom SQL cleanup for scheduled maintenance
  • Various bug fixes and dependency upgrades

Test plan

  • Test AI email extraction with various email formats
  • Verify address password login works correctly
  • Test blacklist features (IP, ASN, browser fingerprint)
  • Verify custom SQL cleanup executes properly
  • Run frontend build and verify no errors

🤖 Generated with Claude Code


PR Type

Bug fix


Description

  • Fix uninitialized customSqlCleanupList to prevent runtime errors.

  • Enhance stability of the maintenance cleanup feature.


Changes walkthrough 📝

Relevant files
Bug fix
Maintenance.vue
Initialize `customSqlCleanupList` to avoid undefined errors

frontend/src/views/admin/Maintenance.vue

  • Added initialization for customSqlCleanupList to an empty array if
    undefined.
  • Prevented potential runtime errors during data fetching.
  • +3/-0     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.

  • 🔄 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/782 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 12/11/2025 **Status:** ✅ Merged **Merged:** 12/11/2025 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/email` --- ### 📝 Commits (1) - [`6a00d6b`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/6a00d6b0ad23cd44ebe7c187d4ba222e3df6d16a) fix: initialize customSqlCleanupList to empty array if undefined ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `frontend/src/views/admin/Maintenance.vue` (+3 -0) </details> ### 📄 Description ### **User description** ## Summary - Add AI email extraction feature using Cloudflare Workers AI to automatically extract verification codes, auth links, and service links from emails - Add address password authentication feature for enhanced security - Add IP/ASN/Browser fingerprint blacklist features for access control - Add custom SQL cleanup for scheduled maintenance - Various bug fixes and dependency upgrades ## Test plan - [ ] Test AI email extraction with various email formats - [ ] Verify address password login works correctly - [ ] Test blacklist features (IP, ASN, browser fingerprint) - [ ] Verify custom SQL cleanup executes properly - [ ] Run frontend build and verify no errors 🤖 Generated with [Claude Code](https://claude.com/claude-code) ___ ### **PR Type** Bug fix ___ ### **Description** - Fix uninitialized `customSqlCleanupList` to prevent runtime errors. - Enhance stability of the maintenance cleanup feature. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Bug fix</strong></td><td><table> <tr> <td> <details> <summary><strong>Maintenance.vue</strong><dd><code>Initialize `customSqlCleanupList` to avoid undefined errors</code></dd></summary> <hr> frontend/src/views/admin/Maintenance.vue <li>Added initialization for <code>customSqlCleanupList</code> to an empty array if <br>undefined.<br> <li> Prevented potential runtime errors during data fetching. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/782/files#diff-68808e9c7bcf8b34a2d45265cca130c547b77e75a97350ea7d16682e69922ae4">+3/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> ___ > <details> <summary> Need help?</summary><li>Type <code>/help how to ...</code> in the comments thread for any questions about PR-Agent usage.</li><li>Check out the <a href="https://qodo-merge-docs.qodo.ai/usage-guide/">documentation</a> for more information.</li></details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
    kerem 2026-02-26 21:32:51 +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#760
    No description provided.