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

9 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
bd3d66ab60 [AC-1139] Created new CollectionOperation ReadAccess and changed GetUsers_vNext to use it 2023-10-30 14:52:37 +00:00
4b293d7ac8 [AC-1139] Refactored BulkCollectionAuthorizationHandler.CheckCollectionPermissionsAsync 2023-10-30 14:35:10 +00:00
1a56c359fa [AC-1139] Renamed FlexibleCollectionsIsEnabled properties to UseFlexibleCollections 2023-10-30 12:38:18 +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