[PR #5213] [MERGED] Fix editing members which have access-all rights #21776

Closed
opened 2026-04-30 08:11:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5213
Author: @BlackDex
Created: 11/20/2024
Status: Merged
Merged: 11/20/2024
Merged by: @dani-garcia

Base: mainHead: fix-access-all-issue


📝 Commits (1)

  • 08b5430 Fix editing members which have access-all rights

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 src/db/models/organization.rs (+7 -1)

📄 Description

With web-vault v2024.6.2 and lower, if a user has access-all rights either as an org-member or via a group it shouldn't return individual collections.

This probably needs to be changed with newer versions which do not support the access-all feature anymore and work with manage. But with the current version this should solve access right issues.

Fixes #5212


🔄 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/5213 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-access-all-issue` --- ### 📝 Commits (1) - [`08b5430`](https://github.com/dani-garcia/vaultwarden/commit/08b54309c2bd5df00c0815ffe7fafb61be753ed7) Fix editing members which have access-all rights ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/db/models/organization.rs` (+7 -1) </details> ### 📄 Description With web-vault v2024.6.2 and lower, if a user has access-all rights either as an org-member or via a group it shouldn't return individual collections. This probably needs to be changed with newer versions which do not support the `access-all` feature anymore and work with manage. But with the current version this should solve access right issues. Fixes #5212 --- <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-04-30 08:11:59 -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#21776