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

[PM-10311] Account Management: Create helper methods for checking against verified domains #4636

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    113851b View commit details
    Browse the repository at this point in the history
  2. Add GetManagedUserIdsByOrganizationIdAsync method to IOrganizationUse…

    …rRepository and the corresponding queries
    r-tome committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    5b7e189 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    594e5f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e9e532 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    7bdcea7 View commit details
    Browse the repository at this point in the history
  2. dotnet format

    r-tome committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f34e643 View commit details
    Browse the repository at this point in the history
  3. Fix IOrganizationDomainService.HasVerifiedDomainsAsync by checking th…

    …at domains have been Verified and add unit tests
    r-tome committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6788d65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3fd0a0 View commit details
    Browse the repository at this point in the history
  5. Fix domain queries

    r-tome committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    f3924ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ee575de View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    67cd929 View commit details
    Browse the repository at this point in the history
  2. chore: Rename IOrganizationUserRepository.GetManagedUserIdsByOrganiza…

    …tionAsync to GetManyIdsManagedByOrganizationIdAsync
    r-tome committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    4a24b3e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd25de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a9dbc31 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    445f7e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Refactor to IUserService.IsManagedByAnyOrganizationAsync and IOrganiz…

    …ationService.GetUsersOrganizationManagementStatusAsync
    r-tome committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    4d4ec8e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'ac/pm-10311/create-helper-methods-for-checking-against-…

    …verified-domains' of https://github.com/bitwarden/server into ac/pm-10311/create-helper-methods-for-checking-against-verified-domains
    r-tome committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    9092295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca2e727 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Refactor IOrganizationService.GetUsersOrganizationManagementStatusAsy…

    …nc to return IDictionary<Guid, bool>
    r-tome committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b6672d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    6785c50 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ba52318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a94bdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad03931 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f318511 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    f6cecf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ffd16d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdedcf9 View commit details
    Browse the repository at this point in the history
  4. refactor: Update GetOrganizationUsersManagementStatusQuery to use IAp…

    …plicationCacheService
    r-tome committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    399bf01 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8beea6b View commit details
    Browse the repository at this point in the history
  2. Remove HasOrganizationDomains and use UseSso to check if Organization…

    … can have Verified Domains
    r-tome committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e7c7d99 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a69b2e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e612929 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e088574 View commit details
    Browse the repository at this point in the history
  2. Add TODO comment for replacing 'UseSso' organization ability on user …

    …verified domain checks
    r-tome committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    083fe91 View commit details
    Browse the repository at this point in the history
  3. Bump date on migration script

    r-tome committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    d5ef49c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    
    # Conflicts:
    #	src/Core/OrganizationFeatures/OrganizationServiceCollectionExtensions.cs
    r-tome committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    274390c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    530c43e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    c040638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6254665 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    a543efd View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Merge branch 'main' into ac/pm-10311/create-helper-methods-for-checki…

    …ng-against-verified-domains
    r-tome committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    975e70a View commit details
    Browse the repository at this point in the history