[PR #482] [MERGED] feat: |UI| random fake name support MAX_ADDRESS_LEN #588

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

📋 Pull Request Information

Original PR: https://github.com/dreamhunter2333/cloudflare_temp_email/pull/482
Author: @dreamhunter2333
Created: 11/14/2024
Status: Merged
Merged: 11/14/2024
Merged by: @dreamhunter2333

Base: mainHead: feature/dev


📝 Commits (1)

  • 96f70f6 feat: |UI| random fake name support MAX_ADDRESS_LEN

📊 Changes

3 files changed (+6 additions, -2 deletions)

View changed files

📝 CHANGELOG.md (+1 -1)
📝 frontend/src/views/common/Login.vue (+4 -0)
📝 worker/src/constants.ts (+1 -1)

📄 Description

User description

#480


PR Type

Enhancement, Bug fix


Description

  • Added logic in Login.vue to ensure generated email names do not exceed the maxAddressLen setting.
  • Updated version constant in constants.ts to 'v0.8.0'.
  • Updated CHANGELOG.md to reflect the new feature for limiting email name length.

Changes walkthrough 📝

Relevant files
Enhancement
Login.vue
Ensure generated email names respect `maxAddressLen` setting

frontend/src/views/common/Login.vue

  • Added logic to ensure generated email names do not exceed
    maxAddressLen.
  • Trimmed email names to fit within the specified maximum length.
  • +4/-0     
    Configuration changes
    constants.ts
    Update version to v0.8.0                                                                 

    worker/src/constants.ts

    • Updated version constant from 'v0.7.6' to 'v0.8.0'.
    +1/-1     
    Documentation
    CHANGELOG.md
    Update changelog for version v0.8.0                                           

    CHANGELOG.md

  • Updated changelog to include the new feature for limiting email name
    length.
  • +1/-1     

    💡 PR-Agent usage: Comment /help "your question" on any pull request to receive relevant 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/482 **Author:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Created:** 11/14/2024 **Status:** ✅ Merged **Merged:** 11/14/2024 **Merged by:** [@dreamhunter2333](https://github.com/dreamhunter2333) **Base:** `main` ← **Head:** `feature/dev` --- ### 📝 Commits (1) - [`96f70f6`](https://github.com/dreamhunter2333/cloudflare_temp_email/commit/96f70f683cb2210ba3abcb6bcde2135da3fa0ac5) feat: |UI| random fake name support MAX_ADDRESS_LEN ### 📊 Changes **3 files changed** (+6 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -1) 📝 `frontend/src/views/common/Login.vue` (+4 -0) 📝 `worker/src/constants.ts` (+1 -1) </details> ### 📄 Description ### **User description** #480 ___ ### **PR Type** Enhancement, Bug fix ___ ### **Description** - Added logic in `Login.vue` to ensure generated email names do not exceed the `maxAddressLen` setting. - Updated version constant in `constants.ts` to 'v0.8.0'. - Updated `CHANGELOG.md` to reflect the new feature for limiting email name length. ___ ### **Changes walkthrough** 📝 <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>Login.vue</strong><dd><code>Ensure generated email names respect `maxAddressLen` setting</code></dd></summary> <hr> frontend/src/views/common/Login.vue <li>Added logic to ensure generated email names do not exceed <br><code>maxAddressLen</code>.<br> <li> Trimmed email names to fit within the specified maximum length.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/482/files#diff-0ee87c9358b6449242c09bd98ae1ad3a88fb9948c0fcc64c4db3d43e5ec83b4e">+4/-0</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>constants.ts</strong><dd><code>Update version to v0.8.0</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> worker/src/constants.ts - Updated version constant from 'v0.7.6' to 'v0.8.0'. </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/482/files#diff-cab08ba19c1499ed426fc4918a5613e22eb95c3427c7467ce330f5ee0d69d01e">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>CHANGELOG.md</strong><dd><code>Update changelog for version v0.8.0</code>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </dd></summary> <hr> CHANGELOG.md <li>Updated changelog to include the new feature for limiting email name <br>length.<br> </details> </td> <td><a href="https://github.com/dreamhunter2333/cloudflare_temp_email/pull/482/files#diff-06572a96a58dc510037d5efa622f9bec8519bc1beab13c9f251e97e657a9d4ed">+1/-1</a>&nbsp; &nbsp; &nbsp; </td> </tr> </table></td></tr></tr></tbody></table> ___ > 💡 **PR-Agent usage**: Comment `/help "your question"` on any pull request to receive relevant information --- <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:55 +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#588
    No description provided.