1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-22 12:15:36 +01:00
bitwarden-server/test/Infrastructure.EFIntegration.Test/Repositories
Rui Tomé ae280a313c
[EC-343] Gate custom permissions behind enterprise plan (#2352)
* [EC-343] Added column 'UseCustomPermissions' to Organization table

* [EC-343] Added 'UseCustomPermissions' to Api responses

* [EC-343] Added 'UseCustomPermissions' to Admin view

* [EC-343] Add constraint to Organization table to have default UseCustomPermissions value

* [EC-343] Recreate OrganizationView to include UseCustomPermissions column

* [EC-343] Add MySql EF migrations

* [EC-343] Add Postgres EF migrations

* Revert "[EC-343] Add Postgres EF migrations"

This reverts commit 8f1654cb7d.

* [EC-343] Add Postgres migrations and script

* [EC-343] dotnet format

* [EC-343] Set 'Custom Permissions' feature as unchecked for teams plan

* [EC-343] Add CustomPermissions to plan upgrades

* [EC-343] Update CURRENT_LICENSE_FILE_VERSION

* [EC-343] Enable 'Custom Permissions' on Enterprise 2019 plan

* [EC-343] Updated migration script to include Enterprise 2019 plan

* [EC-343] Update CURRENT_LICENSE_FILE_VERSION to 10

* [EC-343] Move logic checking if Organization can use custom permissions to OrganizationService

* [EC-343] Add unit tests to validate UseCustomPermissions check

* [EC-343] Revert UseCustomPermissionsFlag migration

* [EC-343] Fix typo in OrganizationUserOrganizationDetailsViewQuery

* [EC-343] Add Postgres migrations without affecting other datetime column

* [EC-343] Create ValidateOrganizationCustomPermissionsEnabledAsync. Add more unit tests around CustomPermissions check

* [EC-343] Add curly brackets to if condition

* [EC-343] Rename unit tests
2022-12-06 09:50:08 +00:00
..
EqualityComparers [EC-343] Gate custom permissions behind enterprise plan (#2352) 2022-12-06 09:50:08 +00:00
AuthRequestRepositoryTests.cs [SG-167] Implement Passwordless Authentication via Notifications (#2276) 2022-09-26 13:21:13 -04:00
CipherRepositoryTests.cs [SM-244] Resolve dotnet warnings (#2283) 2022-10-18 22:12:26 +02:00
CollectionRepository.cs Feature/bit auto data (#2219) 2022-08-31 08:38:35 -05:00
DeviceRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
EmergencyAccessRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
FolderRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
InstallationRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
OrganizationRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
OrganizationSponsorshipRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
OrganizationUserRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
PolicyRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
SendRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
SsoConfigRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
SsoUserRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
TaxRateRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
TransactionRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
UserRepositoryTests.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00