mirror of
https://github.com/bitwarden/server.git
synced 2025-07-08 03:15:07 -05:00
[EC-635] Extract organizationService.UpdateLicenseAsync to a command (#2408)
* move UpdateLicenseAsync from service to command * create new SelfHostedOrganizationDetails view model and move license validation logic there * move occupied seat count logic to database level
This commit is contained in:
@ -454,6 +454,9 @@
|
||||
<Build Include="SecretsManager\dbo\Tables\ServiceAccount.sql" />
|
||||
<Build Include="SecretsManager\dbo\Views\ApiKeyDetailsView.sql" />
|
||||
<Build Include="SecretsManager\dbo\Views\ApiKeyView.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Organization_ReadByLicenseKey.sql" />
|
||||
<Build Include="dbo\Stored Procedures\Organization_ReadSelfHostedDetailsById.sql" />
|
||||
<Build Include="dbo\Stored Procedures\OrganizationUser_ReadOccupiedSeatCountByOrganizationId.sql" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="dbo\Stored Procedures\OrganizationDomain_Create.sql" />
|
||||
@ -471,4 +474,4 @@
|
||||
<Content Include="dbo\Tables\OrganizationDomain.sql" />
|
||||
<Content Include="dbo\Views\OrganizationDomainView.sql" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user