add missing email top-level domain .group#404
add missing email top-level domain .group#404johannes-barta wants to merge 1 commit intoZuehlke:masterfrom
.group#404Conversation
WalkthroughThe email validation regular expression in the server's custom formats was updated to recognize "group" as a valid top-level domain. No other logic, error handling, or exported/public entity changes were made. Changes
Poem
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
server/src/validation/customFormats.js (1)
2-2: Add.groupTLD support
The updated regex correctly includesgroupin the allowed TLD list and retains case-insensitive matching via the/iflag.Consider adding unit tests for email addresses ending in
.groupto guard against future regressions.
Summary by CodeRabbit