1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2025-01-31 10:08:56 +01:00
vaultwarden/src/api/core
Mathijs van Veluw e3541763fd
Updates and collection management fixes (#5072)
* 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.
2024-10-11 18:42:40 +02:00
..
two_factor Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
accounts.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
ciphers.rs Fix collection update from native client (#4937) 2024-09-10 21:33:59 +02:00
emergency_access.rs Some fixes for emergency access (#4715) 2024-07-08 23:39:22 +02:00
events.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
folders.rs Fix duplicate folder creations during import (#4702) 2024-07-04 19:57:32 +02:00
mod.rs Fix keyword collision in Rust 2024 and add new api/config value (#4975) 2024-09-20 21:39:00 +02:00
organizations.rs Updates and collection management fixes (#5072) 2024-10-11 18:42:40 +02:00
public.rs Add extra linting (#4977) 2024-09-23 20:25:32 +02:00
sends.rs Secure send file uploads (#4810) 2024-07-31 15:24:15 +02:00