jxxghp
5128ae9e1e
refactor: 推进后端分层架构治理
2026-08-18 00:29:14 +08:00
jxxghp
7e851dbfa7
refactor(chain): 处理链功能域 mixin 化,清理未使用导入并根治兼容层循环导入
...
- ChainBase 拆分为 RecognitionMixin/MessageProcessingMixin/NotificationMixin
- TransferChain 拆分为 7 个功能 mixin(_mixins.py),SubscribeChain 音乐订阅域拆出 _music.py
- 斜杠命令交互四件套收敛为 InteractionChainMixin 委托,会话管理器移至 application 层,chain 层不再 re-export
- 模块基础类收敛到 app/modules/_base(notification/mediaserver 语义重命名)
- 清理 app/chain/__init__.py 24 个未使用导入,修正 49 处测试 patch 目标到实际命名空间
- 兼容层 legacy 符号不再并入 __all__,根治 schemas 初始化反向拉起 application.transfer 的循环导入
- 修复 bangumi 集数为字符串时 set_bangumi_info 抛 TypeError
- 新增重复代码等架构门禁测试;capability 清单校验排除下划线内部目录
2026-08-16 16:30:16 +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
987c1722d7
feat(api): add unified v2 response layer
2026-08-06 17:32:33 +08:00
jxxghp
48852350a0
feat(plugin): add centralized rating APIs
2026-07-31 13:41:29 +08:00
qqcomeup
099ef7d5bf
fix: avoid blocking plugin release history refresh ( #6084 )
2026-07-08 12:51:24 +08:00
InfinityPacer
2764742b86
fix(plugin): reset stopped plugin config and data ( #6031 )
2026-06-30 22:37:07 +08:00
InfinityPacer
84eee40e81
fix(plugin): optimize release cache loading ( #5966 )
2026-06-18 18:52:28 +08:00
InfinityPacer
69ed70cc66
feat(plugin): support installing release versions ( #5964 )
2026-06-18 15:47:07 +08:00
InfinityPacer
93056ed1ff
feat(plugin): add pre-reset plugin data event ( #5957 )
2026-06-17 06:34:15 +08:00
jxxghp
ed1e31d379
fix: 兼容插件仪表盘空返回
2026-06-13 22:54:35 +08:00
jxxghp
dc2b6910a4
fix: restrict sensitive system endpoints
2026-06-09 21:45:51 +08:00
jxxghp
1c41d9f253
feat: add plugin history endpoint to fetch remote update details
2026-06-02 07:12:13 +08:00
jxxghp
0e5c592862
refactor: centralize MoviePilot server helper
2026-05-27 12:56:45 +08:00
TimoYoung
a6826e6a4e
fix: merge plugin form defaults with stored config to prevent v-show ReferenceError ( #5824 )
2026-05-23 19:04:44 +08:00
jxxghp
c52ccaf75f
feat: add plugin system version compatibility checks
2026-05-20 19:55:44 +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
InfinityPacer
4a4d93e7f9
refactor(plugin): expose plugin list processing helper
2026-04-19 07:07:00 +08:00
InfinityPacer
3a93efb082
refactor(plugin): centralize local install dispatch
2026-04-19 07:07:00 +08:00
InfinityPacer
73cdd297b1
refactor(plugin): align local repo naming
2026-04-19 07:07:00 +08:00
InfinityPacer
6fa48afa34
feat(plugin): support local plugin sources
2026-04-19 07:07:00 +08:00
DDSRem
fd6c9d5d34
feat(plugin): 聚合插件侧栏导航
...
- PluginManager.get_plugin_sidebar_nav:已启用 Vue 插件且实现 get_sidebar_nav
- schemas.PluginSidebarNavItem 与 verify_token 鉴权接口
2026-04-09 08:03:30 +08:00
jxxghp
78b8b30351
rollback aiopathlib
2026-03-24 09:06:44 +08:00
jxxghp
e82494c444
feat(agent): support skills
2026-03-24 08:48:27 +08:00
jxxghp
96395c1469
feat: 增强插件静态文件API安全性
2026-03-14 21:12:54 +08:00
jxxghp
59a54d4f04
fix plugin cache
2025-09-08 13:27:32 +08:00
jxxghp
724c15a68c
add 插件内存统计API
2025-08-22 09:46:11 +08:00
jxxghp
1ab2da74b9
use apipathlib
2025-08-17 09:00:02 +08:00
jxxghp
2a84e3a606
feat: 插件异步安装
2025-08-10 10:10:30 +08:00
jxxghp
0c8fd5121a
fix async apis
2025-08-01 14:19:34 +08:00
jxxghp
1e61e60d73
feat:插件查询协程处理
2025-07-31 16:58:54 +08:00
Attente
332b154f15
fix(api): 适配 FastAPI 请求参数兼容性问题
...
修复系统配置和用户配置接口无法正常工作的问题。
2025-06-29 05:31:25 +08:00
Cais1
7979ce0f0a
File reading fixes
...
File reading fixes
2025-06-12 19:58:47 +08:00
Cais1
2ba5d9484d
Update plugin.py
...
File reading fixes
2025-06-12 19:57:26 +08:00
jxxghp
e2febc24ae
feat:插件市场支持强制刷新
2025-06-09 20:33:06 +08:00
jxxghp
b4473bb4a7
fix 插件分身服务注册
2025-05-30 16:59:54 +08:00
jxxghp
2c0e06d599
fix 插件分身服务注册
2025-05-30 13:37:40 +08:00
jxxghp
7ce57cc67a
fix
2025-05-29 08:22:45 +08:00
jxxghp
da0343283a
支持在插件文件夹中管理分身插件的添加与移除
2025-05-29 08:16:54 +08:00
jxxghp
f740fed5f2
fix bug
2025-05-26 13:30:30 +08:00
jxxghp
a6d1bd12a2
fix:优化插件分身性能
...
feat:分身插件删除时清理文件
2025-05-26 13:21:47 +08:00
madrays
ccfe193800
增加插件分身功能
2025-05-26 10:55:40 +08:00
jxxghp
39de89254f
add Docker Client API地址
2025-05-25 14:55:51 +08:00
jxxghp
ac941968cb
更新 plugin.py
2025-05-25 11:22:08 +08:00
madrays
34379b92d0
重构插件页面,增加文件夹功能
2025-05-24 03:57:04 +08:00
jxxghp
184b62b024
fix plugin apis
2025-05-13 16:36:50 +08:00
jxxghp
0cdea3318c
feat:插件API支持bear认证
2025-05-07 13:26:42 +08:00