9001 / 9001/copyparty

Add Support for Win32LastModifiedTime WebDAV Property

オープン
#910 コメント 4 件 リアクション 0 件 担当者 1 名 @9001 が担当を希望しています GitHub で見る
enhancement
主要言語
Python
スター
46.6k
フォーク
1.9k
平均マージ
10日 16時間
マージ済み PR(30日)
5

説明

When uploading files via some WebDAV clients, Like `rclone` or Windows Explorer, properties such as `Win32LastModifiedTime` are attempted to be set, but rejected by copyparty.
This results in loss of information, as the last modified timestamp of the uploaded file is changed to the upload time.

Windows Explorer HTTP request:
```
PROPPATCH /test.txt HTTP/1.1



Thu, 09 Oct 2025 17:54:43 GMT
Thu, 09 Oct 2025 17:55:31 GMT
Thu, 09 Oct 2025 17:54:43 GMT
00000000

```

Copyparty's HTTP response:
```
HTTP/1.1 207 Multi-Status


/test.txt







HTTP/1.1 403 Forbidden

```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。