1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-28 13:15:12 +01:00
bitwarden-server/src/Core
cyprain-okeke 6672019122
[AC-1218] Add ability to delete Provider Portals (#3973)
* add new classes

* initial commit

* revert the changes on this files

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* revert unnecessary changes

* Add a model

* add the delete token endpoint

* add a unit test for delete provider

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* add the delete provider method

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* resolve the failing test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* resolve the delete request redirect issue

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* changes to correct the json issue

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* resolve errors

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* resolve pr comment

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* move ProviderDeleteTokenable to the adminConsole

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* Add feature flag

* resolve pr comments

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* add some unit test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* resolve the failing test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* resolve test

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* add the remove feature flag

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

* [AC-2378] Added `ProviderId` to PayPal transaction model (#3995)

* Added ProviderId to PayPal transaction model

* Fixed issue with parsing provider id

* [AC-1923] Add endpoint to create client organization (#3977)

* Add new endpoint for creating client organizations in consolidated billing

* Create empty org and then assign seats for code re-use

* Fixes made from debugging client side

* few more small fixes

* Vincent's feedback

* Bumped version to 2024.4.1 (#3997)

* [AC-1923] Add endpoint to create client organization (#3977)

* Add new endpoint for creating client organizations in consolidated billing

* Create empty org and then assign seats for code re-use

* Fixes made from debugging client side

* few more small fixes

* Vincent's feedback

* [AC-1923] Add endpoint to create client organization (#3977)

* Add new endpoint for creating client organizations in consolidated billing

* Create empty org and then assign seats for code re-use

* Fixes made from debugging client side

* few more small fixes

* Vincent's feedback

* add changes after merge conflict

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>

---------

Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
Co-authored-by: Conner Turnbull <133619638+cturnbull-bitwarden@users.noreply.github.com>
Co-authored-by: Alex Morask <144709477+amorask-bitwarden@users.noreply.github.com>
Co-authored-by: Bitwarden DevOps <106330231+bitwarden-devops-bot@users.noreply.github.com>
2024-04-17 10:09:53 +01:00
..
AdminConsole [AC-1218] Add ability to delete Provider Portals (#3973) 2024-04-17 10:09:53 +01:00
Auth [PM-6577] Handle any exceptions in Duo HealthCheck (#3861) 2024-03-13 09:56:53 -04:00
Billing [AC-1923] Add endpoint to create client organization (#3977) 2024-04-16 13:55:00 -04:00
Context [PM-5424] fix TDE provider user (#3771) 2024-02-09 12:08:22 -08:00
Entities [AC-1900] Update Vault DB to support provider billing (#3875) 2024-03-21 11:15:49 -04:00
Enums [AC-1218] Add ability to delete Provider Portals (#3973) 2024-04-17 10:09:53 +01:00
Exceptions [AC-1192] Create endpoints for new Device Approvals page (#2993) 2023-06-15 14:54:08 -07:00
HostedServices Platform/pm 2535/upgrade to azure messaging servicebus (#3102) 2023-08-07 08:57:18 -05:00
Identity [PM-1188] Server owner auth migration (#2825) 2023-04-14 13:25:56 -04:00
IdentityServer [PM-6196] Cleanup distributed cache for identity (#3704) 2024-02-09 07:43:28 -05:00
Jobs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
MailTemplates/Handlebars [AC-1218] Add ability to delete Provider Portals (#3973) 2024-04-17 10:09:53 +01:00
Models [AC-1218] Add ability to delete Provider Portals (#3973) 2024-04-17 10:09:53 +01:00
OrganizationFeatures SM-1119: Rename service accounts to machine accounts (#3958) 2024-04-05 08:54:36 -04:00
Properties [Business Portal] BUG Fix localization (#1385) 2021-06-09 09:56:29 -05:00
Repositories [PM-6762] Move to Azure.Data.Tables (#3888) 2024-03-28 16:36:24 -04:00
Resources Run formatting (#2230) 2022-08-29 16:06:55 -04:00
SecretsManager [SM-713] Add database support for secret access policies (#3681) 2024-02-22 10:06:39 -06:00
Services [AC-1218] Add ability to delete Provider Portals (#3973) 2024-04-17 10:09:53 +01:00
Settings [PM-6339] Shard notification hub clients across multiple accounts (#3812) 2024-04-08 15:39:44 -04:00
Tokens Auth/PM-3275 - Changes to support TDE User without MP being able to Set a Password + misc refactoring (#3242) 2023-11-02 08:02:25 -07:00
Tools [AC-1864] Event type for initiation path (#3869) 2024-03-22 21:01:22 +01:00
Utilities [AC-2211] SM Changes (#3938) 2024-04-08 14:42:01 -04:00
Vault [PM-2383] Bulk collection assignment (#3919) 2024-03-22 13:16:34 -07:00
AssemblyInfo.cs Run dotnet format (#1764) 2021-12-16 15:35:09 +01:00
Constants.cs [AC-1218] Add ability to delete Provider Portals (#3973) 2024-04-17 10:09:53 +01:00
Core.csproj [deps] Tools: Update Handlebars.Net to v2.1.6 (#3982) 2024-04-15 16:56:50 +02:00
licensing_dev.cer Feature/self hosted development (#1921) 2022-03-21 17:13:00 -05:00
licensing.cer prod licensing certs 2017-10-03 16:19:20 -04:00