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

Move manifest endpoints to their own, independent API group and fix access policies accordingly #15989

Merged
merged 12 commits into from
Apr 9, 2024

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    cece944 View commit details
    Browse the repository at this point in the history
  2. Update OpenApi.json

    kjac committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a9690a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

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

Commits on Apr 8, 2024

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

    kjac committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    20996c4 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge branch 'v14/dev' into v14/feature/manifests-as-independent-api-…

    …group
    
    # Conflicts:
    #	src/Umbraco.Cms.Api.Management/Controllers/Manifest/AllManifestController.cs
    #	src/Umbraco.Cms.Api.Management/Controllers/Manifest/PublicManifestManifestController.cs
    kjac committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    dcb55fc View commit details
    Browse the repository at this point in the history
  2. update OpenAPI.json

    iOvergaard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    dae2484 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/v14/dev' into v14/feature/manife…

    …sts-as-independent-api-group
    
    # Conflicts:
    #	src/Umbraco.Cms.Api.Management/OpenApi.json
    iOvergaard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7a29d07 View commit details
    Browse the repository at this point in the history
  4. update OpenApi.json

    iOvergaard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1a62b6f View commit details
    Browse the repository at this point in the history
  5. allow /umbraco/logout to be used for PostLogoutRedirectUris when logg…

    …ing out through the management api
    iOvergaard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    7292d6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    00c89b2 View commit details
    Browse the repository at this point in the history
  7. add constraints to the BackofficeDefaultController to handle the case…

    …s of 'install', 'upgrade', and 'logout'
    iOvergaard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9c4e8c3 View commit details
    Browse the repository at this point in the history