[PR #401] [MERGED] Images in Email Templates #2729

Closed
opened 2026-03-03 08:52:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/401
Author: @TheMardy
Created: 2/16/2019
Status: Merged
Merged: 4/30/2019
Merged by: @dani-garcia

Base: masterHead: master


📝 Commits (4)

  • a79334e Added static email image routes
  • 8526055 Added images to email templates
  • 84fb6aa Set correct MIME type
  • f070165 Changed to Bitwarden_RS Logo

📊 Changes

9 files changed (+23 additions, -31 deletions)

View changed files

📝 src/api/web.rs (+12 -1)
src/static/images/logo-gray.png (+0 -0)
src/static/images/mail-github.png (+0 -0)
📝 src/static/templates/email/invite_accepted.html.hbs (+2 -6)
📝 src/static/templates/email/invite_confirmed.html.hbs (+2 -6)
📝 src/static/templates/email/pw_hint_none.html.hbs (+2 -6)
📝 src/static/templates/email/pw_hint_some.hbs (+1 -0)
📝 src/static/templates/email/pw_hint_some.html.hbs (+2 -6)
📝 src/static/templates/email/send_org_invite.html.hbs (+2 -6)

📄 Description

Added static routes to Rocket and added Image links to the Email templates


🔄 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/dani-garcia/vaultwarden/pull/401 **Author:** [@TheMardy](https://github.com/TheMardy) **Created:** 2/16/2019 **Status:** ✅ Merged **Merged:** 4/30/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`a79334e`](https://github.com/dani-garcia/vaultwarden/commit/a79334ea4c1b18e534bc5d66e1a2746c83a567c7) Added static email image routes - [`8526055`](https://github.com/dani-garcia/vaultwarden/commit/8526055bb77d3ef6bab019cfe8e8f66217f9eb2d) Added images to email templates - [`84fb6aa`](https://github.com/dani-garcia/vaultwarden/commit/84fb6aaddbb4665e481f1e7f3d5dd393dc88a34a) Set correct MIME type - [`f070165`](https://github.com/dani-garcia/vaultwarden/commit/f0701657a9d225a169ba07fe7566cfaef18e42a2) Changed to Bitwarden_RS Logo ### 📊 Changes **9 files changed** (+23 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `src/api/web.rs` (+12 -1) ➕ `src/static/images/logo-gray.png` (+0 -0) ➕ `src/static/images/mail-github.png` (+0 -0) 📝 `src/static/templates/email/invite_accepted.html.hbs` (+2 -6) 📝 `src/static/templates/email/invite_confirmed.html.hbs` (+2 -6) 📝 `src/static/templates/email/pw_hint_none.html.hbs` (+2 -6) 📝 `src/static/templates/email/pw_hint_some.hbs` (+1 -0) 📝 `src/static/templates/email/pw_hint_some.html.hbs` (+2 -6) 📝 `src/static/templates/email/send_org_invite.html.hbs` (+2 -6) </details> ### 📄 Description Added static routes to Rocket and added Image links to the Email templates --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 08:52:48 +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/vaultwarden#2729
No description provided.