Skip to content

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Jul 2, 2025

Backport of #53730

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot backportbot bot added this to the Nextcloud 30.0.13 milestone Jul 2, 2025
@blizzz blizzz changed the title [stable30] [stable31] perf(dav): Preload dav search with tags/favorites [stable30] perf(dav): Preload dav search with tags/favorites Jul 2, 2025
@AndyScherzinger AndyScherzinger requested a review from blizzz July 2, 2025 21:31
@blizzz blizzz force-pushed the backport/53730/stable30 branch from 47a8883 to 43b73f6 Compare July 2, 2025 21:40
@blizzz blizzz marked this pull request as ready for review July 2, 2025 21:40
@blizzz
Copy link
Member

blizzz commented Jul 2, 2025

/backport! to stable29

@blizzz blizzz force-pushed the backport/53730/stable30 branch from 43b73f6 to 782f42c Compare July 2, 2025 21:43
@@ -203,22 +222,11 @@
)) {
// note: pre-fetching only supported for depth <= 1
$folderContent = $node->getChildren();
$fileIds[] = (int) $node->getId();
$fileIds = [(int) $node->getId()];

Check notice

Code scanning / Psalm

RedundantCastGivenDocblockType Note

Redundant cast to int given docblock-provided type
) {
return;
}
$this->prefetchTagsForFileIds(array_map(fn ($node) => $node->getId(), $nodes));

Check notice

Code scanning / Psalm

MissingClosureReturnType Note

Closure does not have a return type, expecting mixed
@blizzz blizzz merged commit 33805b8 into stable30 Jul 3, 2025
178 of 181 checks passed
@blizzz blizzz deleted the backport/53730/stable30 branch July 3, 2025 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants