[PR #911] [CLOSED] Fix email case sensitivity #547

Closed
opened 2025-10-07 00:18:17 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/911
Author: @peterforeman
Created: 9/3/2025
Status: Closed

Base: mainHead: fix-email-case-sensitivity


📝 Commits (5)

  • 065f91f .
  • 35be585 Added makefile for easy building/pushing
  • 52a8b54 - Updated NL translation from crowdin.
  • 63f16bd Updated dutch translations + mails to dutch
  • 94cd271 Merge remote-tracking branch 'upstream/main'

📊 Changes

16 files changed (+67 additions, -45 deletions)

View changed files

Makefile (+4 -0)
📝 backend/resources/email-templates/api-key-expiring-soon_html.tmpl (+5 -5)
📝 backend/resources/email-templates/api-key-expiring-soon_text.tmpl (+5 -5)
📝 backend/resources/email-templates/components/email_html.tmpl (+1 -1)
📝 backend/resources/email-templates/components/email_text.tmpl (+1 -1)
📝 backend/resources/email-templates/login-with-new-device_html.tmpl (+8 -8)
📝 backend/resources/email-templates/login-with-new-device_text.tmpl (+9 -9)
📝 backend/resources/email-templates/one-time-access_html.tmpl (+3 -3)
📝 backend/resources/email-templates/one-time-access_text.tmpl (+4 -4)
📝 backend/resources/email-templates/test_html.tmpl (+1 -1)
📝 backend/resources/email-templates/test_text.tmpl (+1 -1)
📝 frontend/src/lib/components/header/header.svelte (+1 -1)
📝 frontend/src/routes/+page.ts (+12 -0)
📝 frontend/src/routes/login/+page.svelte (+10 -1)
📝 frontend/src/routes/settings/+layout.svelte (+1 -4)
📝 frontend/src/routes/settings/+page.ts (+1 -1)

📄 Description

Fix for #910


🔄 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/pocket-id/pocket-id/pull/911 **Author:** [@peterforeman](https://github.com/peterforeman) **Created:** 9/3/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix-email-case-sensitivity` --- ### 📝 Commits (5) - [`065f91f`](https://github.com/pocket-id/pocket-id/commit/065f91f55112308f4c24ca19b617000300517521) . - [`35be585`](https://github.com/pocket-id/pocket-id/commit/35be585732a3411ff96969846d946f6efbb40090) Added makefile for easy building/pushing - [`52a8b54`](https://github.com/pocket-id/pocket-id/commit/52a8b5443c8cb74d6f97ee124cd230832f50dbc2) - Updated NL translation from crowdin. - [`63f16bd`](https://github.com/pocket-id/pocket-id/commit/63f16bd7626b62c2d8005d408e7461285d73aeac) Updated dutch translations + mails to dutch - [`94cd271`](https://github.com/pocket-id/pocket-id/commit/94cd271b60eb6b29c21a2fbf71b0bc62f3400304) Merge remote-tracking branch 'upstream/main' ### 📊 Changes **16 files changed** (+67 additions, -45 deletions) <details> <summary>View changed files</summary> ➕ `Makefile` (+4 -0) 📝 `backend/resources/email-templates/api-key-expiring-soon_html.tmpl` (+5 -5) 📝 `backend/resources/email-templates/api-key-expiring-soon_text.tmpl` (+5 -5) 📝 `backend/resources/email-templates/components/email_html.tmpl` (+1 -1) 📝 `backend/resources/email-templates/components/email_text.tmpl` (+1 -1) 📝 `backend/resources/email-templates/login-with-new-device_html.tmpl` (+8 -8) 📝 `backend/resources/email-templates/login-with-new-device_text.tmpl` (+9 -9) 📝 `backend/resources/email-templates/one-time-access_html.tmpl` (+3 -3) 📝 `backend/resources/email-templates/one-time-access_text.tmpl` (+4 -4) 📝 `backend/resources/email-templates/test_html.tmpl` (+1 -1) 📝 `backend/resources/email-templates/test_text.tmpl` (+1 -1) 📝 `frontend/src/lib/components/header/header.svelte` (+1 -1) 📝 `frontend/src/routes/+page.ts` (+12 -0) 📝 `frontend/src/routes/login/+page.svelte` (+10 -1) 📝 `frontend/src/routes/settings/+layout.svelte` (+1 -4) 📝 `frontend/src/routes/settings/+page.ts` (+1 -1) </details> ### 📄 Description Fix for #910 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-07 00:18:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#547