mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
[PR #2195] [CLOSED] Remove references to "bwrs" #2932
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2195
Author: @RealOrangeOne
Created: 12/31/2021
Status: ❌ Closed
Base:
main← Head:remove-bwrs📝 Commits (7)
8e2f708Remove references to "bwrs"687435cContinue to allow using$BWRS_VERSIONfe8e043Add feature to enable use ofOption::orin const contexta1f0da6Rename web vault version file743ef74Revert "Add feature to enable use ofOption::orin const context"40ae81dMove $BWRS_VERSION fallback into build.rs7257251Useor_elseto 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.