MtnBurrit0
bd657c76cf
Remove unused workflow now that config has been migrated. ( #5239 )
12 months ago
Jared McCannon
ced4870309
Added push notification for when Collection management settings have been changed. ( #5230 )
12 months ago
Jared McCannon
e754ae4729
[PM-10319] - Send 2FA Email when policy enabled ( #5233 )
...
* Correcting which email is sent when enabling 2FA policy.
* Fixing the test.
12 months ago
renovate[bot]
fb72e82d9a
[deps] Tools: Update aws-sdk-net monorepo ( #5168 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
renovate[bot]
f265911526
[deps] BRE: Update gh minor ( #5016 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
Jonathan Prusik
6793c81f07
add feature flag block-browser-injections-by-domain ( #5234 )
12 months ago
Todd Martin
a638f359e9
Revert updates to Microsoft.Extensions dependencies from v9 ( #5235 )
...
* Revert "[deps] Tools: Update Microsoft.Extensions.Configuration to v9 (#5072 )"
This reverts commit cb7cbb630a .
* Revert "[deps] Tools: Update Microsoft.Extensions.DependencyInjection to v9 (#5073 )"
This reverts commit 0b026404db .
12 months ago
Github Actions
90740c3369
Bumped version to 2025.1.1
12 months ago
Matt Bishop
92d9b88afb
Provide new feature flag context for devices ( #5226 )
12 months ago
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.
12 months ago
Ike
a84ef0724c
[PM-15614] Allow Users to opt out of new device verification ( #5176 )
...
feat(NewDeviceVerification) :
* Created database migration scripts for VerifyDevices column in [dbo].[User].
* Updated DeviceValidator to check if user has opted out of device verification.
* Added endpoint to AccountsController.cs to allow editing of new User.VerifyDevices property.
* Added tests for new methods and endpoint.
* Updating queries to track [dbo].[User].[VerifyDevices].
* Updated DeviceValidator to set `User.EmailVerified` property during the New Device Verification flow.
12 months ago
Alex Morask
481a766cd2
Remove FF ( #5163 )
12 months ago
Jonas Hendrickx
b096568eea
Revert "Revert [PM-6201] ( #5143 )" ( #5144 )
...
This reverts commit c99b4106f5 .
12 months ago
Patrick-Pimentel-Bitwarden
cc96e35072
Auth/pm 2996/add auth request data to devices response model ( #5152 )
...
fix(auth): [PM-2996] Add Pending Auth Request Data to Devices Response
- New stored procedure to fetch the appropriate data.
- Updated devices controller to respond with the new data.
- Tests written at the controller and repository level.
Resolves PM-2996
12 months ago
Addison Beck
5ae232e336
chore: expand tests of the new `UpdateInstallationCommand` ( #5227 )
12 months ago
cyprain-okeke
eeb1be1dba
[PM-15808]Show suspended org modals for orgs in 'unpaid' & 'canceled' status ( #5228 )
...
* Recreate changes on the closed pr
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* Remove unused references
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
---------
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
12 months ago
renovate[bot]
61a8726492
[deps] Auth: Lock file maintenance ( #5185 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
Jimmy Vo
0e801ca622
[pm-5966] Fix Entity Framework query for MySQL ( #5170 )
...
Problem: The Entity Framework query was causing a compile-time error.
Changes:
1. Fixed the query.
2. Renamed the variable to replace the comment.
12 months ago
Jonas Hendrickx
2a6abb928d
[PM-16483] Change description for creating providers ( #5206 )
12 months ago
Addison Beck
90f7bfe63d
chore: update `LastActivityDate` on installation token refresh ( #5081 )
12 months ago
Addison Beck
cd7c4bf6ce
chore: move `Installation` and `Push` to platform's domain folders ( #5085 )
...
* chore: set up a `CODEOWNERS` space for platform
* chore: move sql objects for `Installation` to platform's domain
* chore: move `Installation` and `PushRelay` code to platform's domain
12 months ago
Jared McCannon
217b86ba9e
Modified view and models to pull Provider Type from the provider table for The ProviderUserOrganizationDetailsViewQuery ( #5215 )
12 months ago
Jared McCannon
03feb038b7
Changing the name of the menu item. ( #5216 )
12 months ago
Jonas Hendrickx
ff846280e5
[PM-16682] Provider setup tax information is not saved ( #5211 )
12 months ago
renovate[bot]
066cd4655d
[deps] BRE: Update codecov/codecov-action action to v5 ( #5071 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
Conner Turnbull
4871f0b956
Ran `dotnet format` ( #5218 )
...
* Ran `dotnet format`
* Re-added usings
12 months ago
Conner Turnbull
f74b94b5f7
[PM-16700] Handling nulls in UserLicenseClaimsFactory ( #5217 )
...
* Handling nulls in UserLicenseClaimsFactory
* Only setting Token if the flag is enabled
12 months ago
renovate[bot]
4b2030de77
[deps] BRE: Update anchore/scan-action action to v6 ( #5180 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
Jonas Hendrickx
3a8d10234b
[PM-16689] Fix swagger build ( #5214 )
12 months ago
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
12 months ago
MtnBurrit0
840ff00189
BRE-292: Sync ephemeral environment with GH workflow ( #5174 )
...
* Add sync_environment call
* Put callable workflow in it's own job
* Switch to context for GitHub input
* Set requirements and inherit secrets
* Add the condition to the job
* Update .github/workflows/build.yml
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
---------
Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
12 months ago
Alex Morask
bf2bf3c13f
[PM-14461] Return ProfileOrganizationResponse from subscription update ( #5103 )
...
* Return ProviderOrganizationResponse from subscription update
* QA: Fix SM trial seat adjustment
12 months ago
Jonas Hendrickx
97e11774e3
[PM-13999] show estimated tax for taxable countries ( #5110 )
12 months ago
renovate[bot]
1062c6d522
[deps] Billing: Update Sentry.Serilog to v5 ( #5182 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
12 months ago
Jonas Hendrickx
bad533af8e
[PM-16611] Failing unit tests due to previous month being incorrectly… ( #5207 )
12 months ago
Vince Grassia
bc40884db0
Remove old unused scripts ( #5202 )
12 months ago
Vince Grassia
144c0a2fee
Add missing curly brace ( #5203 )
12 months ago
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>
12 months ago
Addison Beck
83404efebd
Bump version to 2025.1.0 ( #5198 )
12 months ago
Github Actions
235261bf15
Bumped version to 2024.12.2
12 months ago
Robyn MacCallum
854119b58c
Add app review prompt flag ( #5190 )
12 months ago
renovate[bot]
0989e7fd5b
[deps] DbOps: Update Microsoft.Extensions.Caching.Cosmos to 1.7.0 ( #4721 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
Conner Turnbull
c5da5da517
Added nodejs to the dev container to support building Admin ( #5187 )
...
* Added nodejs to the dev container to support building Admin
* Updated to use the existing devcontainer node feature
* Moved features up to root
1 year ago
Conner Turnbull
adfe365db9
Added quartz support to the Billing project ( #5186 )
1 year ago
Daniel James Smith
11325c4d3f
Renovate: Assign DbOps to Microsoft.Extensions.Caching.Cosmos ( #5171 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
1 year ago
Matt Bishop
eb7454bb86
Update Duende license from renewal ( #5169 )
1 year ago
Tom
a3da5b2f0a
Removing access intelligence server side feature flag ( #5158 )
1 year ago
renovate[bot]
cb7cbb630a
[deps] Tools: Update Microsoft.Extensions.Configuration to v9 ( #5072 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 year ago
renovate[bot]
0b026404db
[deps] Tools: Update Microsoft.Extensions.DependencyInjection to v9 ( #5073 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com>
1 year ago
Vijay Oommen
2504f36bdc
PM-13227 Rename access insights to access intelligence ( #5160 )
1 year ago