mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-09 09:13:02 +03:00
[PR #1584] [MERGED] Some admin interface updates. #3406
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/1584
Author: @BlackDex
Created: 4/4/2021
Status: ✅ Merged
Merged: 4/6/2021
Merged by: @dani-garcia
Base:
master← Head:admin-interface📝 Commits (1)
95fc88aSome admin interface updates.📊 Changes
10 files changed (+50 additions, -56 deletions)
View changed files
📝
docker/Dockerfile.j2(+0 -4)📝
docker/amd64/Dockerfile(+0 -1)📝
docker/amd64/Dockerfile.alpine(+0 -1)📝
docker/arm64/Dockerfile(+0 -1)📝
docker/armv6/Dockerfile(+0 -1)📝
docker/armv7/Dockerfile(+0 -1)📝
docker/armv7/Dockerfile.alpine(+0 -1)📝
src/api/admin.rs(+18 -9)📝
src/db/mod.rs(+20 -36)📝
src/static/templates/admin/diagnostics.hbs(+12 -1)📄 Description
VACUUM INTOto create a SQLite backup instead of using the external sqlite3 application.Will work when https://github.com/dani-garcia/bw_web_builds/pull/33 is build (But still works without it also).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.