seedvault-app/seedvault

Use 'X-NC-Skip-Trashbin' header to delete files without trashbin when cleaning up Nextcloud WebDAV backups

开放

#1,037 创建于 2026年7月15日

 (1 条评论) (0 个反应) (0 位负责人)Kotlin (97 个派生)auto 404
good first issuehelp wanted

仓库指标

星标
 (1,782 个星标)
PR 合并指标
 (平均合并 2天 16小时) (30 天内合并 4 个 PR)

描述

Prefacing with the fact that backing up my phone to my Nextcloud instance with WebDAV has been sturdy and solid for a while, I have the annoyance that Seedvault sends a lot of files to the trash bin when cleaning up backups. This clogs up the trash bin with files that aren't in my retention policy anymore, making it difficult to browse the bin normally. I don't want to completely disable trash bin retention, I still want that option for my user files.

Nextcloud now supports WebDAV DELETEs without trashbin with a X-NC-Skip-Trashbin header.

It would be awesome to have Seedvault pass this custom header on DELETEs, at least as an opt-in. An expert setting for "custom WebDAV headers" would also work.

贡献者指南