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.
🔄 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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:fix-access-all-issue📝 Commits (1)
08b5430Fix 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-allfeature 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.