[PR #7235] [MERGED] Updates and fixes #24774

Closed
opened 2026-05-22 02:26:23 -05:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: updates-and-fixes


📝 Commits (3)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/7235 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 5/16/2026 **Status:** ✅ Merged **Merged:** 5/16/2026 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `updates-and-fixes` --- ### 📝 Commits (3) - [`7095dc2`](https://github.com/dani-garcia/vaultwarden/commit/7095dc21168f33bb8b5d95e618edc6c4b3f49114) Update crates and gha - [`e6a704b`](https://github.com/dani-garcia/vaultwarden/commit/e6a704b63f0a0162bdbc3d116117cac2e697bf85) Fix restoring revoked user - [`48fe504`](https://github.com/dani-garcia/vaultwarden/commit/48fe504b311610aeffb9ef010a484df8cdbbce3e) Update datatables ### 📊 Changes **9 files changed** (+147 additions, -90 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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 --- <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 2026-05-22 02:26:23 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#24774