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

9 Commits

Author SHA1 Message Date
b20d75b232 [AC-1139] Removed unnecessary permissions object creation on unit tests 2023-11-29 16:45:25 +00:00
e7dc0a4b8a [AC-1139] Created BulkCollectionOperations.ReadWithAccess 2023-11-29 16:29:14 +00:00
0229165849 [AC-1139] Resolved conflict when resolving operations between CollectionOperations and BulkCollectionOperations 2023-11-25 13:06:45 +00:00
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