1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-21 12:05:42 +01:00
bitwarden-server/test/Infrastructure.IntegrationTest
Rui Tomé 5fabad35c7
[AC-2328] Add a Bulk OrganizationUsersController.GetResetPasswordDetails endpoint (#4079)
* 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
2024-05-24 11:20:54 +01:00
..
AdminConsole/Repositories [AC-2328] Add a Bulk OrganizationUsersController.GetResetPasswordDetails endpoint (#4079) 2024-05-24 11:20:54 +01:00
Auth/Repositories Allow for bulk updating AuthRequest database objects (#4053) 2024-05-22 11:55:31 -05:00
Vault/Repositories [PM-8004] Move Unmanaged collection logic out of component for better reuse (#4108) 2024-05-21 14:42:47 -04:00
ConfigurationExtensions.cs [PM-2444] Add Pipeline for Testing All Database Variants in CI (#2471) 2023-05-30 13:25:55 -04:00
DatabaseDataAttribute.cs [AC-2099] Flexible Collections migration integration tests (#3828) 2024-02-27 10:40:29 +00:00
DatabaseTheoryAttribute.cs [PM-2444] Add Pipeline for Testing All Database Variants in CI (#2471) 2023-05-30 13:25:55 -04:00
Infrastructure.IntegrationTest.csproj Net8 follow-ups part2 (#3751) 2024-02-09 12:08:36 -05:00