1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00
bitwarden-server/test/Api.Test
Alex Morask 3c86ec6a35
[AC-2959] ACH Direct Debit POC (#4703)
* Refactor: Rename some methods and models for consistency

This commit contains no logic changes at all. It's entirely comprised of renames of existing models and methods to bring our codebase more in line with our app's functionality and terminology.

* Add feature flag: AC-2476-deprecate-stripe-sources-api

* Standardize error responses from applicable billing controllers

During my work on CB, I found that just using the built-in TypedResults errors results in the client choking on the response because it's looking for the ErrroResponseModel. The new BaseBillingController provides Error utilities to return TypedResults wrapping that model so the client can process it.

* Add feature flagged payment method endoints to OrganizationBillingController

* Run dotnet format
2024-08-28 10:48:14 -04:00
..
AdminConsole Fix Most Test Warnings (#4612) 2024-08-15 17:14:22 -04:00
Auth [PM-5963] Fix tde offboarding vault corruption (#4144) 2024-07-23 14:53:08 -04:00
Billing [AC-2959] ACH Direct Debit POC (#4703) 2024-08-28 10:48:14 -04:00
Controllers Remove FlexibleCollections feature flag (#4481) 2024-07-24 09:03:09 +10:00
Models/Request/Accounts [PM-3565] Enforce higher minimum KDF (#3304) 2023-12-05 17:21:46 +01:00
SecretsManager SM-1146: Secrets Manager total counts (#4200) 2024-08-08 15:12:52 +02:00
Tools [PM-517] Added validation to maximum and minimum expiry date (#4199) 2024-06-21 13:56:43 +01:00
Utilities [PM-8830] Billing Enums Rename (#4180) 2024-06-14 15:34:47 -04:00
Vault Fix Most Test Warnings (#4612) 2024-08-15 17:14:22 -04:00
Api.Test.csproj Support for passkey registration (#2885) 2023-10-30 09:40:06 -04:00