[PR #2195] [CLOSED] Remove references to "bwrs" #2932

Closed
opened 2025-11-07 07:58:53 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2195
Author: @RealOrangeOne
Created: 12/31/2021
Status: Closed

Base: mainHead: remove-bwrs


📝 Commits (7)

  • 8e2f708 Remove references to "bwrs"
  • 687435c Continue to allow using $BWRS_VERSION
  • fe8e043 Add feature to enable use of Option::or in const context
  • a1f0da6 Rename web vault version file
  • 743ef74 Revert "Add feature to enable use of Option::or in const context"
  • 40ae81d Move $BWRS_VERSION fallback into build.rs
  • 7257251 Use or_else to save potentially unnecessary function call

📊 Changes

10 files changed (+46 additions, -48 deletions)

View changed files

📝 build.rs (+19 -22)
📝 src/api/admin.rs (+3 -4)
📝 src/api/core/mod.rs (+1 -1)
📝 src/api/web.rs (+1 -1)
📝 src/main.rs (+6 -4)
📝 src/static/templates/admin/base.hbs (+5 -5)
📝 src/static/templates/admin/organizations.hbs (+3 -3)
📝 src/static/templates/admin/users.hbs (+3 -3)
📝 src/static/templates/email/email_footer.hbs (+3 -3)
📝 src/static/templates/email/email_header.hbs (+2 -2)

📄 Description

Some things left over from the rebrand.

Requires https://github.com/dani-garcia/bw_web_builds/pull/58

Note: Because this renames the admin cookie, it will log users out of the admin. I don't think that's a huge concern.


🔄 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/2195 **Author:** [@RealOrangeOne](https://github.com/RealOrangeOne) **Created:** 12/31/2021 **Status:** ❌ Closed **Base:** `main` ← **Head:** `remove-bwrs` --- ### 📝 Commits (7) - [`8e2f708`](https://github.com/dani-garcia/vaultwarden/commit/8e2f708e5037db8071251c582ebaf1a97d8e5923) Remove references to "bwrs" - [`687435c`](https://github.com/dani-garcia/vaultwarden/commit/687435c8b2b995e90bf6f0ee619bc305e37bc183) Continue to allow using `$BWRS_VERSION` - [`fe8e043`](https://github.com/dani-garcia/vaultwarden/commit/fe8e043b8aaf77c083747bf11760f29b53df0bba) Add feature to enable use of `Option::or` in const context - [`a1f0da6`](https://github.com/dani-garcia/vaultwarden/commit/a1f0da638c8b6ba32209318b105bde1efdd47082) Rename web vault version file - [`743ef74`](https://github.com/dani-garcia/vaultwarden/commit/743ef74b307a662960f3ca1b9636f3608506516d) Revert "Add feature to enable use of `Option::or` in const context" - [`40ae81d`](https://github.com/dani-garcia/vaultwarden/commit/40ae81dd3c43a596375d5bfdcc00053e786328cc) Move $BWRS_VERSION fallback into build.rs - [`7257251`](https://github.com/dani-garcia/vaultwarden/commit/7257251ecf23af18deb894e8f2e5519a15360c76) Use `or_else` to save potentially unnecessary function call ### 📊 Changes **10 files changed** (+46 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `build.rs` (+19 -22) 📝 `src/api/admin.rs` (+3 -4) 📝 `src/api/core/mod.rs` (+1 -1) 📝 `src/api/web.rs` (+1 -1) 📝 `src/main.rs` (+6 -4) 📝 `src/static/templates/admin/base.hbs` (+5 -5) 📝 `src/static/templates/admin/organizations.hbs` (+3 -3) 📝 `src/static/templates/admin/users.hbs` (+3 -3) 📝 `src/static/templates/email/email_footer.hbs` (+3 -3) 📝 `src/static/templates/email/email_header.hbs` (+2 -2) </details> ### 📄 Description Some things left over from the rebrand. Requires https://github.com/dani-garcia/bw_web_builds/pull/58 Note: Because this renames the admin cookie, it will log users out of the admin. I don't think that's a huge concern. --- <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 2025-11-07 07:58:53 -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#2932