Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
42a15a3
chore: move certificate device ID check close to other certificate ch…
jonbarrow Oct 12, 2025
2e9ac5c
feat: clean up email generation
limesdotpink Nov 10, 2025
ec7e80f
fix(mailer): wrong asset url
limesdotpink Nov 10, 2025
bfbebed
style(mailer): fix wrong font-size on buttons
limesdotpink Nov 10, 2025
bb37ea5
docs(mailer): fix error in comments, minor changes
limesdotpink Nov 10, 2025
3c6393d
feat(mailer): add required asset for light theme email
limesdotpink Nov 10, 2025
660adbd
feat(mailer): add padding before all headers
limesdotpink Nov 10, 2025
e848cc5
feat: improve compatibility with iCloud web and legacy clients
limesdotpink Nov 10, 2025
11bc868
feat(mailer): fix theme on gmail
limesdotpink Nov 10, 2025
a0bde95
feat(mailer): improve support for gmail on mobile, minor fixes
limesdotpink Nov 11, 2025
17b294e
feat(mailer): improve layout on gmail mobile
limesdotpink Nov 12, 2025
169dbdf
feat(mailer): replace notice in footer to only refer to forum
limesdotpink Nov 12, 2025
5386203
fix(mailer): <b> and <strong> on icloud web and thunderbird
limesdotpink Nov 13, 2025
ef9b03c
Merge pull request #203 from PretendoNetwork/chore/device-id-check
jonbarrow Nov 14, 2025
2e400a5
fix(mailer): isolate toText and toHTML, minor changes
limesdotpink Nov 14, 2025
dcf230a
fix(mailer): escape pnid
limesdotpink Nov 15, 2025
cd49775
fix(mailer): fix preview text
limesdotpink Nov 15, 2025
564b137
Merge pull request #298 from PretendoNetwork/dev-feature-better-mailer
limesdotpink Nov 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"fs-extra": "^8.1.0",
"got": "^11.8.2",
"hcaptcha": "^0.1.0",
"he": "^1.2.0",
"image-pixels": "^1.1.1",
"ip2location-nodejs": "^9.6.3",
"is-valid-hostname": "^1.0.2",
Expand Down Expand Up @@ -74,6 +75,7 @@
"@types/dicer": "^0.2.2",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/he": "^1.2.3",
"@types/morgan": "^1.9.4",
"@types/ndarray": "^1.0.11",
"@types/node": "^18.14.4",
Expand All @@ -88,4 +90,4 @@
"ndarray": "^1.0.19",
"typescript": "^4.9.5"
}
}
}
203 changes: 0 additions & 203 deletions src/assets/emails/confirmationTemplate.html

This file was deleted.

Loading
Loading