Commit Graph
57 Commits
Author SHA1 Message Date
axibayuit 155aacab63 perf: 优化容量统计,从索引元数据读取,减少 KV 写入操作 2025-12-29 23:20:04 +08:00
axibayuit 3d77585ec5 feat: add storage quota limit for S3/R2 channels
- Add quota counter tracking (usedMB, fileCount) per channel
- Filter channels by quota threshold in fetchUploadConfig()
- Update quota on upload (endUpload) and delete
- Add /api/manage/quota API for stats and recalculation
- Fix null check in delete when file record not found
- Fix R2 channel name from hardcoded to actual channel.name
2025-12-29 19:55:20 +08:00
jenken827 6a159dcbfb feat: 支持svg和ico文件的上传 2025-12-06 15:15:13 +08:00
MarSeventh 8f89140b7e Feat:支持标签管理;支持深色模式跟随系统 2025-11-18 12:26:54 +08:00
sean908 a86e8b522d Feat: Add tag management system
- Add tag CRUD APIs (single file and batch operations)
  - Add tag autocomplete endpoint
  - Add tag search support in file listing
  - Update database schema with tags column
  - Add tag validation and normalization utilities
  - Initialize Tags:[] for all new uploads
2025-10-10 14:43:11 +08:00
MarSeventh abfa043d1a Bug:修复list接口渠道过滤失败问题 2025-09-15 10:09:34 +08:00
MarSeventh e12dd3f8e6 Feat:支持WebDAV功能 2025-08-28 16:56:14 +08:00
MarSeventh 8b4ebb4fc8 Opt:优化大文件上传稳定性 2025-08-24 15:07:11 +08:00
MarSeventh f182f41b55 Feat:适配D1数据库 2025-08-23 12:01:19 +08:00
MarSeventh 9e64ed9fd1 Feat:适配D1数据库 2025-08-23 11:35:11 +08:00
MarSeventh 81740fa2c2 Feat:适配D1数据库 2025-08-22 18:20:10 +08:00
初衷 b569036079 feat:同步代码 2025-08-20 08:53:33 +08:00
初衷 ccfcffdfed Revert "fix:去除KV检查和KV提示"
This reverts commit 15055b6293.
2025-08-20 08:43:14 +08:00
初衷 15055b6293 fix:去除KV检查和KV提示 2025-08-19 18:21:16 +08:00
GH Action - Upstream Sync 7a6471ff4d Merge branch 'main' of https://github.com/MarSeventh/CloudFlare-ImgBed 2025-08-16 01:21:21 +00:00
MarSeventh cb5ba4a978 Opt:优化索引更新策略 2025-08-15 18:12:15 +08:00
初衷 89073d6dfd fix:修复索引系统的问题。update remade 2025-08-14 15:12:37 +08:00
初衷 a8fb9a1dd8 fix:找到问题,修复问题 2025-08-14 13:36:12 +08:00
初衷 63321e9d32 fix:添加debug查询。优化查询D1逻辑 2025-08-14 11:34:10 +08:00
初衷 7da839c9e1 debug:添加测试数据库 2025-08-14 11:04:01 +08:00
GH Action - Upstream Sync 36976d41a2 Merge branch 'main' of https://github.com/MarSeventh/CloudFlare-ImgBed 2025-08-14 01:25:03 +00:00
初衷 2f90c7b5a2 fix:批量修复env.img_url转为getDatabase 2025-08-14 09:23:03 +08:00
初衷 c13f7a1dfb debug:添加调试信息 2025-08-13 23:22:33 +08:00
初衷 4d186b85f6 debug:添加调试信息 2025-08-13 22:49:35 +08:00
初衷 5d4b1edb94 debug:调试恢复功能和登录功能 2025-08-13 21:33:06 +08:00
初衷 9d9de6760a fix:所有模块导入/导出的兼容性问题 2025-08-13 19:09:01 +08:00
初衷 3d7594c64c fix:语法兼容性修复 2025-08-13 18:12:11 +08:00
初衷 d6899847e0 fix:修复更多兼容方法 2025-08-13 17:56:34 +08:00
初衷 1b2e5189ae fix:将ES6+语法改为ES5兼容的写法 2025-08-13 17:52:12 +08:00
初衷 d43f9146fd fix:优化代码处理构建报错问题 2025-08-13 17:12:42 +08:00
MarSeventh 6822d69a59 Opt:优化中间件架构 2025-08-13 17:00:03 +08:00
初衷 2589927def feat:现有的 KV 存储数据迁移到 D1 数据库 2025-08-13 16:26:04 +08:00
初衷 a91408b40b fix:优化代码 2025-08-13 11:17:27 +08:00
MarSeventh 6bd5811928 Feat:支持上传失败自动重试;list接口在索引构建不成功时支持使用传统方式返回文件列表 2025-08-11 21:50:24 +08:00
MarSeventh 403da0f967 Feat:优化random和cusConfig操作的响应速度,优化大文件上传成功率 2025-08-01 11:06:12 +08:00
MarSeventh f759c0a571 Feat:支持备份和恢复;支持API-Token鉴权;支持指定部分默认上传设置 2025-07-31 18:45:14 +08:00
MarSeventh 6c900fe958 Feat:支持备份和恢复;支持API-Token鉴权;支持指定部分默认上传设置 2025-07-31 18:25:58 +08:00
MarSeventh 6f2b7b61bb Feat:支持备份和恢复;支持API-Token鉴权;支持指定部分默认上传设置 2025-07-31 18:21:17 +08:00
MarSeventh ec0e256964 Feat:支持备份和恢复;支持APIToken鉴权;支持指定部分默认上传设置 2025-07-31 18:11:49 +08:00
MarSeventh 0b2320fc3c Feat:支持备份和恢复;支持APIToken鉴权;支持指定部分默认上传设置 2025-07-31 16:22:25 +08:00
MarSeventh bfc647b604 Feat:支持文件数据库索引,优化访问速度;后台增加系统状态页面 2025-07-29 22:01:35 +08:00
MarSeventh 53433498c1 Feat:支持文件数据库索引,优化访问速度;后台增加系统状态页面 2025-07-29 20:29:27 +08:00
MarSeventh 15422ff861 Feat:支持文件数据库索引,优化访问速度;后台增加系统状态页面 2025-07-29 20:13:42 +08:00
MarSeventh ad282dfe17 Feat:支持文件数据库索引,优化访问速度;后台增加系统状态页面 2025-07-29 18:55:06 +08:00
MarSeventh 741c4514e6 Feat:支持文件数据库索引,优化访问速度;后台增加系统状态页面 2025-07-29 16:17:37 +08:00
MarSeventh 2e02f5ce93 Feat:支持文件数据库索引,优化访问速度;后台增加系统状态页面 2025-07-28 22:53:50 +08:00
MarSeventh 63d1d1edca Feat:支持文件数据库索引,优化访问速度;后台增加系统状态页面 2025-07-28 22:28:12 +08:00
MarSeventh 53b6295763 Opt:代码整合优化 2025-07-21 13:39:14 +08:00
MarSeventh 8fb80c93e2 Opt:优化大文件上传 2025-07-17 20:13:18 +08:00
MarSeventh 87047892e7 Opt:优化大文件上传 2025-07-17 11:47:06 +08:00