1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00
Commit Graph

6 Commits

Author SHA1 Message Date
6215e9fab8 Merge branch 'master' into flexible-collections/deprecate-custom-collection-perm
# Conflicts:
#	src/Api/AdminConsole/Controllers/OrganizationUsersController.cs
#	src/Api/Vault/AuthorizationHandlers/Collections/CollectionAuthorizationHandler.cs
#	test/Api.Test/Vault/AuthorizationHandlers/CollectionAuthorizationHandlerTests.cs
2023-11-23 16:36:52 +00:00
5a05eb36a0 [AC-1139] Modified authorization handlers to not fail in case the resource is null 2023-11-02 14:00:02 +00:00
f82508f41a [AC-1139] Updated BulkCollectionAuthorizationHandler to not fail if the resource list is null or empty. 2023-11-02 13:06:43 +00:00
52ae10fd50 [AC-1139] Unit tests refactors and added tests 2023-11-01 16:03:08 +00:00
080d1088c4 [AC-1139] Addressing PR suggestions 2023-10-31 16:35:01 +00:00
e57469859c [AC-1139] Renamed existing CollectionAuthorizationHandler to BulkCollectionAuthorizationHandler for collections and created CollectionAuthorizationHandler for single item access. Fixed unit tests and created more 2023-10-25 16:19:25 +01:00