Commit Graph

369 Commits

Author SHA1 Message Date
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
3a0040793d feat(desktop): implement share management and hide endpoint settings 2026-02-18 17:17:49 +08:00
a45aaf59ea feat(desktop): add tauri desktop client for cs.workyai.cn 2026-02-18 16:53:22 +08:00
9b3abdbe6a fix: correct local datetime display and remove false devtools detection 2026-02-18 11:23:34 +08:00
6b26b73ab0 fix: keep expired reservations reconcilable for delayed OSS logs 2026-02-18 10:49:58 +08:00
2bd74b9eeb fix: ingest oss traffic logs without file extensions 2026-02-18 10:24:00 +08:00
5688057607 fix: bump app.js cache busting version 2026-02-18 10:08:11 +08:00
863c23f946 feat: add configurable stealth download security policies 2026-02-18 09:48:14 +08:00
51b84d4966 fix: improve reservation cleanup and share popup handling 2026-02-17 23:55:31 +08:00
01b15e1c28 feat: add share security, resumable upload, global search and reservation ops panel 2026-02-17 23:36:30 +08:00
78f5f02f83 fix: bump app.js cache-busting version 2026-02-17 22:56:49 +08:00
8d6ffa3448 ui: show file names instead of full paths in shares 2026-02-17 22:54:12 +08:00
71733a5efc style: align share and direct-link table layout 2026-02-17 22:42:11 +08:00
88a64b44cd fix: unify share/direct link click and copy actions 2026-02-17 22:39:19 +08:00
d003ab711e fix: normalize traffic range buttons layout in settings 2026-02-17 22:14:40 +08:00
4d226f3b86 feat: add independent direct-link sharing flow 2026-02-17 21:57:38 +08:00
77bdda5fdb test: update admin/share edge scripts for cookie+csrf auth 2026-02-17 21:32:07 +08:00
fede6c3b70 feat: add server-side admin user pagination and align traffic report accounting 2026-02-17 20:30:02 +08:00
0791082fde feat: improve admin user management with filters and pagination 2026-02-17 20:13:32 +08:00
807d5e5fcb feat: improve media preview UX with caching and loading states 2026-02-17 20:03:02 +08:00
3c86e18bad fix: remove preview content-type override for aliyun oss compatibility 2026-02-17 19:51:01 +08:00
60e7e5bb78 fix: use preview-mode signed URLs and graceful media preview fallback 2026-02-17 19:36:49 +08:00
d6ceac5dbe fix: precheck local downloads to avoid JSON file download on quota errors 2026-02-17 19:32:48 +08:00
3ace94d767 fix: fallback to file icon when thumbnail load fails 2026-02-17 19:29:42 +08:00
0c660f65d6 feat: make zero download quota block downloads and use -1 for unlimited 2026-02-17 19:25:39 +08:00
725c252100 fix: precheck local share download quota at download-url stage 2026-02-17 19:08:47 +08:00
b93547d111 chore: properly ignore runtime storage and data directories 2026-02-17 19:07:11 +08:00
ef67cd2a44 fix: move share quota block to download and add 3s download alert 2026-02-17 19:05:12 +08:00
7983ab504a feat: switch OSS download quota to reservation plus log reconcile 2026-02-17 18:12:33 +08:00
5cdd8e9c84 fix: force OSS direct download even when traffic quota is enabled 2026-02-17 17:40:55 +08:00
536e807b38 feat: add user download traffic reports and restore OSS direct downloads 2026-02-17 17:36:26 +08:00
753434ff49 feat: enhance download traffic quota lifecycle controls 2026-02-17 17:19:25 +08:00
83937db680 feat(quota): add downloadable traffic quota with local/OSS/share metering 2026-02-17 16:52:26 +08:00
854b1374ab fix(security): harden CORS/cookie policy and share path validation 2026-02-12 21:39:01 +08:00
7cab8516de fix(ui): apply true large-screen scaling and mobile overflow safeguards 2026-02-12 20:33:36 +08:00
63392ea1b2 fix(frontend): improve 2k/4k scaling and mobile overflow responsiveness 2026-02-12 20:28:08 +08:00
08b3c41d79 feat: apply UI/storage/share optimizations and quota improvements 2026-02-12 18:02:57 +08:00
05fc04258d feat(frontend): unify landing style and add product/scenes/start pages 2026-02-12 18:02:28 +08:00
b135987fe8 feat: 添加多项功能和修复
功能新增:
- OSS 存储使用情况显示(文件页面)
- OSS 当日流量统计(阿里云云监控API)
- 分享页面路由修复(/s/xxx 格式支持)

Bug修复:
- 修复分享页面资源路径(相对路径改绝对路径)
- 修复分享码获取逻辑(支持路径格式)
- 修复OSS配额undefined显示问题
- 修复登录流程OSS配置检查
- 修复文件数为null时的显示问题

依赖更新:
- 添加 @alicloud/cms20190101 云监控SDK
- 添加 @alicloud/openapi-client

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 21:04:22 +08:00
a86903fcdc fix: 修复普通用户登录和访问文件时的OSS配置检查
- 登录流程:当没有OSS配置时显示友好警告而不是权限错误
- 文件访问:在调用API前检查OSS配置,避免后端报错
- 更新JS版本号强制刷新缓存

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 19:50:29 +08:00
6c283efffb fix: 更新JS版本号强制刷新缓存
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 19:44:36 +08:00
4350113979 fix: 修复配额说明重复和undefined问题
- 在editStorageForm中初始化oss_storage_quota_value和oss_quota_unit
- 删除重复的旧配额说明块,保留新的当前配额设置显示

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-22 19:39:53 +08:00
4809be5bae chore: 移除系统设置的密码二次验证
移除 /api/admin/settings 路由的 requirePasswordConfirmation 中间件,
简化管理员操作流程。系统设置更新现在仅依赖管理员登录认证。

注意:此修改降低了安全性,建议在生产环境中考虑其他安全措施。

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-21 11:58:39 +08:00