Updates and collection management fixes #885

Closed
opened 2026-04-06 00:23:52 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 10/11/2024

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_details instead of the to_json

Fixes #5066
Fixes #5044

Update crates and GitHub Actions

  • Updated all the crates
  • Updated all the GHA dependencies
  • Configured the trivy workflow to only run on the main repo and not on forks
    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.
*Originally created by @BlackDex on 10/11/2024* ## 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_details` instead of the `to_json` Fixes #5066 Fixes #5044 ## Update crates and GitHub Actions - Updated all the crates - Updated all the GHA dependencies - Configured the trivy workflow to only run on the main repo and not on forks 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.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#885