1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2025-02-07 11:17:02 +01:00
vaultwarden/src/db
Mathijs van Veluw 3c29f82974
Allow all manager to create collections again (#5488)
* Allow all manager to create collections again

This commit checks if the member is a manager or better, and if so allows it to createCollections.
We actually check if it is less then a Manager, since the `limitCollectionCreation` should be set to false to allow it and true to prevent.

This should fix an issue discussed in #5484

Signed-off-by: BlackDex <black.dex@gmail.com>

* Fix some small issues

Signed-off-by: BlackDex <black.dex@gmail.com>

---------

Signed-off-by: BlackDex <black.dex@gmail.com>
2025-01-29 20:41:31 +01:00
..
models Allow all manager to create collections again (#5488) 2025-01-29 20:41:31 +01:00
schemas Add manage role for collections and groups (#5386) 2025-01-21 23:33:41 +01:00
mod.rs Update Rust and crates (#5248) 2024-12-05 22:10:59 +01:00