1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-09 23:28:12 -05:00
Commit Graph

9 Commits

Author SHA1 Message Date
Jonas Hendrickx
f6365fa385
[PM-17593] Remove Multi-Org Enterprise feature flag () 2025-02-21 14:35:36 +00:00
Alex Morask
481a766cd2
Remove FF () 2025-01-08 09:49:24 -05:00
Rui Tomé
aa364cacef
[PM-14876] Update admin panel copy from 'Domain Verified' to 'Claimed Account' and rename associated ViewModel properties () 2024-11-27 15:49:20 +00:00
Alex Morask
df21d574e1
[PM-11798] Remove enable-consolidated-billing feature flag ()
* Remove flag from CreateProviderCommand

* Remove flag from OrganizationsController

* Consolidate provider extensions

* Remove flag from ProvidersController

* Remove flag from CreateMsp.cshtml

* Remove flag from Provider Edit.cshtml

Also ensured the editable Gateway fields show for Multi-organization enterprises

* Remove flag from OrganizationsController

* Remove flag from billing-owned provider controllers

* Remove flag from OrganizationService

* Remove flag from RemoveOrganizationFromProviderCommand

* Remove flag from ProviderService

* Remove flag

* Run dotnet format

* Fix failing tests
2024-11-15 09:30:03 -05:00
Alex Morask
a26ba3b330
[PM-14401] Scale MSP on Admin client organization update ()
* Privatize GetAssignedSeatTotalAsync

* Add SeatAdjustmentResultsInPurchase method

* Move adjustment logic to ProviderClientsController.Update

* Remove unused AssignSeatsToClientOrganization method

* Alphabetize ProviderBillingService

* Scale MSP on Admin client organization update

* Run dotnet format

* Patch build process

* Rui's feedback

---------

Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
2024-11-12 14:11:10 -05:00
Brandon Treston
359c2787ad
[PM-11408] domain verification stat in portal and add cs delete permission ()
* Add delete permission to cs role

* Add domain verification stat to portal

* add feature flag and unit tests

* fix test

* Refactor from PR feedback

* update comment
2024-10-30 10:45:53 -04:00
Jonas Hendrickx
a952d10637
[PM-13447] Add Multi Org Enterprise providers to Admin Console () 2024-10-23 12:10:50 -04:00
Jared McCannon
81b151b1c0
[PM-12074] - Refactored Index to use UserViewModel ()
* Refactored View and Edit models to have all needed fields.
2024-09-30 13:21:30 -05:00
Oscar Hinton
9720d18a0a
Include all projects in coverage ()
Not all of our server projects had associated test projects which caused them to be omitted from the code coverage. Added projects to ensure the coverage gets reported accurately.
2024-02-20 17:18:40 +01:00