1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-18 02:11:22 +01:00
bitwarden-server/test/Api.Test/AdminConsole/Controllers
Rui Tomé a128cf1506
[PM-12758] Add managed status to OrganizationUserDetailsResponseModel and OrganizationUserUserDetailsResponse (#4918)
* Refactor OrganizationUsersController.Get to include organization management status of organization users in details endpoint

* Refactor OrganizationUsersController.Get to include organization management status of an individual user in details endpoint

* Remove redundant .ToDictionary()

* Simpify the property xmldoc

* Name tuple variables in OrganizationUsersController.Get

* Name returned tuple objects in GetDetailsByIdWithCollectionsAsync method in OrganizationUserRepository

* Refactor MembersController.Get to destructure tuple returned by GetDetailsByIdWithCollectionsAsync

* Add test for OrganizationUsersController.Get to assert ManagedByOrganization is set accordingly
2024-10-24 15:39:35 +01:00
..
GroupsControllerPutTests.cs Fix Most Test Warnings (#4612) 2024-08-15 17:14:22 -04:00
GroupsControllerTests.cs [PM-10291] Remove Flexible Collections v1 flag from API (#4578) 2024-08-08 12:26:07 -05:00
OrganizationAuthRequestsControllerTests.cs Allow for bulk processing new login device requests (#4064) 2024-05-27 11:56:52 +10:00
OrganizationConnectionsControllerTests.cs [AC-1200] Admin Console code ownership - move OrganizationFeatures (#3369) 2023-10-26 16:47:44 -05:00
OrganizationDomainControllerTests.cs [PM-13722] Refactor ValidateOrganizationsDomainAsync (#4905) 2024-10-18 07:45:34 -05:00
OrganizationsControllerTests.cs [AC-607] Extract IOrganizationService.DeleteUserAsync into IRemoveOrganizationUserCommand (#4803) 2024-10-16 10:33:00 +01:00
OrganizationUserControllerPutTests.cs chore: remove fc v1 feature flag, remove obsolete feature service calls from tests, refs PM-10295 (#4618) 2024-08-13 11:20:05 -05:00
OrganizationUsersControllerTests.cs [PM-12758] Add managed status to OrganizationUserDetailsResponseModel and OrganizationUserUserDetailsResponse (#4918) 2024-10-24 15:39:35 +01:00