mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 17:32:27 -05:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/3754
Author: @matlink
Created: 8/4/2023
Status: ✅ Merged
Merged: 3/17/2024
Merged by: @dani-garcia
Base:
main← Head:3624_manager_groups📝 Commits (10+)
bb100dfFix #3624: fix manager permission within groupsf4e9857Query returns UUID only67732feFix issue when user is manager and in a group having access to all collectionsa477a6foptimize condition check704d9bdfix(groups): renaming and optimizations7bc45a0fix: wrong organization group membership detection7c93866Simplify group membership checka41125dRemove unused statemente858b96improve check if the user has access via groups92d2df9improve comments for get_org_collections_details📊 Changes
2 files changed (+59 additions, -18 deletions)
View changed files
📝
src/api/core/organizations.rs(+26 -18)📝
src/db/models/group.rs(+33 -0)📄 Description
Fix #3624 by checking if the user is member of a group that has access to the collection.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.