Commit Graph
200 Commits
Author SHA1 Message Date
sean908 797f63b00a 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 19856a0e87 Bug:修复APITokens保存失效问题 2025-09-15 22:58:08 +08:00
MarSeventh 95c40cd501 Bug:修复list接口渠道过滤失败问题 2025-09-15 10:09:34 +08:00
MarSeventh e445f05016 Feat:优化文件缓存策略 2025-09-10 11:59:41 +08:00
MarSeventh 2d64ec262d Feat:支持IOS端播放telegram渠道大体积视频,支持进度调整 2025-08-29 21:24:16 +08:00
MarSeventh a332504422 Feat:支持IOS端播放telegram渠道大体积视频,支持进度调整 2025-08-29 15:33:08 +08:00
MarSeventh ef5358d798 Feat:支持IOS端播放telegram渠道大体积视频,支持进度调整 2025-08-29 15:25:04 +08:00
GH Action - Upstream Sync 88be4c2d75 Merge branch 'main' of https://github.com/MarSeventh/CloudFlare-ImgBed 2025-08-29 01:57:37 +00:00
RoddyandGitHub bec0b96526 Update [[path]].js 2025-08-28 16:24:31 -04:00
RoddyandGitHub 53d88f19fb Update fileTools.js 2025-08-28 15:54:09 -04:00
RoddyandGitHub 22c73a4f75 Update fileTools.js 2025-08-28 15:52:46 -04:00
MarSeventh 7ff7586ce2 Feat:支持WebDAV功能 2025-08-28 17:53:14 +08:00
MarSeventh f54f0ea3e1 Feat:支持WebDAV功能 2025-08-28 16:56:14 +08:00
MarSeventh 1ca13a474b Opt:优化大文件上传稳定性 2025-08-24 15:07:11 +08:00
MarSeventh 00dd483678 Opt:优化大文件上传稳定性 2025-08-24 12:01:33 +08:00
MarSeventh 817a8be1e2 Feat:适配D1数据库 2025-08-23 12:01:19 +08:00
MarSeventh 76bcd24b6a Feat:适配D1数据库 2025-08-23 11:35:11 +08:00
MarSeventh 567cda2312 Feat:适配D1数据库 2025-08-22 18:20:10 +08:00
初衷 50c87b1601 feat:同步代码 2025-08-20 08:53:33 +08:00
初衷 755f787d97 Revert "fix:去除KV检查和KV提示"
This reverts commit 2a9fa4ef8f.
2025-08-20 08:43:14 +08:00
初衷 2a9fa4ef8f fix:去除KV检查和KV提示 2025-08-19 18:21:16 +08:00
GH Action - Upstream Sync 0754b7288e Merge branch 'main' of https://github.com/MarSeventh/CloudFlare-ImgBed 2025-08-16 01:21:21 +00:00
MarSeventh f1f14675fa Opt:优化索引更新策略 2025-08-15 18:12:15 +08:00
初衷 0aec298de4 fix:修复语法错误 2025-08-14 15:17:24 +08:00
初衷 6e9f948603 fix:修复索引系统的问题。update remade 2025-08-14 15:12:37 +08:00
初衷 45f89f871c fix:优化备份和恢复功能 2025-08-14 14:36:39 +08:00
初衷 95ec6d2a1a fix:找到问题,修复问题 2025-08-14 13:36:12 +08:00
初衷 d9f2fc513d debug:添加测试方法 2025-08-14 11:39:52 +08:00
初衷 e119d5eedb fix:添加debug查询。优化查询D1逻辑 2025-08-14 11:34:10 +08:00
初衷 b7556272c0 debug:添加测试数据库 2025-08-14 11:04:01 +08:00
初衷 2f9d20bec1 bug:databaseAdapter路径修复 2025-08-14 09:45:15 +08:00
GH Action - Upstream Sync 6e4555d81f Merge branch 'main' of https://github.com/MarSeventh/CloudFlare-ImgBed 2025-08-14 01:25:03 +00:00
初衷 d2c05adf1b fix:批量修复env.img_url转为getDatabase 2025-08-14 09:23:03 +08:00
初衷 7237bcac28 fix:修复问题
修复了所有直接访问`env.img_url.get`的地方
 添加了数据库未配置时的降级处理
 2. upload/index.js
- 修复了3处直接使用`env.img_url.put`的地方
- 现在都使用`getDatabase(env)`和数据库适配器

 3. 错误处理改进
- 数据库未配置时提供合理的默认行为
- 避免了undefined访问导致的500错误
2025-08-14 08:47:02 +08:00
初衷 f3fda327da debug:添加调试信息 2025-08-13 23:22:33 +08:00
初衷 227fafd53f debug:暂时禁用根级中间件来测试 2025-08-13 23:04:34 +08:00
初衷 148b97092b debug:添加调试信息 2025-08-13 22:49:35 +08:00
初衷 55315b778e debug:调试恢复功能和登录功能 2025-08-13 21:33:06 +08:00
初衷 8f916d94e3 debug:添加调试代码 2025-08-13 21:03:45 +08:00
MarSeventh 84e6aeb558 Opt:优化中间件架构 2025-08-13 19:26:30 +08:00
初衷 dbea752676 fix:所有模块导入/导出的兼容性问题 2025-08-13 19:09:01 +08:00
初衷 a49c1b75a3 fix:语法兼容性修复 2025-08-13 18:12:11 +08:00
初衷 d3291b82f8 fix:修复更多兼容方法 2025-08-13 17:56:34 +08:00
初衷 4b728d058b fix:将ES6+语法改为ES5兼容的写法 2025-08-13 17:52:12 +08:00
初衷 581b704e21 fix:优化代码处理构建报错问题 2025-08-13 17:12:42 +08:00
MarSeventh db21671f9d Opt:优化中间件架构 2025-08-13 17:00:03 +08:00
MarSeventh 96e370e635 Opt:优化中间件架构 2025-08-13 16:38:01 +08:00
MarSeventh 25446b295c Opt:优化中间件架构 2025-08-13 16:33:32 +08:00
初衷 e901a08af9 feat:现有的 KV 存储数据迁移到 D1 数据库 2025-08-13 16:26:04 +08:00
初衷 32514a8c80 fix:优化代码 2025-08-13 11:17:27 +08:00