mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 17:12:43 -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/919
Author: @BlackDex
Created: 3/19/2020
Status: ✅ Merged
Merged: 3/19/2020
Merged by: @dani-garcia
Base:
master← Head:issue-908📝 Commits (2)
669b101Fixing issue Is the new Personal Ownership function available in RS? (#908)baac8d9Fixed issue Is the new Personal Ownership function available in RS? (#908)📊 Changes
1 file changed (+22 additions, -4 deletions)
View changed files
📝
src/auth.rs(+22 -4)📄 Description
The organization uuid is most of the time within the uri path as a
parameter. But sometimes it only is there as a query value.
This fix checks both, and returns the uuid when possible.
It also fixes the purge/delete functions within the org settings.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.