Brandon Treston
f1893c256c
remove feature flag ( #5284 )
...
Clients PR was merged, now merging server PR.
2025-01-21 09:53:12 -05:00
Daniel James Smith
5423e5d52f
Remove feature flag "browser-fileless-import" ( #5282 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2025-01-17 15:58:04 +01:00
Thomas Rittson
0c29e9227c
Remove provider-export-permission feature flag ( #5263 )
...
* also remove old CipherService and CollectionService methods
only used by old export code
2025-01-17 08:28:23 +10:00
Rui Tomé
5201085ecb
[PM-15193] Remove PromoteProviderServiceUser feature flag and checks from ToolsController and layout ( #5255 )
2025-01-16 10:54:31 +00:00
Jonathan Prusik
becc6b2da1
add NotificationRefresh feature flag ( #5262 )
...
Co-authored-by: Evan Bassler <ebassler@livefront.com>
2025-01-14 15:47:35 -05:00
Bernd Schoolmann
8a68f075cc
Remove block legacy users feature flag ( #5212 )
2025-01-10 11:55:40 +01:00
Jonathan Prusik
6793c81f07
add feature flag block-browser-injections-by-domain ( #5234 )
2025-01-08 18:36:18 -05:00
Jared McCannon
377c7925e2
[PM-16607] - Removed feature flag logic pm-3479-secure-org-group-details ( #5209 )
...
* Removed feature flag logic pm-3479-secure-org-group-details
* Removing feature flag completely.
2025-01-08 11:34:05 -06:00
Alex Morask
481a766cd2
Remove FF ( #5163 )
2025-01-08 09:49:24 -05:00
Addison Beck
90f7bfe63d
chore: update LastActivityDate
on installation token refresh ( #5081 )
2025-01-06 13:22:03 -08:00
Alex Morask
c14b192e0c
[PM-16684] Add a Pricing Client and mapping layer back to StaticStore.Plan ( #5213 )
...
* Add a Pricing Client and mapping layer back to StaticStore.Plan
* Run dotnet format
* Temporarily remove service registration to forego any unforseen side effects
* Run dotnet format
2025-01-03 10:14:07 -05:00
cyprain-okeke
d924c6721a
[PM-15814]Alert owners of reseller-managed orgs to renewal events ( #5193 )
...
* Changes for the admin console alert
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Fix the failing test
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Add the feature flag
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
---------
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-12-31 18:06:29 +01:00
Robyn MacCallum
854119b58c
Add app review prompt flag ( #5190 )
2024-12-26 14:50:23 -05:00
Tom
a3da5b2f0a
Removing access intelligence server side feature flag ( #5158 )
2024-12-19 11:00:47 -05:00
Ike
2e8f2df942
feat(NewDeviceVerification) : ( #5153 )
...
feat(NewDeviceVerification) :
Added constat for the cache key in Bit.Core because the cache key format needs to be shared between the Identity Server and the MVC Admin project.
Updated DeviceValidator class to handle checking cache for user information to allow pass through.
Updated and Added tests to handle new flow.
2024-12-17 08:59:39 -08:00
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