mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[PR #500] [MERGED] fix(codexu#207, codexu#310): 修复 WebDAV 坚果云及自建 优化双栈ipv6加防抖深度自检 #747
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#747
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/codexu/note-gen/pull/500
Author: @zlnox
Created: 7/30/2025
Status: ✅ Merged
Merged: 7/31/2025
Merged by: @codexu
Base:
dev← Head:fix/207-310-WebDav-Support📝 Commits (3)
11a2a51fix(codexu#207, codexu#310): 修复 WebDAV 坚果云及自建 优化双栈ipv6加防抖深度自检6c94619fix/207-310-WebDav-App30bdd90Merge branch 'dev' into fix/207-310-WebDav-Support📊 Changes
10 files changed (+767 additions, -373 deletions)
View changed files
📝
messages/en.json(+14 -2)📝
messages/ja.json(+14 -2)📝
messages/zh.json(+14 -2)📝
src-tauri/Cargo.lock(+3 -0)📝
src-tauri/Cargo.toml(+3 -0)📝
src-tauri/src/lib.rs(+8 -6)📝
src-tauri/src/main.rs(+2 -1)📝
src-tauri/src/webdav.rs(+450 -234)📝
src/app/core/setting/backupSync/webdav-sync.tsx(+109 -44)📝
src/stores/webdav.ts(+150 -82)📄 Description
概述 (Overview)
本次更新主要修复了 WebDAV 功能中存在的若干连接和兼容性问题,并对底层的网络堆栈进行了显著优化。这旨在解决社区反馈的 #207 和 #310 问题,全面提升 WebDAV 同步的稳定性、兼容性和性能。
具体修复与改进 (Specific Fixes & Improvements)
扩展的服务器兼容性:
ugeek/webdav,bytemark/webdav等常见方案的测试。网络连接与性能优化:
用户体验改进:
已测试环境 (Tested Environments)
本次提交已在以下 PC 端 环境中测试通过:
ugeek/webdavbytemark/webdavvisity/webdav(原版无密码验证模式)待测试项 (To Be Tested)
pCloud,Box等) 的兼容性。依赖项变更 (Dependency Changes)
tokio = { version = "1", features = ["full"] }url = "2.5"Closes #207
Closes #310
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.