Skip to content
  • Vincent Petry's avatar
    Adjust REPORT search query, perf and unit tests · fad6a050
    Vincent Petry authored
    - disable REPORT without filter
    
    Because we need to use Node::search($pattern) to find all matching nodes
    in all the subfolder recursively, but the result nodes contain
    incomplete information like owner.
    
    - remove unneeded trailing slash when buildling response href
    
    This got obsoleted when switching to generateMultiStatus()
    
    - add integration pagination test for favorites REPORT
    
    - throw exception for unknown node types in FilesReportPlugin
    fad6a050