mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-23 16:42:18 -05:00
[PR #7235] [MERGED] Updates and fixes #24774
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/7235
Author: @BlackDex
Created: 5/16/2026
Status: ✅ Merged
Merged: 5/16/2026
Merged by: @dani-garcia
Base:
main← Head:updates-and-fixes📝 Commits (3)
7095dc2Update crates and ghae6a704bFix restoring revoked user48fe504Update datatables📊 Changes
9 files changed (+147 additions, -90 deletions)
View changed files
📝
.github/workflows/trivy.yml(+1 -1)📝
.github/workflows/typos.yml(+1 -1)📝
.github/workflows/zizmor.yml(+1 -1)📝
.pre-commit-config.yaml(+1 -1)📝
Cargo.lock(+82 -68)📝
Cargo.toml(+5 -5)📝
src/api/core/organizations.rs(+13 -0)📝
src/static/scripts/datatables.css(+2 -2)📝
src/static/scripts/datatables.js(+41 -11)📄 Description
Updated all the crates
Updated GitHub Actions
Updated Datatables
A new endpoint is used to restore a revoked user.
This commit fixes that.
Fixes #7224
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.