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

BUGFIX: Neos redirection issue in subfolder configuration #3713

Merged
merged 5 commits into from
Feb 11, 2024

Commits on Feb 6, 2024

  1. BUGFIX: Neos redirection issue in subfolder configuration

    Addressing an issue where the redirection to /neos fails when Neos runs in a subfolder. This commit introduces a new route to the defaultModule. The index action of the backend controller is responsible for ensuring the correct backend module. Additionally, consideration for the preferredStartModules configuration has been incorporated here.
    
    Fixes: neos/neos-development-collection#4797
    markusguenther committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    2ec86e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. TASK: Make routes available to middlewares

    Thanks for the idea @grebaldi
    mhsdesign committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    bf48d91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3105d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    120fd63 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9eb98a5 View commit details
    Browse the repository at this point in the history