[PR #5703] [MERGED] Some fixes for the new web-vault and updates #7287

Closed
opened 2026-03-07 21:14:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5703
Author: @BlackDex
Created: 3/17/2025
Status: Merged
Merged: 3/17/2025
Merged by: @dani-garcia

Base: mainHead: fix-new-vault-issues-and-updates


📝 Commits (1)

  • 3aed89e Some fixes for the new web-vault and updates

📊 Changes

8 files changed (+325 additions, -241 deletions)

View changed files

📝 Cargo.lock (+287 -210)
📝 Cargo.toml (+19 -16)
📝 build.rs (+2 -2)
📝 src/api/admin.rs (+1 -1)
📝 src/config.rs (+3 -3)
📝 src/db/mod.rs (+4 -4)
📝 src/db/models/org_policy.rs (+5 -1)
📝 src/db/models/user.rs (+4 -4)

📄 Description

  • Added a new org policy
  • Some new lint fixes
  • Crate updates Switched to pastey, since paste is unmaintained.

🔄 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/5703 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 3/17/2025 **Status:** ✅ Merged **Merged:** 3/17/2025 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-new-vault-issues-and-updates` --- ### 📝 Commits (1) - [`3aed89e`](https://github.com/dani-garcia/vaultwarden/commit/3aed89e9696fbc1362e7e97f95f1711aa2f3d22a) Some fixes for the new web-vault and updates ### 📊 Changes **8 files changed** (+325 additions, -241 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+287 -210) 📝 `Cargo.toml` (+19 -16) 📝 `build.rs` (+2 -2) 📝 `src/api/admin.rs` (+1 -1) 📝 `src/config.rs` (+3 -3) 📝 `src/db/mod.rs` (+4 -4) 📝 `src/db/models/org_policy.rs` (+5 -1) 📝 `src/db/models/user.rs` (+4 -4) </details> ### 📄 Description - Added a new org policy - Some new lint fixes - Crate updates Switched to `pastey`, since `paste` is unmaintained. --- <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-03-07 21:14:18 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7287