mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
93e49ffe74
* Add HasConfirmedOwnersExceptQuery class, interface and unit tests * Register IHasConfirmedOwnersExceptQuery for dependency injection * Replace OrganizationService.HasConfirmedOwnersExceptAsync with HasConfirmedOwnersExceptQuery * Refactor DeleteManagedOrganizationUserAccountCommand to use IHasConfirmedOwnersExceptQuery * Fix unit tests * Extract IOrganizationService.RemoveUserAsync into IRemoveOrganizationUserCommand; Update unit tests * Extract IOrganizationService.RemoveUsersAsync into IRemoveOrganizationUserCommand; Update unit tests * Refactor RemoveUserAsync(Guid organizationId, Guid userId) to use ValidateDeleteUser * Refactor RemoveOrganizationUserCommandTests to use more descriptive method names * Refactor controller actions to accept Guid directly instead of parsing strings * Add unit tests for removing OrganizationUser by UserId * Refactor remove OrganizationUser by UserId method * Add summary to IHasConfirmedOwnersExceptQuery |
||
---|---|---|
.. | ||
Admin.Test | ||
Api.IntegrationTest | ||
Api.Test | ||
Billing.Test | ||
Common | ||
Core.Test | ||
Events.Test | ||
EventsProcessor.Test | ||
Icons.Test | ||
Identity.IntegrationTest | ||
Identity.Test | ||
Infrastructure.Dapper.Test | ||
Infrastructure.EFIntegration.Test | ||
Infrastructure.IntegrationTest | ||
IntegrationTestCommon | ||
Notifications.Test | ||
Bitwarden.Tests.proj |