Skip to content

Reenable Paginated WebDAV Requests #9440

@i2h3

Description

@i2h3

Problem

When the desktop client requests the content listing of a directory with many items (like a few thousand or more), the request may fail both server or client side due to time outs or memory limits because the response always

Solution

Leverage paginated requests again. This was already implemented in the past but disabled to due to a regression in the server code.

Pitfalls

The server-side pagination was fixed but the fix is only available with Nextcloud 31 or newer. It must be assumed that older server releases do not support paginated responses. This must be taken into account in the implementation to gracefully still give clients connected to outdated server releases a chance.

History

Metadata

Metadata

Assignees

Labels

feature: 📁 file providermacOS File Provider Extension, more general also known as virtual file system.

Projects

Status

📄 To do

Relationships

None yet

Development

No branches or pull requests

Issue actions