Robyn MacCallum
b907935eda
Add Authenticator sync flags ( #5159 )
...
* Add Authenticator sync flags
* Fix whitespace
2024-12-16 16:18:33 -05:00
Thomas Avery
7637cbe12a
[PM-13362] Add private key regeneration endpoint ( #4929 )
...
* Add new RegenerateUserAsymmetricKeysCommand
* add new command tests
* Add regen controller
* Add regen controller tests
* add feature flag
* Add push notification to sync new asymmetric keys to other devices
2024-12-16 12:01:09 -06:00
Todd Martin
9b732c739a
[PM-15907] Disable cipher key encryption on self-hosted instances ( #5140 )
...
* Disable cipher key encryption on self-hosted instances
* Removed override instead of setting to false
2024-12-11 10:10:20 -05:00
Rui Tomé
9b478107b6
[PM-15128] Add Promote Provider Service User functionality to Bitwarden Portal ( #5118 )
...
* Add Promote Provider Service User feature to Admin Portal
* Rename feature flag key for Promote Provider Service User tool
2024-12-11 11:09:12 +00:00
Vincent Salucci
39ce7637c9
fix: remove policy definitions feature flag, refs PM-14245 ( #5139 )
2024-12-10 18:50:06 +00:00
Brandon Treston
4730d2dab7
add feature flag ( #5114 )
2024-12-10 09:55:36 -05:00
Addison Beck
092b0b8bd2
Remove LimitCollectionCreationDeletionSplit
feature flag ( #4809 )
...
* Remove references to feature flag
* Demote entity property to an EF shadow property
* Add a few excludes to license file tests
2024-12-06 11:46:17 +01:00
Thomas Rittson
6a9b7ece2b
[PM-11360] Remove export permission for providers ( #5051 )
...
- also fix managed collections export from CLI
2024-12-06 08:07:04 +10:00
Conner Turnbull
04cf513d78
[PM-11516] Initial license file refactor ( #5002 )
...
* Added the ability to create a JWT on an organization license that contains all license properties as claims
* Added the ability to create a JWT on a user license that contains all license properties as claims
* Added ability to consume JWT licenses
* Resolved generic type issues when getting claim value
* Now validating the jwt signature, exp, and iat
* Moved creation of ClaimsPrincipal outside of licenses given dependecy on cert
* Ran dotnet format. Resolved identity error
* Updated claim types to use string constants
* Updated jwt expires to be one year
* Fixed bug requiring email verification to be on the token
* dotnet format
* Patch build process
---------
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
2024-12-05 14:31:14 +00:00
Robyn MacCallum
0e32dcccad
Update Constants.cs ( #5112 )
2024-12-04 14:42:12 -05:00
Nick Krantz
74e86935a4
add PM9111ExtensionPersistAddEditForm
feature flag ( #5106 )
2024-12-04 11:19:10 -06:00
Thomas Rittson
44b687922d
[PM-14245] Remove policy definitions feature flag ( #5095 )
...
* Remove PolicyService.SaveAsync and use command instead
* Delete feature flag definition
* Add public api integration tests
2024-12-04 11:50:47 +10:00
Andreas Coroiu
c703390ba2
feat: add credential sync feature flag ( #5052 )
2024-11-28 09:49:09 +01:00
Rui Tomé
e9297f85e9
[PM-12684] Remove deprecated feature flag for Members TwoFA query optimization ( #5076 )
2024-11-27 15:55:05 +00:00
Bernd Schoolmann
eb20adb53e
Add QA flag ( #5005 )
...
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
Co-authored-by: aj-bw <81774843+aj-bw@users.noreply.github.com>
2024-11-20 13:24:29 -05:00
cyprain-okeke
c76d615fad
[PM-13346] Email notification impacts ( #5027 )
...
* Changes for the email notification
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Remove Get SponsoringSponsoredEmailAsync method
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Remove unused policyRepository referrence
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Removed unused OrganizationSponsorshipResponse
* Rollback unrelated code changes
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Resolve the failing test
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Method to get policy status without login
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Refactor the email notification
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Remove unused property
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Remove unused property
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Fix line spacing
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* remove extra line
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Refactor base on the pr review
* Remove the unused interface
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Add changes for error message for disable policy
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
---------
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-11-19 17:37:01 +01:00
Alex Morask
df21d574e1
[PM-11798] Remove enable-consolidated-billing
feature flag ( #5028 )
...
* 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
cyprain-okeke
3d1cd441a7
Remove the flag for upgrade path dialog ( #4956 )
...
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-11-14 10:00:29 +01:00
Matt Bishop
dfbc400520
Remove FCMv1 feature flag ( #5030 )
...
* Remove FCMv1 feature flag
* Killed a using
2024-11-12 15:16:31 -05:00
Alex Morask
a26ba3b330
[PM-14401] Scale MSP on Admin client organization update ( #5001 )
...
* 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
Jared McCannon
f2bf9ea9f8
[PM-12479] - Adding group-details endpoint ( #4959 )
...
✨ Added group-details endpoint. Moved group auth handler to AdminConsole directory.
---------
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
2024-11-12 11:25:36 -06:00
Shane Melton
702a81b161
[PM-14418] Add security-tasks feature flag ( #5023 )
2024-11-11 16:07:21 -05:00
Jason Ng
fda7c4912a
[PM-8682] added flags for new device verification notice ( #4999 )
2024-11-07 14:30:29 -05:00
Brandon Treston
82cd1a8b1a
add feature flag ( #4987 )
2024-11-07 11:30:26 -05:00
Bernd Schoolmann
dae493db72
[PM-10394] Add new item type ssh key ( #4575 )
...
* Add ssh key item type
* Add fingerprint
* Limit ssh key ciphers to new clients
* Fix enc string length for 4096 bit rsa keys
* Remove keyAlgorithm from ssh cipher
* Add featureflag and exclude mobile from sync
* Add ssh-agent flag
2024-11-05 20:25:06 +01:00
Todd Martin
50f7fa03db
Removed eu-environment feature flag ( #4966 )
2024-11-05 13:13:09 -05:00
Tom
d5cfdb26d2
Added the file change ( #4975 )
2024-11-05 13:06:05 -05:00
cyprain-okeke
df4f8df485
Remove the time threshold feature flag ( #4860 )
...
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-11-04 12:38:58 +01:00
Ike
d0c9953444
[PM-8213] Feature flag for new-device-verification
( #4944 )
2024-10-26 12:43:27 -04:00
Thomas Rittson
6272e84c92
Remove feature flag ( #4931 )
...
Co-authored-by: MtnBurrit0 <77340197+mimartin12@users.noreply.github.com>
2024-10-25 10:17:28 +10:00
Thomas Rittson
4a1b90db48
Remove bulk-device-approval feature flag definition ( #4930 )
2024-10-24 08:09:07 +10:00
Jonas Hendrickx
a952d10637
[PM-13447] Add Multi Org Enterprise providers to Admin Console ( #4920 )
2024-10-23 12:10:50 -04:00
Daniel James Smith
39c560bbdd
Add generator-tools-modernization feature flag ( #4933 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-10-23 12:01:23 -04:00
Thomas Rittson
dfa411131d
[PM-13322] [BEEEP] Add PolicyValidators and refactor policy save logic ( #4877 )
2024-10-22 09:18:34 +10:00
Addison Beck
91409a45f0
Split Organization.LimitCollectionCreationDeletion
into two separate business rules ( #4730 )
...
* Add feature flag
* Promoted the new Entiy Framework properties
* Deprecate the old property
* Update references
* Fix mispelling
* Re-add contextual comment regarding dropped license properties
* Add back deleted assertion for deprecated property
* Add back removed fixture property assignment
* Improve feature toggling scenerios for self hosted org creation/update
* Unblock `PutCollectionManagement` for self host
* Simplify logic of a couple of conditionals
* Feature toggle route unblocking
* Adjust logic collection creation/deletion authorization handler
* Create tests
* Fix bug caught by tests
* Fix bugs caught during manual testing
* Remove remark about license
2024-10-18 11:00:01 -04:00
Tom
d93524030c
Adding the access intelligence feature flag ( #4862 )
2024-10-08 16:03:35 +02:00
Jared McCannon
e288ca97a3
[PM-12358] New Verified Organization Domain SSO Detail endpoint ( #4838 )
...
* Added /domain/sso/verified to organization controller
* Restricting sproc to only return verified domains if the org has sso. Adding name. corrected route. removed not found exception. Adding the sproc definition to the SQL project
2024-10-07 14:39:57 -05:00
Justin Baur
b196c8bfb9
[PM-13098] Use ILogger.BeginScope
For Better Scopes ( #4740 )
...
* Use `ILogger.BeginScope` For Better Scopes
* Format
* Remove Behind Feature Flag
2024-10-03 08:30:02 -04:00
cyprain-okeke
3d391e858d
Remove the feature flag for delete provider ( #4836 )
...
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-10-01 21:59:36 +01:00
Thomas Rittson
c94a084c86
[PM-3478] Refactor OrganizationUser api ( #4752 )
...
* Add OrganizationUserMiniDetails endpoint, models and authorization
* Restrict access to current OrganizationUserUserDetails endpoint
Both are behind feature flags
2024-10-01 07:14:16 +10:00
cyprain-okeke
c66879eb89
[PM-8445] Update trial initiation UI ( #4712 )
...
* Add the feature flag
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Initial comment
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* changes to subscribe with payment method
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Add new objects
* Implementation for subscription without payment method
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Remove unused codes and classes
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Rename the flag properly
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* remove implementation that is no longer needed
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* revert the changes on some code removal
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Resolve the pr comment
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* format the data annotations line breaks
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
---------
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-09-27 19:39:44 +01:00
Alex Morask
226f26a715
Remove FF: AC-2828_provider-portal-members-page ( #4805 )
2024-09-26 13:52:21 -04:00
Todd Martin
e1bf8a9206
Remove key-rotation-improvements feature flag ( #4794 )
2024-09-23 11:55:51 -04:00
Justin Baur
8491c58595
[PM-11661] Add Feature Flag For Storage Reseed Refactor ( #4738 )
2024-09-06 09:33:51 -04:00
Todd Martin
ec2522de8b
[PM-11619] Replace cipher encryption feature flag with server-side flag ( #4694 )
2024-09-05 16:25:53 -04:00
Jonathan Prusik
fdf6d8f9c3
add feature flag for improved combined card expiry date autofill ( #4732 )
2024-09-04 13:43:59 -04:00
Todd Martin
c3b84884b8
Fix linting issue on Constants from adding feature flag ( #4715 )
2024-08-30 16:45:38 -04:00
Todd Martin
3ecb900709
Added persist-popup-view feature flag ( #4714 )
2024-08-30 16:19:18 -04:00
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
Cesar Gonzalez
abc5d813f2
[PM-10669] Feature flag for notification bar add login improvements ( #4676 )
2024-08-21 22:04:08 -05:00