1
0
Fork 0
vaultwarden-test/src
Jeremy Lin 67c657003d Fix collection access issues for owner/admin users
The implementation of the `Manager` user type (#1242) introduced a regression
whereby owner/admin users are incorrectly denied access to certain collection
APIs if their access control for collections isn't set to "access all".

Owner/admin users should always have full access to collection APIs, per
https://bitwarden.com/help/article/user-types-access-control/#access-control:

> Assigning Admins and Owners to Collections via Access Control will only
> impact which Collections appear readily in the Filters section of their
> Vault. Admins and Owners will always be able to access "un-assigned"
> Collections via the Organization view.
2021-01-26 22:35:09 -08:00
..
api Add cipher response to restore operations 2021-01-24 21:57:32 -08:00
db Add support for the Personal Ownership policy 2021-01-23 20:50:06 -08:00
static Updated the admin interface 2021-01-19 17:55:21 +01:00
auth.rs Fix collection access issues for owner/admin users 2021-01-26 22:35:09 -08:00
config.rs Updated the admin interface 2021-01-19 17:55:21 +01:00
crypto.rs Generate tokens more simply and uniformly 2020-08-22 16:07:53 -07:00
error.rs Log proper namespace in the err!() macro 2020-11-22 00:09:45 +01:00
mail.rs Clean up datetime output and code 2020-12-13 19:49:22 -08:00
main.rs Updated the admin interface 2021-01-19 17:55:21 +01:00
util.rs Clean up datetime output and code 2020-12-13 19:49:22 -08:00