mirror of
https://github.com/bitwarden/server.git
synced 2024-11-21 12:05:42 +01:00
5fabad35c7
* Add new stored procedure for reading reset password details for multiple organization user IDs * Add method IOrganizationUserRepository.GetManyResetPasswordDetailsByOrganizationUserAsync * Add new API endpoint for getting reset password details for multiple organization users * Add unit tests for bulk OrganizationUsersController.GetResetPasswordDetails * Add alias to sql query result column * Add constructor for automatic mapping * Fix http method type for endpoint * dotnet format * Simplify the constructor in the OrganizationUserResetPasswordDetails * Refactor stored procedure and repository method names for retrieving account recovery details * Add integration tests for GetManyAccountRecoveryDetailsByOrganizationUserAsync * Lock endpoint behind BulkDeviceApproval feature flag * Update feature flag key value |
||
---|---|---|
.. | ||
Admin.Test | ||
Api.IntegrationTest | ||
Api.Test | ||
Billing.Test | ||
Common | ||
Core.Test | ||
Events.Test | ||
EventsProcessor.Test | ||
Icons.Test | ||
Identity.IntegrationTest | ||
Identity.Test | ||
Infrastructure.EFIntegration.Test | ||
Infrastructure.IntegrationTest | ||
IntegrationTestCommon | ||
Notifications.Test | ||
bitwarden.tests.sln |