[PR #178] [MERGED] feat(#112): 加入 WebDAV 笔记同步功能 #704

Closed
opened 2026-03-02 03:41:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/codexu/note-gen/pull/178
Author: @codexu
Created: 5/12/2025
Status: Merged
Merged: 5/12/2025
Merged by: @codexu

Base: devHead: webdav


📝 Commits (8)

  • 7c56273 feat: webdav 配置及状态检测
  • 5ce499a feat: web 调用备份和同步
  • e67d11d feat: 备份至 webdav
  • bf0ea47 feat: 获取 webdav 服务器文件列表
  • 02072e1 fix: 无法正常获取文件
  • fab2c39 fix: 未按正确的路径下载至本地
  • 9971edc fix: 下载文件未正确解码
  • 3c77715 feat: 批量下载至本地

📊 Changes

9 files changed (+997 additions, -12 deletions)

View changed files

📝 src-tauri/Cargo.lock (+207 -4)
📝 src-tauri/Cargo.toml (+3 -0)
📝 src-tauri/src/main.rs (+4 -1)
src-tauri/src/webdav.rs (+359 -0)
📝 src/app/core/setting/sync/github-sync.tsx (+4 -4)
📝 src/app/core/setting/sync/page.tsx (+23 -3)
src/app/core/setting/sync/webdav-sync.tsx (+162 -0)
src/components/ui/alert.tsx (+59 -0)
src/stores/webdav.ts (+176 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/codexu/note-gen/pull/178 **Author:** [@codexu](https://github.com/codexu) **Created:** 5/12/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@codexu](https://github.com/codexu) **Base:** `dev` ← **Head:** `webdav` --- ### 📝 Commits (8) - [`7c56273`](https://github.com/codexu/note-gen/commit/7c56273437b911400a6963d54950b31c1561fff8) feat: webdav 配置及状态检测 - [`5ce499a`](https://github.com/codexu/note-gen/commit/5ce499ac1993f67cd72568797480e34fffabdfa3) feat: web 调用备份和同步 - [`e67d11d`](https://github.com/codexu/note-gen/commit/e67d11d902c6263b4f0c77f540d8e7f70f93138c) feat: 备份至 webdav - [`bf0ea47`](https://github.com/codexu/note-gen/commit/bf0ea4737f7ee1b2938332860ceb7e7009fbe32c) feat: 获取 webdav 服务器文件列表 - [`02072e1`](https://github.com/codexu/note-gen/commit/02072e1247da7231f8ab9aa92158dce5e3d470da) fix: 无法正常获取文件 - [`fab2c39`](https://github.com/codexu/note-gen/commit/fab2c39d0a3140ae7a999c8410717d85cae97451) fix: 未按正确的路径下载至本地 - [`9971edc`](https://github.com/codexu/note-gen/commit/9971edca20c0d8b18422686313fc22f494c720b7) fix: 下载文件未正确解码 - [`3c77715`](https://github.com/codexu/note-gen/commit/3c77715be32ab5b5be84ff3f8dcda2ae45bf3c69) feat: 批量下载至本地 ### 📊 Changes **9 files changed** (+997 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src-tauri/Cargo.lock` (+207 -4) 📝 `src-tauri/Cargo.toml` (+3 -0) 📝 `src-tauri/src/main.rs` (+4 -1) ➕ `src-tauri/src/webdav.rs` (+359 -0) 📝 `src/app/core/setting/sync/github-sync.tsx` (+4 -4) 📝 `src/app/core/setting/sync/page.tsx` (+23 -3) ➕ `src/app/core/setting/sync/webdav-sync.tsx` (+162 -0) ➕ `src/components/ui/alert.tsx` (+59 -0) ➕ `src/stores/webdav.ts` (+176 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:41:23 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/note-gen#704
No description provided.