mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[PR #343] [MERGED] feat: supports resumable uploads #574
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sigoden/dufs/pull/343
Author: @sigoden
Created: 1/10/2024
Status: ✅ Merged
Merged: 1/11/2024
Merged by: @sigoden
Base:
main← Head:feat-resume-upload📝 Commits (10+)
9e691a4feat: supports resumable uploadfeb772badd more tests0cccee3use PATCH rather than PUT8bc2103update readme69658b5update webuid3f94dfupdate webui styles3ebd0afimprove webui9859246update readmec0f15f9abandon upload-offset response headerff18fe3follow sabre webdav http-patch spec📊 Changes
5 files changed (+190 additions, -40 deletions)
View changed files
📝
README.md(+17 -3)📝
assets/index.css(+4 -1)📝
assets/index.js(+60 -15)📝
src/server.rs(+88 -19)📝
tests/http.rs(+21 -2)📄 Description
HTTP PATCH support https://sabre.io/dav/http-patch/
close #335
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.