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

FEATURE: Import custom fields as tags and collections #16

Merged
merged 27 commits into from
Oct 26, 2021

Commits on Oct 5, 2021

  1. Added Tags to Canto Search

    pKallert committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    f86e95f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7de095d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    4417af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12ccbe4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. BUGFIX: removed debug

    pKallert committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    5d7f6fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e363669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82030c2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

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

Commits on Oct 14, 2021

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

Commits on Oct 15, 2021

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

Commits on Oct 18, 2021

  1. Add missing Param in comment

    pKallert committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b6c75ea View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

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

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    a1956f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7fa77 View commit details
    Browse the repository at this point in the history
  3. Adjust method signatures

    - rename getAllCustomFields() to getCustomFields(), add return type
    - rename $tagQuery to $customQueryPart
    - rename setTag, getTag() to setActiveTag(), getActiveTag()
    - rename setAssetCollection(), getAssetCollection() to
      setActiveAssetCollection(), getActiveAssetCollection()
    kdambekalns committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    8db6df0 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    This renames some variables and fixes code style issues.
    kdambekalns committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    c1e0373 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/tags' into feature/tagsCommand

    # Conflicts:
    #	Classes/Service/CantoClient.php
    #	Configuration/Settings.yaml
    kdambekalns committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3c9d5f2 View commit details
    Browse the repository at this point in the history
  6. Enable client credentials auth for CLI use

    When Canto needs to be accessed e.g. from the CLI, no Neos user is
    active and thus no access token can be used. For those cases, a switch
    to client credentials mode is now possible.
    
    Note: With this, the need for appId and appSecret in CantoAssetSource
    is already back. :)
    kdambekalns committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    7a52e11 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' into feature/tagsCommand

    # Conflicts:
    #	README.md
    kdambekalns committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    68f0b0b View commit details
    Browse the repository at this point in the history
  8. Remove setAuthorizationByUser() again

    Using the Canto API from CLI is possible with client credentials mode
    by now.
    kdambekalns committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3ebb47b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ecd8e7 View commit details
    Browse the repository at this point in the history
  10. Cleanup to "old" code

    kdambekalns committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    da1ca28 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    050bc44 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e377aa View commit details
    Browse the repository at this point in the history
  13. Merge branch 'main' into feature/tags

    # Conflicts:
    #	README.md
    kdambekalns committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    1faf9ff View commit details
    Browse the repository at this point in the history
  14. Merge branch 'feature/tags' into feature/tagsCommand

    # Conflicts:
    #	README.md
    kdambekalns committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    51b4c28 View commit details
    Browse the repository at this point in the history