Closed icewind1991 closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 97.24%. Comparing base (
97129a9
) to head (1434739
). Report is 13 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@icewind1991 - you rock! See https://github.com/nextcloud/server/issues/42143
For those that don't have root access to their NC installs, which version can we expect the fix to arrive in?
Thanks!
@staabm @DeepDiver1975 any comment? or merge and release?
The change https://github.com/sabre-io/dav/pull/1060 from the recursive to iterative
getNodeForPath
means that any cached parent node isn't used anymore.This adds some logic to find the nearest parent that is cached and start the iterative logic from there.