Commit Graph

357 Commits

Author SHA1 Message Date
237899745
318d8f32ab chore: bump version to 0.1.30 and release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 00:49:29 +08:00
237899745
039f1d8269 fix: add CSRF token to delete direct link request
The DELETE /api/direct-link/:id endpoint requires CSRF validation.
Updated api_delete_direct_link to fetch CSRF token before sending
the request, matching the pattern used by api_delete_share.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 00:44:05 +08:00
237899745
a82f7b7e36 chore: bump version to 0.1.29 and release
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 00:38:15 +08:00
237899745
c9349bd116 perf: async OSS upload in resumable complete endpoint
For OSS storage, the /api/upload/resumable/complete endpoint now returns
immediately after all chunks are assembled, then uploads to OSS in the
background. This eliminates the blocking re-upload delay for large files.

Local storage remains synchronous (already optimized with rename-first).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 00:26:02 +08:00
237899745
4832d7ac46 feat: optimize file icons, UI, share direct links, and upload performance
- Replace CSS-only file icons with SVG icons for each file type (folder, image, video, audio, archive, document, app)
- Add navigation icons to left sidebar (Baidu Netdisk style)
- Enlarge file cards (108px -> 120px) with smoother transitions
- Add direct links section to share page with copy/delete actions
- Add Rust bridge commands for fetching and deleting direct links
- Optimize local storage put() to use rename-first strategy instead of copyFileSync for instant large file completion
- Show "server processing" status during upload finalization instead of appearing stuck

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 00:19:20 +08:00
yuyx
0151cacc25 fix(settings): 移除设置中心的客户端下载入口
右上角导航已有客户端下载按钮,设置中心重复展示无必要
2026-04-03 22:54:49 +08:00
069f2f91ac fix: improve app relaunch after update and release 0.1.28 2026-02-20 23:53:02 +08:00
fbf1244722 feat: improve sync workspace and updater stability in 0.1.27 2026-02-20 23:44:26 +08:00
f03a8b4524 fix: make silent updater produce logs reliably and release 0.1.26 2026-02-20 22:55:20 +08:00
636aa69ede feat: verify updater package and harden client reliability in 0.1.25 2026-02-20 22:15:28 +08:00
34eedc6a5b fix: harden silent updater flow and release 0.1.24 2026-02-20 20:34:02 +08:00
7025c1072f feat: improve upload resilience and release 0.1.23 2026-02-20 20:21:42 +08:00
ce784ff77f fix: correct mobile web layout for client download button 2026-02-20 16:15:54 +08:00
8abb08a744 feat: add web entry to download desktop client 2026-02-19 21:49:32 +08:00
8bc32b3f72 fix: stabilize silent updater and release 0.1.22 2026-02-19 21:41:44 +08:00
eccc74d1a9 chore: bump desktop update channel to 0.1.21 2026-02-19 21:04:12 +08:00
2845eeea24 feat: tighten file card borders on web and desktop with 0.1.10 release 2026-02-19 20:57:24 +08:00
e3ed4df356 feat: restyle desktop file grid to baidu-style icon layout 2026-02-19 20:46:31 +08:00
cb6e9a67c1 feat: release desktop 0.1.9 with device dedupe and new branding 2026-02-19 20:33:54 +08:00
d5b45c7aef feat: adjust confirm button order and improve file name wrapping 2026-02-19 20:09:05 +08:00
14bc3f98fb chore: release desktop client 0.1.7 2026-02-19 19:44:15 +08:00
f17dc2fda2 fix: unify client confirmations and inline rename UX 2026-02-19 19:36:52 +08:00
c595cf28cb chore: bump desktop client version to 0.1.6 2026-02-19 19:14:35 +08:00
6cdac7ddfb fix: restore login by defining getClientIp helper 2026-02-19 19:08:12 +08:00
f253d542d9 feat: add online device management and desktop settings integration 2026-02-19 17:34:41 +08:00
85039fcd29 feat(desktop): remember login in sqlite and streamline update flow 2026-02-19 00:12:33 +08:00
2c30ae12e3 chore(release): bump desktop client to 0.1.4 2026-02-18 22:55:52 +08:00
7549361d0a fix(desktop): require in-app confirmation before deleting shares 2026-02-18 22:53:53 +08:00
0870bae3f2 fix(frontend): replace share delete confirm with in-app modal 2026-02-18 22:48:31 +08:00
9dd2b2774b chore(release): bump desktop client to 0.1.3 2026-02-18 22:27:20 +08:00
e40b9ff82c feat(desktop): stream download progress and auto-launch installer 2026-02-18 22:24:41 +08:00
8297bee1ea docs(desktop): rewrite README in Chinese with integration and build guide 2026-02-18 22:16:20 +08:00
f88505b829 feat(update): auto-clean old desktop installer packages 2026-02-18 22:14:26 +08:00
134025b7a5 feat(share): reuse existing share and direct links per file 2026-02-18 22:13:14 +08:00
18d92f37aa fix(frontend): use native confirm for share/direct-link deletion 2026-02-18 22:11:55 +08:00
a3b8e4249a chore(release): publish desktop 0.1.2 with manual update checks 2026-02-18 22:02:34 +08:00
e5c4b8f418 feat(security): shorten download signed URLs to 30s and remove update polling 2026-02-18 21:59:14 +08:00
8617856388 chore(release): sync tauri cargo lock to 0.1.1 2026-02-18 21:25:47 +08:00
7db94bf23c chore(release): bump desktop client to 0.1.1 2026-02-18 21:23:05 +08:00
b560da04c7 feat(desktop): implement startup and scheduled auto update flow 2026-02-18 21:11:59 +08:00
b0490e360f fix(desktop-ui): stabilize files toolbar layout 2026-02-18 21:08:18 +08:00
0cff938756 chore(desktop): align update panel copy with one-click installer flow 2026-02-18 20:28:08 +08:00
46b7f5dfcf feat(desktop): align requested 4/5/6/8 with resume queue batch and one-click update 2026-02-18 20:26:16 +08:00
62c8fdc200 feat(desktop): add sort/filter, update center, and local sync workspace 2026-02-18 20:07:21 +08:00
f1654165b8 perf(desktop): stream drag-upload and improve transfer status UX 2026-02-18 19:50:34 +08:00
1776f8eb6d feat(desktop): add drag-and-drop upload for file view 2026-02-18 19:46:11 +08:00
5c3fb759b3 style(desktop): improve alignment and spacing across file/share views 2026-02-18 19:33:39 +08:00
e3d3823639 fix(desktop): enforce square file cards and icon tiles 2026-02-18 19:29:25 +08:00
1d34ada9b7 feat(desktop): native download and working context menu actions 2026-02-18 19:25:52 +08:00
3846c489e6 feat(desktop): square file cards and context-menu file actions 2026-02-18 18:30:53 +08:00