mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-16 05:34:10 +03:00
[PR #6686] [MERGED] Fix web-vault version check and update web-vault #3789
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/6686
Author: @BlackDex
Created: 1/8/2026
Status: ✅ Merged
Merged: 1/9/2026
Merged by: @dani-garcia
Base:
main← Head:fix-web-vault-version-check📝 Commits (1)
03200caFix web-vault version check and update web-vault📊 Changes
10 files changed (+87 additions, -49 deletions)
View changed files
📝
docker/DockerSettings.yaml(+2 -2)📝
docker/Dockerfile.alpine(+6 -6)📝
docker/Dockerfile.debian(+6 -6)📝
docker/Dockerfile.j2(+3 -3)📝
src/api/admin.rs(+58 -20)📝
src/config.rs(+2 -2)📝
src/main.rs(+1 -1)📝
src/static/scripts/admin_diagnostics.js(+6 -6)📝
src/static/templates/admin/diagnostics.hbs(+2 -2)📝
src/util.rs(+1 -1)📄 Description
Adjust the version checking for the web-vault to work with the
+build.nschema.Also adjusted some variable and function names to be more clear.
Added a test to validate and verify the version matching.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.