mirror of
https://github.com/bitwarden/server.git
synced 2024-12-27 17:47:37 +01:00
904b2fe205
* [AC-1192] Create new OrganizationAuthRequestsController.cs * [AC-1192] Introduce OrganizationAdminAuthRequest model * [AC-1192] Add GetManyPendingByOrganizationId method to AuthRequest repository * [AC-1192] Add new list pending organization auth requests endpoint * [AC-1192] Add new GetManyAdminApprovalsByManyIdsAsync method to the AuthRequestRepository * [AC-1192] Make the response device identifier optional for admin approval requests * [AC-1192] Add endpoint for bulk denying admin device auth requests * [AC-1192] Add OrganizationUserId to PendingOrganizationAuthRequestResponseModel * [AC-1192] Add UpdateAuthRequest endpoint and logic to OrganizationAuthRequestsController * [AC-1192] Secure new endpoints behind TDE feature flag * [AC-1192] Formatting * [AC-1192] Add sql migration script * [AC-1192] Add optional OrganizationId column to AuthRequest entity - Rename migration script to match existing formatting - Add new column - Add migration scripts - Update new sprocs to filter/join on OrganizationId - Update old sprocs to include OrganizationId * [AC-1192] Format migration scripts * [AC-1192] Fix failing AuthRequest EF unit test * [AC-1192] Make OrganizationId optional in updated AuthRequest sprocs for backwards compatability * [AC-1192] Fix missing comma in migration file * [AC-1192] Rename Key to EncryptedUserKey to be more descriptive * [AC-1192] Move request validation into helper method to reduce repetition * [AC-1192] Return UnauthorizedAccessException instead of NotFound when user is missing permission * [AC-1192] Introduce FeatureUnavailableException * [AC-1192] Introduce RequireFeatureAttribute * [AC-1192] Utilize the new RequireFeatureAttribute in the OrganizationAuthRequestsController * [AC-1192] Attempt to fix out of sync database migration by moving new OrganizationId column * [AC-1192] More attempts to sync database migrations * [AC-1192] Formatting * [AC-1192] Remove unused reference to FeatureService * [AC-1192] Change Id types from String to Guid * [AC-1192] Add EncryptedString attribute * [AC-1192] Remove redundant OrganizationId property * [AC-1192] Switch to projection for OrganizationAdminAuthRequest mapping - Add new OrganizationUser relationship to EF entity - Replace AuthRequest DBContext config with new IEntityTypeConfiguration - Add navigation property to AuthRequest entity configuration for OrganizationUser - Update EF AuthRequestRepository to use new mapping and navigation properties * [AC-1192] Remove OrganizationUser navigation property |
||
---|---|---|
.. | ||
20210617183900_Init.cs | ||
20210617183900_Init.Designer.cs | ||
20210709095522_RemoveProviderOrganizationProviderUser.cs | ||
20210709095522_RemoveProviderOrganizationProviderUser.Designer.cs | ||
20210716142145_UserForcePasswordReset.cs | ||
20210716142145_UserForcePasswordReset.Designer.cs | ||
20210921132418_AddMaxAutoscaleSeatsToOrganization.cs | ||
20210921132418_AddMaxAutoscaleSeatsToOrganization.Designer.cs | ||
20211011144835_SplitManageCollectionsPermissions2.cs | ||
20211011144835_SplitManageCollectionsPermissions2.Designer.cs | ||
20211021201150_SetMaxAutoscaleSeatsToCurrentSeatCount.cs | ||
20211021201150_SetMaxAutoscaleSeatsToCurrentSeatCount.Designer.cs | ||
20211108041911_KeyConnector.cs | ||
20211108041911_KeyConnector.Designer.cs | ||
20211108225243_OrganizationSponsorship.cs | ||
20211108225243_OrganizationSponsorship.Designer.cs | ||
20211115145402_KeyConnectorFlag.cs | ||
20211115145402_KeyConnectorFlag.Designer.cs | ||
20220121092546_RemoveU2F.cs | ||
20220121092546_RemoveU2F.Designer.cs | ||
20220301215315_FailedLoginCaptcha.cs | ||
20220301215315_FailedLoginCaptcha.Designer.cs | ||
20220322191314_SelfHostF4E.cs | ||
20220322191314_SelfHostF4E.Designer.cs | ||
20220411191518_SponsorshipBulkActions.cs | ||
20220411191518_SponsorshipBulkActions.Designer.cs | ||
20220420170738_AddInstallationIdToEvents.cs | ||
20220420170738_AddInstallationIdToEvents.Designer.cs | ||
20220524171600_DeviceUnknownVerification.cs | ||
20220524171600_DeviceUnknownVerification.Designer.cs | ||
20220608191914_DeactivatedUserStatus.cs | ||
20220608191914_DeactivatedUserStatus.Designer.cs | ||
20220707163017_UseScimFlag.cs | ||
20220707163017_UseScimFlag.Designer.cs | ||
20220912144222_PasswordlessAuthRequests.cs | ||
20220912144222_PasswordlessAuthRequests.Designer.cs | ||
20220927142038_EventsSystemUser.cs | ||
20220927142038_EventsSystemUser.Designer.cs | ||
20221020154432_UseCustomPermissionsFlag.cs | ||
20221020154432_UseCustomPermissionsFlag.Designer.cs | ||
20221024210500_PasswordlessAuthRequestAddApprovedColumn.cs | ||
20221024210500_PasswordlessAuthRequestAddApprovedColumn.Designer.cs | ||
20221114202829_OrganizationDomainClaim.cs | ||
20221114202829_OrganizationDomainClaim.Designer.cs | ||
20221115030843_AvatarColor.cs | ||
20221115030843_AvatarColor.Designer.cs | ||
20221129004644_OrganizationDomainClaimRenameNextRunCount.cs | ||
20221129004644_OrganizationDomainClaimRenameNextRunCount.Designer.cs | ||
20221209015017_EventsDomainName.cs | ||
20221209015017_EventsDomainName.Designer.cs | ||
20221209192355_OrganizationDomainLastCheckedDate.cs | ||
20221209192355_OrganizationDomainLastCheckedDate.Designer.cs | ||
20221226164641_ProviderAddProviderTypeBillingPhone.cs | ||
20221226164641_ProviderAddProviderTypeBillingPhone.Designer.cs | ||
20230106122006_SecretsManager.cs | ||
20230106122006_SecretsManager.Designer.cs | ||
20230113175447_Fix Navigation Properties.cs | ||
20230113175447_Fix Navigation Properties.Designer.cs | ||
20230118225349_RemoveDeviceUnknownVerification.cs | ||
20230118225349_RemoveDeviceUnknownVerification.Designer.cs | ||
20230120160248_OrganizationStatus.cs | ||
20230120160248_OrganizationStatus.Designer.cs | ||
20230124132226_KDFOptions.cs | ||
20230124132226_KDFOptions.Designer.cs | ||
20230201175203_SecretsManagerOrganizationUser.cs | ||
20230201175203_SecretsManagerOrganizationUser.Designer.cs | ||
20230201192610_LastUserDates.cs | ||
20230201192610_LastUserDates.Designer.cs | ||
20230213133250_SecretsManagerEvent.cs | ||
20230213133250_SecretsManagerEvent.Designer.cs | ||
20230428130731_EFUpdate.cs | ||
20230428130731_EFUpdate.Designer.cs | ||
20230522030836_AddKeysToDevice.cs | ||
20230522030836_AddKeysToDevice.Designer.cs | ||
20230530114306_AddSecretsManagerBillingFieldToOrganization.cs | ||
20230530114306_AddSecretsManagerBillingFieldToOrganization.Designer.cs | ||
20230605183142_TdeAdminApproval.cs | ||
20230605183142_TdeAdminApproval.Designer.cs | ||
DatabaseContextModelSnapshot.cs |