Commit Graph
10 Commits
Author SHA1 Message Date
liumangmang c387cc2487 fix: Local->Many 传输等待后端任务真正完成
- 改用 uploadFile + subscribeUploadProgress 替代 uploadFileWithProgress
- 只有后端任务状态为 success 才标记成功
- 修复显示成功但远端无文件的问题
2026-03-18 23:02:31 +08:00
liumangmang 80fc5c8a0f feat: 增强 Transfers 页面文件浏览功能
- 在 SftpFilePickerModal 中添加搜索功能
- 添加显示/隐藏文件切换按钮(参考 SftpView)
- Remote->Many 模式下目标连接列表自动排除源连接
- 全选功能自动排除源连接
- 添加空状态提示信息
- 优化用户体验和交互逻辑
2026-03-12 17:45:07 +08:00
liumangmang 085123697e 增强 SSH/SFTP 稳定性并完善安全校验与前端交互 2026-03-11 23:14:39 +08:00
liumangmang 8845847ce2 Improve SFTP file view and upload handling
Add hidden-file toggle and search, prevent rapid-click path duplication, fix multipart upload headers, and raise backend upload size limits with clearer errors.
2026-03-10 18:07:51 +08:00
LiuMangMang 939b2ff287 Add Makefile commands for one-command Docker deployment 2026-03-09 00:28:27 +08:00
LiuMangMang e5b9399350 Fix accidental close when dragging out of connection form inputs 2026-03-09 00:14:51 +08:00
LiuMangMang 6f37074f5a Add AGENTS.md guidelines for OpenCode workflows 2026-03-09 00:03:21 +08:00
LiuMangMang a10906d711 Improve SFTP reliability and credential hygiene with regression tests 2026-03-09 00:02:22 +08:00
LiuMangMang 765d05c0a7 Update server port configuration from 8080 to 48080 in both backend and frontend settings. 2026-02-03 10:05:46 +08:00
LiuMangMangandCursor 1c5a44ff71 Initial commit: SSH Manager (backend + frontend)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-03 09:10:06 +08:00