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

[stable21] UnifiedSearchController: strip webroot from URL before finding a route #28455

Merged
merged 2 commits into from
Aug 20, 2021

Commits on Aug 16, 2021

  1. UnifiedSearchController: strip webroot from URL before finding a route

    This should fix route matching in UnifiedSearchController on setups with
    Nextcloud in a subfolder (webroot).
    
    Fixes: #24144
    Signed-off-by: Jonas Meurer <[email protected]>
    mejo- authored and backportbot[bot] committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    7ddfd4d View commit details
    Browse the repository at this point in the history
  2. Use IURLGenerator function to get value of \OC::$WEBROOT global

    Signed-off-by: Jonas Meurer <[email protected]>
    mejo- authored and backportbot[bot] committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d528243 View commit details
    Browse the repository at this point in the history