Rui Tome
a957530d5e
[AC-1682] Updated queries to check for OrganizationId
2024-03-29 14:10:57 +00:00
Rui Tome
28bba94d81
[AC-1682] Setting FlexibleCollections = 1 only for Orgs that had data migrated in previous steps
2024-03-29 12:13:04 +00:00
Rui Tome
7b54d78d67
[AC-1682] Removed MySql transaction from script because EF migration already wraps it under its own transaction
2024-03-29 12:03:29 +00:00
Rui Tome
c20912f95c
[AC-1682] Drop temp tables if they exist when starting the scripts
2024-03-29 12:00:24 +00:00
Rui Tome
26f5bf8afd
[AC-1682] Fixed Sqlite query
2024-03-28 14:50:02 +00:00
Rui Tome
71f574f9c4
Merge branch 'ac/ac-2323/sql-automatic-data-migrations' into ac/ac-1682/ef-migrations
2024-03-25 21:28:32 +00:00
Rui Tome
6651bb1324
[AC-2323] Overriding FlexibleCollectionsSignup to true for local usage
2024-03-25 21:24:12 +00:00
Rui Tome
1de0f32f6e
[AC-2323] Added script to migrate all sql organizations to use flexible collections
2024-03-25 16:16:56 +00:00
Rui Tome
00eea0621c
[AC-1682] dotnet format
2024-03-25 15:28:46 +00:00
Rui Tome
262887f9c3
[AC-1682] Added Sqlite migration and script
2024-03-25 15:22:17 +00:00
cyprain-okeke
1a066d886c
[AC 2261] Emails - direct Secrets Manager members to Secrets Manager product ( #3896 )
...
* remove the unwanted test
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* initial commit
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* changes to the sm redirect
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* revert the sm changes for join org
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
---------
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-03-25 15:33:30 +01:00
Thomas Rittson
c5d5de0aed
[AC-2334] Fix unable to load members when permissions is "null" ( #3922 )
...
* Also add xmldoc comment to CoreHelpers.LoadClassFromJsonData to warn about this
2024-03-25 14:26:12 +00:00
Michał Chęciński
fd71ed8584
[DEVOPS-1218] Add dryrun mode to MsSqlMigratorUtility ( #3795 )
...
* Add dryrun mode to MsSqlMigratorUtility
* Fix
* Update util/MsSqlMigratorUtility/Program.cs
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
* Update util/MsSqlMigratorUtility/Program.cs
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
* Update util/MsSqlMigratorUtility/Program.cs
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
* Fixes
* Fix using
* Format
* Update util/MsSqlMigratorUtility/Program.cs
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
* Fixes
* Fix after merge
* Fix
* Fix
* Remove unnecessary param name
---------
Co-authored-by: Matt Bishop <mbishop@bitwarden.com>
2024-03-25 10:22:02 -04:00
Bitwarden DevOps
03fe077ec8
Bumped version to 2024.3.1 ( #3926 )
2024-03-25 14:16:15 +00:00
Rui Tome
9bde1604da
[AC-1682] Added Postgres migration and script
2024-03-25 13:59:28 +00:00
Shane Melton
6a0f6e1dac
[PM-2383] Bulk collection assignment ( #3919 )
...
* [PM-2383] Add bulk add/remove collection cipher repository methods
* [PM-2383] Add additional authorization helpers for CiphersControlle
* [PM-2383] Add /bulk-collections endpoint to CiphersController.cs
* [PM-2383] Add EF implementation for new CollectionCipherRepository methods
* [PM-2383] Ensure V1 logic only applies when the flag is enabled for new bulk functionality
2024-03-22 13:16:34 -07:00
cyprain-okeke
5dd1a9410a
[AC-1864] Event type for initiation path ( #3869 )
...
* initial commit
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* handle the upgrade path reference
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* code improvement
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* resolve pr comment
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* change the comment
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* move the private method down
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
* code review changes
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
---------
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-03-22 21:01:22 +01:00
Rui Tome
d367f6de6b
[AC-1682] Added MySql migration and script
2024-03-22 15:58:07 +00:00
Rui Tome
d6f7d94b22
[AC-1682] Removed Sqlite migrations and scripts
2024-03-22 15:46:31 +00:00
Rui Tome
bb00cb4e59
[AC-1682] Removed Postgres scripts and migrations
2024-03-22 15:45:59 +00:00
Rui Tome
5383cd16fb
[AC-1682] Removed MySql scripts and migrations
2024-03-22 15:41:06 +00:00
Matt Bishop
743465273c
[PM-6909] Centralize database migration logic ( #3910 )
...
* Centralize database migration logic
* Clean up unused usings
* Prizatize
* Remove verbose flag from Docker invocation
* Allow argument passthrough still
Co-authored-by: Michał Chęciński <mchecinski@bitwarden.com>
* Allow DI logger
---------
Co-authored-by: Michał Chęciński <mchecinski@bitwarden.com>
2024-03-22 10:54:13 -04:00
Rui Tome
6c21d4e96a
Merge branch 'main' into ac/ac-1682/ef-migrations
2024-03-22 11:53:01 +00:00
Thomas Rittson
1c2acbec3a
[AC-2171] Member modal - limit admin access - editing self ( #3893 )
...
* Restrict admins from adding themselves to groups
Updated OrganizationUsersController only, GroupsController to be updated
separately
* Delete unused api method
2024-03-22 12:37:30 +10:00
Alex Morask
90a5862840
Remove FF 'AC-1607_present-user-offboarding-survey' and old cancel functionality ( #3895 )
2024-03-21 15:04:20 -04:00
Alex Morask
9f7e05869e
[AC-1900] Update Vault DB to support provider billing ( #3875 )
...
* Add Gateway columns to Provider table
* Add ProviderId column to Transaction table
* Create ProviderPlan table
* Matt's feedback
* Rui's feedback
* Fixed Gateway parameter on Provider
2024-03-21 11:15:49 -04:00
renovate[bot]
43ee5a24ec
[deps] Tools: Update Microsoft.Azure.NotificationHubs to v4.2.0 ( #3853 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-21 13:25:21 +00:00
Rui Tomé
366eef7e23
[PM-6934] Prevent enabling two step login policy if any Org member has no master password and no 2FA set up ( #3915 )
...
* [PM-6934] Prevent enabling two step login policy if any Org member has no master password and no 2FA set up
* [PM-6934] PR feedback
* [PM-6934] Updated policy check to only check users that will be deleted
* [PM-6934] Removed unnecessary code
* [PM-6934] Fixed unit tests and policy update logic
* [PM-6934] Updated error message
2024-03-21 12:07:13 +00:00
renovate[bot]
78ce1f8a5d
[deps] Tools: Update aws-sdk-net monorepo to v3.7.300.59 ( #3912 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-19 20:01:06 +01:00
Todd Martin
611a65e0a9
[PM-5437] Handle client_credentials clientId that is not a valid GUID ( #3616 )
...
* Return null if the clientId is not a valid Guid.
* Linting
2024-03-19 10:21:15 -04:00
Alex Morask
15eea77d66
[AC-2284] Set organization billing email to MSP billing email when linked ( #3897 )
...
* Set org billing email to provider billing email when added to provider
* Remove anonymous args for test assertions
2024-03-19 09:36:25 -04:00
renovate[bot]
84cbd9ee7d
[deps] AC: Update Quartz to v3.8.1 ( #3532 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rui Tomé <108268980+r-tome@users.noreply.github.com>
2024-03-19 11:52:19 +00:00
Matt Bishop
d80bbc803d
Protected scanner runs ( #3900 )
2024-03-18 12:42:06 -04:00
renovate[bot]
82381e0c42
[deps] Tools: Update aws-sdk-net monorepo to v3.7.300.58 ( #3907 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-16 17:31:59 +01:00
Daniel James Smith
2b440ed840
Update mssql to CU12 to support linux kernel 6.7.x ( #3904 )
...
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com>
2024-03-15 13:02:31 -06:00
renovate[bot]
63d5f5604c
[deps] Tools: Update LaunchDarkly.ServerSdk to v8.2.0 ( #3903 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 17:09:16 +01:00
renovate[bot]
1e5f6ff40e
[deps] Tools: Update SignalR to v8.0.3 ( #3898 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 16:12:46 +01:00
renovate[bot]
91081b2aa2
[deps] Tools: Update aws-sdk-net monorepo to v3.7.300.57 ( #3902 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-15 13:26:28 +01:00
Vince Grassia
8c949da014
DEVOPS-1790 - Add Cleanup RC Branch workflow ( #3899 )
2024-03-14 08:38:58 -06:00
Cesar Gonzalez
9786573183
[PM-5551] Removing Autofillv2 and AutofillOverlay Feature Flags ( #3692 )
2024-03-14 08:48:22 -04:00
Vince Grassia
ffdf14cd99
DEVOPS-1840 - Use version-next action for version bump workflow ( #3890 )
2024-03-13 15:04:34 +01:00
Todd Martin
10457c67e3
[PM-6577] Handle any exceptions in Duo HealthCheck ( #3861 )
...
* Handle any exceptions in health check to avoid returning a 500.
* Added log message.
2024-03-13 09:56:53 -04:00
Thomas Rittson
386ff744ef
[BEEEP] Use MsSqlMigratorUtility for local development databases ( #3850 )
...
* Update migrate.ps1 to use MsSqlMigratorUtility for dev databases
* Remove old handwritten scripts
* Migrate existing migration records
* Update Github Workflow to call MsSqlMigratorUtility directly
2024-03-13 09:25:20 +10:00
cyprain-okeke
dd21d8fcf4
fix the trailing issue when autoscaling ( #3889 )
...
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-03-12 17:17:46 +01:00
cyprain-okeke
532b70e26c
fix the duplicate email issue ( #3891 )
...
Signed-off-by: Cy Okeke <cokeke@bitwarden.com>
2024-03-12 17:08:59 +01:00
Todd Martin
03217e8f8f
Add DuoUniversal to Auth dependencies ( #3884 )
2024-03-11 12:47:22 -04:00
renovate[bot]
3ddb08a315
[deps] Tools: Update aws-sdk-net monorepo to v3.7.300.55 ( #3886 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-11 16:26:05 +01:00
Bitwarden DevOps
78a2ddcc90
Bumped version to 2024.3.0 ( #3887 )
2024-03-11 15:08:59 +00:00
Vince Grassia
c804fa4df3
DEVOPS-1840 - Automatic Version Bump Calculation ( #3859 )
2024-03-11 08:38:46 -06:00
Conner Turnbull
5e4c5acc48
Removed the need to verify requests as CloudOps added an ACL on the network ( #3882 )
2024-03-11 10:03:10 -04:00