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

[VER-355] feat: Remove Profiles concept #124

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Mar 29, 2024

  1. feat: Prevent from creating Profiles

    We want to remove the concept of `Profiles` as they overlap with Cozy's
    `Contacts`
    
    In cozy-keys-browser we will add the concept of `Contacts` to replace
    old profiles, but in cozy-pass-web we don't need to do this as the
    `cozy-contact` app already exists
    
    This commit prevents from creating a `Profile` cipher
    
    Related PR: cozy/cozy-keys-browser#169
    Ldoppea committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    6ced3ee View commit details
    Browse the repository at this point in the history
  2. feat: Prevent from restoring Profiles

    We want to remove the concept of `Profiles` as they overlap with Cozy's
    `Contacts`
    
    In cozy-keys-browser we will add the concept of `Contacts` to replace
    old profiles, but in cozy-pass-web we don't need to do this as the
    `cozy-contact` app already exists
    
    This commit prevents from restoring `Profile` ciphers
    
    Related PR: cozy/cozy-keys-browser#169
    Ldoppea committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    b57dcd6 View commit details
    Browse the repository at this point in the history
  3. feat: Hide Profiles category if empty

    We want to remove the concept of `Profiles` as they overlap with Cozy's
    `Contacts`
    
    In cozy-keys-browser we will add the concept of `Contacts` to replace
    old profiles, but in cozy-pass-web we don't need to do this as the
    `cozy-contact` app already exists
    
    This commit hides the `Profile` category if empty (which should be the
    case after the migration is done on cozy-keys-browser side)
    
    Related PR: cozy/cozy-keys-browser#169
    Ldoppea committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    63b32ac View commit details
    Browse the repository at this point in the history