mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-11 17:41:29 -05:00
[PR #1980] [MERGED] Add Organization bulk actions support #6676
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/1980
Author: @BlackDex
Created: 9/18/2021
Status: ✅ Merged
Merged: 9/19/2021
Merged by: @dani-garcia
Base:
main← Head:bulk-org-actions📝 Commits (1)
f36bd72Add Organization bulk actions support📊 Changes
1 file changed (+165 additions, -17 deletions)
View changed files
📝
src/api/core/organizations.rs(+165 -17)📄 Description
For user management within the organization view you are able to select
multiple users to re-invite, confirm or delete them.
These actions were not working which this PR fixes by adding support for
these endpoints. This will make it easier to confirm and delete multiple
users at once instead of having to do this one-by-one.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.