[PR #1689] [MERGED] Add support for hiding the sender's email address in Bitwarden Sends #6636

Closed
opened 2026-03-07 21:02:12 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1689
Author: @jjlin
Created: 5/12/2021
Status: Merged
Merged: 5/12/2021
Merged by: @dani-garcia

Base: mainHead: hide-email


📝 Commits (2)

  • d3449bf Add support for hiding the sender's email address in Bitwarden Sends
  • 029008b Add support for the Send Options policy

📊 Changes

12 files changed (+89 additions, -2 deletions)

View changed files

migrations/mysql/2021-05-11-205202_add_hide_email/down.sql (+0 -0)
migrations/mysql/2021-05-11-205202_add_hide_email/up.sql (+2 -0)
migrations/postgresql/2021-05-11-205202_add_hide_email/down.sql (+0 -0)
migrations/postgresql/2021-05-11-205202_add_hide_email/up.sql (+2 -0)
migrations/sqlite/2021-05-11-205202_add_hide_email/down.sql (+0 -0)
migrations/sqlite/2021-05-11-205202_add_hide_email/up.sql (+2 -0)
📝 src/api/core/sends.rs (+25 -1)
📝 src/db/models/org_policy.rs (+34 -0)
📝 src/db/models/send.rs (+21 -1)
📝 src/db/schemas/mysql/schema.rs (+1 -0)
📝 src/db/schemas/postgresql/schema.rs (+1 -0)
📝 src/db/schemas/sqlite/schema.rs (+1 -0)

📄 Description

Note: The original Vaultwarden implementation of Bitwarden Send would always
hide the email address, while the upstream implementation would always show it.

Also, add support for the Send Options policy.

Upstream refs:


🔄 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/1689 **Author:** [@jjlin](https://github.com/jjlin) **Created:** 5/12/2021 **Status:** ✅ Merged **Merged:** 5/12/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `hide-email` --- ### 📝 Commits (2) - [`d3449bf`](https://github.com/dani-garcia/vaultwarden/commit/d3449bfa00cff40dc1f9ef349c9c6524e78f64e1) Add support for hiding the sender's email address in Bitwarden Sends - [`029008b`](https://github.com/dani-garcia/vaultwarden/commit/029008bad519186d1528526f523c0220aa58ac2a) Add support for the `Send Options` policy ### 📊 Changes **12 files changed** (+89 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `migrations/mysql/2021-05-11-205202_add_hide_email/down.sql` (+0 -0) ➕ `migrations/mysql/2021-05-11-205202_add_hide_email/up.sql` (+2 -0) ➕ `migrations/postgresql/2021-05-11-205202_add_hide_email/down.sql` (+0 -0) ➕ `migrations/postgresql/2021-05-11-205202_add_hide_email/up.sql` (+2 -0) ➕ `migrations/sqlite/2021-05-11-205202_add_hide_email/down.sql` (+0 -0) ➕ `migrations/sqlite/2021-05-11-205202_add_hide_email/up.sql` (+2 -0) 📝 `src/api/core/sends.rs` (+25 -1) 📝 `src/db/models/org_policy.rs` (+34 -0) 📝 `src/db/models/send.rs` (+21 -1) 📝 `src/db/schemas/mysql/schema.rs` (+1 -0) 📝 `src/db/schemas/postgresql/schema.rs` (+1 -0) 📝 `src/db/schemas/sqlite/schema.rs` (+1 -0) </details> ### 📄 Description Note: The original Vaultwarden implementation of Bitwarden Send would always hide the email address, while the upstream implementation would always show it. Also, add support for the `Send Options` policy. Upstream refs: * https://github.com/bitwarden/server/pull/1234 * https://bitwarden.com/help/article/policies/#send-options --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:02:12 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#6636