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

Bitwarden access manager #10

Merged
merged 42 commits into from
Apr 4, 2023
Merged

Bitwarden access manager #10

merged 42 commits into from
Apr 4, 2023

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    3ef32c2 View commit details
    Browse the repository at this point in the history
  2. Add structural classes

    * Member
    * Group
    * Collection
    * GroupMember
    * MemberCollectionAccess
    * GroupCollectionAccess
    yannickhilber committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c749769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09d62a1 View commit details
    Browse the repository at this point in the history
  4. Add Configuration class

    yannickhilber committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    0f54dec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41c3359 View commit details
    Browse the repository at this point in the history
  6. Add main

    yannickhilber committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    33f3c80 View commit details
    Browse the repository at this point in the history
  7. Add diff to main

    yannickhilber committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    da3cdd6 View commit details
    Browse the repository at this point in the history
  8. Rename bitwarden script

    yannickhilber committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    24d96db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3ae6439 View commit details
    Browse the repository at this point in the history
  10. Fix type error

    yannickhilber committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a8de610 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d9dce1a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f33121c View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    7913d5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8827ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    511286a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9316ca8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    166f7aa View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    63296ca View commit details
    Browse the repository at this point in the history
  2. Apply black formatting

    yannickhilber committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1d26b3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7250ebf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c23a41c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebf5372 View commit details
    Browse the repository at this point in the history
  6. Fix mypy errors

    yannickhilber committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    6fd0242 View commit details
    Browse the repository at this point in the history
  7. Update docstring

    yannickhilber committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7c6e97f View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    378c653 View commit details
    Browse the repository at this point in the history
  2. Add MemberType class

    yannickhilber committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    cea3fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8013aa View commit details
    Browse the repository at this point in the history
  4. Add GroupAccess enum

    yannickhilber committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    1168dc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    afdb1ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bed3c8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7c0ffb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    96bf04a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Add groups to Member

    When a member is not part of a group, it will be reflected in Member
    diff. Therefore group diff is not necessary and will result in
    duplicated information. group_diff is removed.
    yannickhilber committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b0e8a2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cda04f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22d7d44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    00bd820 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b326d5 View commit details
    Browse the repository at this point in the history
  6. Use default_dict

    yannickhilber committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    cc2c081 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d097be8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c9f2c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Script cleanup

    yannickhilber committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f858a73 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Add execute flag

    yannickhilber committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    150d179 View commit details
    Browse the repository at this point in the history