Commit Graph
42 Commits
Author SHA1 Message Date
jxxghp 1bb6e36e8c refactor: complete runtime configuration migration 2026-08-22 19:07:07 +08:00
jxxghp 9df599f502 refactor: split api dependencies by domain 2026-08-21 21:09:57 +08:00
jxxghp 8472bcff43 refactor: 收口 V3 分层架构与插件兼容边界 2026-08-18 13:22:02 +08:00
jxxghp 5128ae9e1e refactor: 推进后端分层架构治理 2026-08-18 00:29:14 +08:00
jxxghp a6dbd799d5 refactor(api): 渠道与存储管理端点通用化,端点层零目标特色
- schemas 新增公共 ManageRequest(target+action+params) 与 StorageAction 词汇表
- endpoint 层收敛为 POST /notification/manage、/storage/manage 两个通用接口,
  不再定义任何渠道/存储特定的名称、参数与响应字段,前端上送参数原样透传
- chain 层 manage_channel/manage_storage 接受字符串标识纯透明转发,
  StorageChain 移除全部特色管理方法
- FileManagerModule 新增 storage_manage 统一入口,模块返回归一化为
  {success, message, data};wechatclawbot channel_manage 同步归一化,
  路由标识兼容枚举名/值/对象
- dashboard 与 agentopsassistant 的用量查询改走 manage_storage(usage)
- 新增 10 项存储契约守护测试,通知侧补充 3 项链透传与字符串路由测试,
  API 守护测试对 ManageRequest 开放映射按设计豁免
2026-08-16 07:18:49 +08:00
jxxghp 96118e73e7 refactor(string): split utilities by responsibility 2026-08-15 08:03:55 +08:00
Aqr-K 8a11214a43 refactor(db): 修复异步连接池无界增长,并完成 SQLAlchemy 2.0 迁移与分层归位 (#6320) 2026-08-15 06:58:38 +08:00
jxxghp 369d7d6448 refactor: reorganize backend module boundaries 2026-08-14 19:53:33 +08:00
jxxghp 7b3444c366 refactor backend module architecture 2026-08-14 15:45:38 +08:00
jxxghp baf8850d63 refactor(api): standardize responses and restore media config contracts 2026-08-12 23:15:13 +08:00
jxxghp 36d4434596 fix: allow manage users to access management APIs 2026-07-05 20:23:04 +08:00
DDSRem e5b67438d9 feat: add wildcard glob support to file manager and transfer history search (#5767) 2026-05-13 21:08:51 +08:00
DDSRem 5a585839ba chore: remove unused imports and fix function name conflicts (#5764)
- Remove unused imports in anthropic.py, tmdbv3api/__init__.py, tv.py, test files
- Rename conflicting function names in subscribe.py and webhook.py
- Clean up unused re-exports in tmdbv3api/__init__.py (15 unused exports)
- Apply consistent formatting across API endpoints
2026-05-13 18:59:03 +08:00
jxxghp 79eb128196 refactor: streamline media recognition by removing MetaInfoPath usage 2026-05-10 09:26:13 +08:00
jxxghp 1d97f2e043 fix: align media recognition fallback and shared reporting
Route title and path lookups through the fallback-aware entrypoints so auxiliary matches can reuse pre-assist keywords without forcing image fetches in lightweight flows. Also reduce noisy agent shutdown logging during cleanup.
2026-05-10 07:54:55 +08:00
DDSRem d38b1f5364 feat: u115 support oauth 2026-01-29 22:14:10 +08:00
景大侠 3b3d0d6539 修复 文件列表接口中空值时间戳的比较逻辑 2026-01-23 23:52:43 +08:00
jxxghp 2c62ffe34a feat:优化字幕和音频文件整理方式 2026-01-20 13:24:35 +08:00
Aqr-K 26cc6da650 fix(storage): Adjust to use natural_stort_key 2025-08-30 08:48:38 +08:00
jxxghp 71a9fe10f4 refactor ProgressHelper 2025-08-24 09:02:55 +08:00
jxxghp 0c8fd5121a fix async apis 2025-08-01 14:19:34 +08:00
jxxghp 714abaa25a fix rename 2025-05-30 08:07:53 +08:00
jxxghp 30ce32608a fix typo 2025-05-08 19:49:52 +08:00
jxxghp 74799ad096 更新 storage.py 2025-05-08 17:49:12 +08:00
qiaoyun680 435a04da0c feat(storge):添加存储重置功能 2025-05-08 17:44:44 +08:00
jxxghp 22b69f7dac fix blanke 2025-03-23 22:35:37 +08:00
jxxghp f9b0db623d fix cython type error 2025-03-23 21:39:37 +08:00
jxxghp 2b9f7bca51 fix 115 api 2025-03-21 21:01:37 +08:00
jxxghp 293e417865 feat:切换使用python-115 2024-11-17 02:10:45 +08:00
Attente 7fc5b7678e 更改判断顺序 2024-11-10 07:47:49 +08:00
Attente e20578685a fix: 修复重命名失败的问题 2024-11-09 23:59:58 +08:00
jxxghp 1c2a194a7d fix rclone && alipan 2024-10-19 12:29:45 +08:00
Aqr-K d1abc23cbd 更新 storage.py 2024-09-26 21:00:21 +08:00
Aqr-K 35c68fe30d feat: transType API
- 针对查询可用整理方式的API
2024-09-26 20:56:33 +08:00
InfinityPacer 3512e7df4a fix(storage): handle null values in file sorting to prevent crashes 2024-09-26 01:01:27 +08:00
jxxghp e86bf61579 fix storage api 2024-09-14 14:43:14 +08:00
jxxghp 8485d4ec30 fix storage api 2024-08-16 11:30:31 +08:00
jxxghp 61e4e63a6a fix storage api 2024-08-15 16:15:26 +08:00
jxxghp 47481d2482 fix storage api 2024-08-15 15:27:47 +08:00
jxxghp 40663b6ce7 fix local 2024-07-26 22:04:50 +08:00
jxxghp bb4355fbe0 fix permissions 2024-07-07 08:09:26 +08:00
jxxghp 02ad98c024 fix storage api 2024-06-30 19:41:32 +08:00