Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth/PM-3275 - Changes to support TDE User without MP being able to Set a Password + misc refactoring #3242

Merged

Commits on Aug 29, 2023

  1. PM-3275 - Add new GetMasterPasswordPolicy endpoint which will allow a…

    …uthenticated clients to get an enabled MP org policy if it exists for the purposes of enforcing those policy requirements when setting a password.
    JaredSnider-Bitwarden committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    c23d913 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. PM-3275 - AccountsController.cs - PostSetPasswordAsync - (1) Convert …

    …UserService.setPasswordAsync into new SetInitialMasterPasswordCommand (2) Refactor SetInitialMasterPasswordCommand to only accept post SSO users who are in the invited state
    
    (3) Add TODOs for more cleanup work and more commands
    JaredSnider-Bitwarden committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    5142d55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c28035b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96cb464 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. PM-3275 - The new SetInitialMasterPasswordCommand leveraged the Organ…

    …izationService.cs AcceptUserAsync method so while I was in here I converted the AcceptUserAsync methods into a new AcceptOrgUserCommand.cs and turned the private method which accepted an existing org user public for use in the SetInitialMasterPasswordCommand
    JaredSnider-Bitwarden committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c6ce522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ccd5b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34ea740 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Dotnet format

    JaredSnider-Bitwarden committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    505c2c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4da9fb2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Merge remote-tracking branch 'origin/master' into auth/pm-3275/tde-ad…

    …d-get-mp-policy-endpoint
    
    # Conflicts:
    #	src/Api/Controllers/OrganizationUsersController.cs
    #	src/Core/Services/IOrganizationService.cs
    #	src/Core/Services/Implementations/OrganizationService.cs
    JaredSnider-Bitwarden committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    0406d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    083e41e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    724fdb0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dea79ab View commit details
    Browse the repository at this point in the history
  5. PM-3275 - AcceptOrgUserCommand.cs - refactor AcceptOrgUserAsync by Or…

    …gId to retrieve orgUser with _organizationUserRepository.GetByOrganizationAsync which gets a single user instead of a collection
    JaredSnider-Bitwarden committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    a2f1623 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc9a46b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. PM-3275 / PM-1196 - (1) Slightly refactor SsoEmail2faSessionTokenable…

    … to provide public static GetTokenLifeTime() method for testing (2) Add missed tests to SsoEmail2faSessionTokenable in preparation for building tests for new OrgUserInviteTokenable.cs
    JaredSnider-Bitwarden committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    483ea38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94bf6c2 View commit details
    Browse the repository at this point in the history
  3. PM-3275 / PM-1196 - Removing SsoEmail2faSessionTokenable.cs changes +…

    … tests as I've handled that separately in a new PR (#3270) for newly created task PM-3925
    JaredSnider-Bitwarden committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    bd0785e View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…

    …cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
    JaredSnider-Bitwarden committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    33804a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    73ab565 View commit details
    Browse the repository at this point in the history
  2. PM-3275 - ExpiringTokenable.cs - add clarifying comments to help dist…

    …inguish between the Valid property and the TokenIsValid method.
    JaredSnider-Bitwarden committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    b30e2da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d279ee View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. PM-3275 - OrganizationService.cs - Refactor Org User Invite methods t…

    …o use new OrgUserInviteTokenable instead of manual creation of a token
    JaredSnider-Bitwarden committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    daffc93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bde672 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fd9a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9654b88 View commit details
    Browse the repository at this point in the history
  5. PM-3275 - AcceptOrgUserCommand.cs - Update ValidateOrgUserInviteToken…

    … to add new token validation while maintaining backwards compatibility for 1 release.
    JaredSnider-Bitwarden committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    dda6c90 View commit details
    Browse the repository at this point in the history
  6. dotnet format

    JaredSnider-Bitwarden committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    b27c187 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33ba8db View commit details
    Browse the repository at this point in the history
  8. PM-3275 - ServiceCollectionExtensions.cs - Must register IDataProtect…

    …orTokenFactory<OrgUserInviteTokenable> for new tokenable
    JaredSnider-Bitwarden committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    ae29432 View commit details
    Browse the repository at this point in the history
  9. PM-3275 - OrgUserInviteTokenable needed access to global settings to …

    …set its token lifetime to the _globalSettings.OrganizationInviteExpirationHours value. Creating a factory seemed the most straightforward way to encapsulate the desired creation logic. Unsure if in the correct location in ServiceCollectionExtensions.cs but will figure that out later.
    JaredSnider-Bitwarden committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    8b44977 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2eeacfc View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    9c5b808 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f33e515 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cda892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d55d70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a7a6712 View commit details
    Browse the repository at this point in the history
  6. PM-3275 - AcceptOrgUserCommandTests.cs - (1) Remove old tests from Or…

    …ganizationServiceTests as no longer needed to reference (2) Add summary for SetupCommonAcceptOrgUserMocks (3) Get AcceptOrgUserByToken_OldToken_AcceptsUserAndVerifiesEmail passing
    JaredSnider-Bitwarden committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    62f5f49 View commit details
    Browse the repository at this point in the history
  7. PM-3275 - Create interface for OrgUserInviteTokenableFactory b/c that…

    …'s the right thing to do + enables test substitution
    JaredSnider-Bitwarden committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    97b3503 View commit details
    Browse the repository at this point in the history
  8. PM-3275 - AcceptOrgUserCommandTests.cs - (1) Start work on AcceptOrgU…

    …serByToken_NewToken_AcceptsUserAndVerifiesEmail (2) Create and use SetupCommonAcceptOrgUserByTokenMocks() (3) Create generic FakeDataProtectorTokenFactory for tokenable testing
    JaredSnider-Bitwarden committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d6791ab View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. PM-3275 - (1) Get AcceptOrgUserByToken_NewToken_AcceptsUserAndVerifie…

    …sEmail test passing (2) Move FakeDataProtectorTokenFactory to own file
    JaredSnider-Bitwarden committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b1b786f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb64e4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb071ab View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…

    …cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
    JaredSnider-Bitwarden committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    bbdd927 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85e531e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d49f994 View commit details
    Browse the repository at this point in the history
  7. PM-3275 - (1) Tests written for AcceptOrgUserByOrgSsoIdAsync (2) Refa…

    …ctor happy path assertions into helper function AssertValidAcceptedOrgUser to reduce code duplication
    JaredSnider-Bitwarden committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    a022de8 View commit details
    Browse the repository at this point in the history
  8. PM-3275 - Finish up testing AcceptOrgUserCommandTests.cs by adding te…

    …sts for AcceptOrgUserByOrgIdAsync
    JaredSnider-Bitwarden committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    847d6ae View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3599438 View commit details
    Browse the repository at this point in the history
  10. PM-3275 - Bugfix - OrgUserInviteTokenableFactory implementation requi…

    …red when declaring singleton service in ServiceCollectionExtensions.cs
    JaredSnider-Bitwarden committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    ca95b25 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e689788 View commit details
    Browse the repository at this point in the history
  12. dotnet format

    JaredSnider-Bitwarden committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7c9c1ba View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. PM-3275 - PoliciesController.cs - GetMasterPasswordPolicy bugfix - fo…

    …r orgs without a MP policy, policy comes back as null and we should return notFound in that case.
    JaredSnider-Bitwarden committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    675079a View commit details
    Browse the repository at this point in the history
  2. PM-3275 - Add PoliciesControllerTests.cs specifically for new GetMast…

    …erPasswordPolicy(...) endpoint.
    JaredSnider-Bitwarden committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3954b65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    151f4a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. PM-3275 - PoliciesController.cs - (1) Add tech debt task number (2) P…

    …roperly flag endpoint as deprecated
    JaredSnider-Bitwarden committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    db44b97 View commit details
    Browse the repository at this point in the history
  2. PM-3275 - Add new hasManageResetPasswordPermission property to Profil…

    …eResponseModel.cs primarily for sync so that we can condition client side if TDE user obtains elevated permissions
    JaredSnider-Bitwarden committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    6f6d14c View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Configuration menu
    Copy the full SHA
    aec314d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ff5022 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    c425268 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd2c0a9 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…

    …cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
    JaredSnider-Bitwarden committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4e48e21 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. PM-3275 - AcceptOrgUserCommand.cs - Refactor token validation to use …

    …short circuiting to only run old token validation if new token validation fails.
    JaredSnider-Bitwarden committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    7cde427 View commit details
    Browse the repository at this point in the history
  2. PM-3275 - OrgUserInviteTokenable.cs - (1) Add new static methods to c…

    …entralize validation logic to avoid repetition (2) Add new token validation method so we can avoid having to pass in a full org user (and hitting the db to do so)
    JaredSnider-Bitwarden committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    138d4a2 View commit details
    Browse the repository at this point in the history
  3. PM-3275 - Realized that the old token validation was used in the Poli…

    …ciesController.cs (existing user clicks invite link in email and goes to log in) and UserService.cs (user clicks invite link in email and registers for a new acct). Added tech debt item for cleaning up backwards compatibility in future.
    JaredSnider-Bitwarden committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    eff02c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ab422f View commit details
    Browse the repository at this point in the history
  5. dotnet format

    JaredSnider-Bitwarden committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    49c1701 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…

    …cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
    JaredSnider-Bitwarden committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    15d728b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. PM-3275 - (1) AccountsController.cs - Update PostSetPasswordAsync Set…

    …PasswordRequestModel to allow null keys for the case where we have a TDE user who obtains elevated permissions - they already have a user public and user encrypted private key saved in the db. (2) AccountsControllerTests.cs - test PostSetPasswordAsync scenarios to ensure changes will work as expected.
    JaredSnider-Bitwarden committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    0dcc86d View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    620efd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. PM-3275 - PR review feedback - (1) set CurrentContext to private (2) …

    …Refactor GetProfile to use variables to improve clarity and simplify debugging.
    JaredSnider-Bitwarden committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    056636d View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…

    …cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
    JaredSnider-Bitwarden committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5710729 View commit details
    Browse the repository at this point in the history
  3. PM-3275 - SyncController.cs - PR Review Feedback - Set current contex…

    …t as private instead of protected.
    JaredSnider-Bitwarden committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1c099a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d83da37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f651f85 View commit details
    Browse the repository at this point in the history
  6. PM-3275 - SetInitialMasterPasswordCommandTests.cs - PR Feedback - Add…

    … expected outcome statement to test name
    JaredSnider-Bitwarden committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    be5ad49 View commit details
    Browse the repository at this point in the history
  7. PM-3275 - Set Initial Password command and tests - PR Feedback change…

    …s - (1) Rename orgIdentifier --> OrgSsoIdentifier for clarity (2) Update SetInitialMasterPasswordAsync to not allow null orgSsoId with explicit message saying this vs letting null org trigger invalid organization (3) Add test to cover this new scenario.
    JaredSnider-Bitwarden committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    6b92cde View commit details
    Browse the repository at this point in the history
  8. PM-3275 - SetInitialMasterPasswordCommand.cs - Move summary from impl…

    …ementation to interface to better respect standards and the fact that the interface is the more seen piece of code.
    JaredSnider-Bitwarden committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    bc476b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    a40b5c4 View commit details
    Browse the repository at this point in the history
  2. PM-3275 - AcceptOrgUserCommand.cs - Per PR feedback, rename AcceptOrg…

    …UserByTokenAsync -> AcceptOrgUserByEmailTokenAsync + replace generic name token with emailToken
    JaredSnider-Bitwarden committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    c891f43 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…

    …cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
    JaredSnider-Bitwarden committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    4ba466c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    07c5374 View commit details
    Browse the repository at this point in the history
  2. PM-3275 - AcceptOrgUserCommand.cs - Per PR feedback, remove new lines…

    … in error messages for consistency.
    JaredSnider-Bitwarden committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    0ab5825 View commit details
    Browse the repository at this point in the history
  3. PM-3275 - SetInitialMasterPasswordCommand.cs - Per PR feedback, adjus…

    …t formatting of constructor for improved readability.
    JaredSnider-Bitwarden committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9b78c53 View commit details
    Browse the repository at this point in the history
  4. PM-3275 - CurrentContextExtensions.cs - Refactor AnyOrgUserHasManageR…

    …esetPasswordPermission per PR feedback to remove unnecessary var.
    JaredSnider-Bitwarden committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f3bda42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44bc574 View commit details
    Browse the repository at this point in the history
  6. PM-3275 - PoliciesController.cs - Per PR feedback, update GetByInvite…

    …dUser param to be guid instead of string.
    JaredSnider-Bitwarden committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    a569fe7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    011fda9 View commit details
    Browse the repository at this point in the history
  8. PM-3275 - AcceptOrgUserCommand.cs - Per PR feedback, use const purpos…

    …e from tokenable instead of magic string.
    JaredSnider-Bitwarden committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    9c142bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    115d18d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2841b96 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    4fc7733 View commit details
    Browse the repository at this point in the history
  2. PM-3275 - Per PR feedback, revert all sync controller changes as the …

    …ProfileResponseModel.organizations array has org objects which have permissions which have the ManageResetPassword permission. So, I have the information that I need clientside already to determine if the user has the ManageResetPassword in any org.
    JaredSnider-Bitwarden committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    36c8d4b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/auth/pm-3275/tde-add-get-mp-poli…

    …cy-endpoint' into auth/pm-3275/tde-add-get-mp-policy-endpoint
    JaredSnider-Bitwarden committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    83c278e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8fb82b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    50b954b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b476e1 View commit details
    Browse the repository at this point in the history
  3. PM-3275 - PoliciesControllerTests.cs - Update imports as the Policies…

    …Controller was moved under the admin console team's domain.
    JaredSnider-Bitwarden committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    eaf3197 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    40c7b35 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    b495711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65882ea View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    05e8d82 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    889acba View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    2e6f90f View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Merge remote-tracking branch 'origin/master' into auth/pm-3275/tde-ad…

    …d-get-mp-policy-endpoint
    
    # Conflicts:
    #	src/Core/Services/Implementations/UserService.cs
    #	src/SharedWeb/Utilities/ServiceCollectionExtensions.cs
    #	test/Core.Test/Services/UserServiceTests.cs
    JaredSnider-Bitwarden committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    699bfa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6806047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c546897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c8aa953 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Merge remote-tracking branch 'origin/master' into auth/pm-3275/tde-ad…

    …d-get-mp-policy-endpoint
    
    # Conflicts:
    #	src/Core/Services/Implementations/OrganizationService.cs
    JaredSnider-Bitwarden committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e8e0d6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    050b691 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f86e4d View commit details
    Browse the repository at this point in the history