[PR #5190] [MERGED] don't infer manage permission for groups #2640

Open
opened 2025-10-09 18:08:46 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/5190
Author: @stefan0xC
Created: 11/13/2024
Status: Merged
Merged: 11/13/2024
Merged by: @dani-garcia

Base: mainHead: fix-group-manage-permission


📝 Commits (1)

  • 2503836 don't infer manage permission for groups

📊 Changes

2 files changed (+7 additions, -7 deletions)

View changed files

📝 src/api/core/organizations.rs (+4 -4)
📝 src/db/models/group.rs (+3 -3)

📄 Description

the web-vault v2024.6.2 currently cannot deal with manage permission so instead of relying on the org user type this should just default to false (until we implement this correctly).

should fix #5160


🔄 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/5190 **Author:** [@stefan0xC](https://github.com/stefan0xC) **Created:** 11/13/2024 **Status:** ✅ Merged **Merged:** 11/13/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-group-manage-permission` --- ### 📝 Commits (1) - [`2503836`](https://github.com/dani-garcia/vaultwarden/commit/250383646163a89e30a70ba21fefd8129c4149f0) don't infer manage permission for groups ### 📊 Changes **2 files changed** (+7 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/organizations.rs` (+4 -4) 📝 `src/db/models/group.rs` (+3 -3) </details> ### 📄 Description the web-vault v2024.6.2 currently cannot deal with manage permission so instead of relying on the org user type this should just default to `false` (until we implement this correctly). should fix #5160 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:08:46 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2640