mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 01:12:27 -05:00
[PR #5072] [MERGED] Updates and collection management fixes #16400
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/5072
Author: @BlackDex
Created: 10/11/2024
Status: ✅ Merged
Merged: 10/11/2024
Merged by: @dani-garcia
Base:
main← Head:updates-and-collection-fixes📝 Commits (2)
0cc865eFix collections not editable by managersc749708Update crates and GitHub Actions📊 Changes
8 files changed (+175 additions, -183 deletions)
View changed files
📝
.github/workflows/build.yml(+1 -1)📝
.github/workflows/hadolint.yml(+2 -2)📝
.github/workflows/release.yml(+7 -7)📝
.github/workflows/trivy.yml(+7 -4)📝
Cargo.lock(+126 -163)📝
Cargo.toml(+4 -4)📝
src/api/core/organizations.rs(+2 -2)📝
src/db/models/organization.rs(+26 -0)📄 Description
Fix collections not editable by managers
Since a newer version of the web-vault we use manager were not able to create sub collections anymore.
This was because of some missing details in the response of some json objects.
This commit fixes this by using the
to_json_detailsinstead of theto_jsonFixes #5066
Fixes #5044
Update crates and GitHub Actions
Also selected a random new scheduled date so it will not run at the same time as all other forks.
The two changes should help running this scan every day without failing, and also prevent the same for new or updated forks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.