mirror of
https://github.com/bitwarden/server.git
synced 2025-02-18 02:11:22 +01:00
* 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 |
||
---|---|---|
.. | ||
GroupsControllerPutTests.cs | ||
GroupsControllerTests.cs | ||
OrganizationAuthRequestsControllerTests.cs | ||
OrganizationConnectionsControllerTests.cs | ||
OrganizationDomainControllerTests.cs | ||
OrganizationsControllerTests.cs | ||
OrganizationUserControllerPutTests.cs | ||
OrganizationUsersControllerTests.cs |