jxxghp
3ee601574c
fix: reduce low-risk pylint issues
2026-05-17 08:01:39 +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
jxxghp
0959c4ace4
feat: add full-season pack option for TV best-version subscriptions
...
- Introduce `best_version_full` field to subscribe and subscribehistory models and migration
- Update subscription logic to support only downloading full-season packs when enabled
- Extend CLI, API, and documentation to reflect new option
- Add tests for full-season best-version behavior
2026-05-13 16:53:24 +08:00
jxxghp
2c45831714
feat(subscribe): add episode priority tracking for subscription updates
2026-05-12 17:22:50 +08:00
jxxghp
bc6c61bc45
fix(mediaserver): sync library data incrementally
2026-05-09 21:18:20 +08:00
jxxghp
cd5e693302
refactor: adjust database indexes by adding high-frequency composite indexes and removing redundant id indexes
2026-05-09 20:04:05 +08:00
jxxghp
a7823fb4d1
feat: implement data cleanup chain for batch deletion of expired records
2026-05-09 14:04:10 +08:00
jxxghp
bcc321eb70
add plugin agent management tools
2026-04-29 08:29:04 +08:00
jxxghp
5c1487a9a6
Optimize agent tool async blocking paths
2026-04-28 20:36:49 +08:00
jxxghp
60996be71b
fix local db initialization model registration
2026-04-16 17:05:57 +08:00
jxxghp
a25c709927
新增agent删除下载历史记录工具
2026-03-27 11:50:46 +08:00
jxxghp
17773913ae
fix: 统一了数据库查询中 season 参数的非空判断逻辑,以正确处理 season=0 的情况。
2026-02-02 14:23:51 +08:00
jxxghp
5d69e1d2a5
Merge pull request #5419 from wikrin/subscribe-source-query-enhancement
2026-01-25 14:04:42 +08:00
Attente
f55916bda2
feat(transfer): 支持按条件查询订阅获取自定义识别词用于文件转移
2026-01-25 11:34:03 +08:00
Attente
8658942385
feat(filter): 添加配置监听和改进中字过滤规则
2026-01-25 01:06:50 +08:00
Pollo
41381a920c
fix: 修复订阅自定义识别词在整理时不生效的问题
...
问题:订阅中添加的自定义识别词(特别是集数偏移)在下载时正常生效,
但在下载完成整理时没有生效。
根因:下载历史中未保存识别词,整理时 MetaInfoPath 未接收
custom_words 参数。
修复:
- 在 DownloadHistory 模型中添加 custom_words 字段
- 下载时从 meta.apply_words 获取并保存识别词到下载历史
- MetaInfoPath 函数添加 custom_words 参数支持
- 整理时从下载历史获取 custom_words 并传递给 MetaInfoPath
- 添加 Alembic 迁移脚本 (2.2.3)
- 添加相关单元测试
2026-01-19 15:46:00 +08:00
PKC278
7b99f09810
fix(mfa): 修复双重验证漏洞
2025-12-23 14:58:00 +08:00
PKC278
0c6cfc5020
feat(passkey): 添加PassKey支持并优化双重验证登录逻辑
2025-12-23 13:53:54 +08:00
jxxghp
728ea6172a
fix exists_local
2025-11-20 12:43:19 +08:00
jxxghp
043be409d0
Enhance agent workflows and tools: unify subscription and download processes, add site querying functionality, and improve error handling in download operations.
2025-11-17 11:39:08 +08:00
Cursor Agent
25289dad8a
Migrate SiteUserData userid field from Integer to String type
...
Co-authored-by: jxxghp <jxxghp@live.cn >
2025-08-25 13:50:58 +00:00
sowevo
5261ed7c4c
兼容两种库对负数的处理
2025-08-22 03:32:26 +08:00
sowevo
aa8768b18a
兼容两种库对负数的处理
2025-08-22 03:00:50 +08:00
jxxghp
4bc24f3b00
fix db
2025-08-19 11:53:59 +08:00
jxxghp
15833f94cf
fix db
2025-08-19 11:40:34 +08:00
jxxghp
aeb297efcf
优化站点激活状态的判断逻辑,简化数据库查询条件
2025-08-19 11:23:09 +08:00
jxxghp
b6cf54d57f
添加对 PostgreSQL 的支持
2025-08-18 11:19:17 +08:00
jxxghp
770a50764e
更新 transferhistory.py
2025-08-04 19:39:51 +08:00
jxxghp
0c8fd5121a
fix async apis
2025-08-01 14:19:34 +08:00
jxxghp
00779d0f10
fix search async
2025-08-01 11:38:23 +08:00
jxxghp
acd7013dc6
fix site
2025-07-31 21:43:55 +08:00
jxxghp
3fc2c7d6cc
feat:协程搜索 part2
2025-07-31 21:26:55 +08:00
jxxghp
673a03e656
feat:查询本地是否存在 使用协程
2025-07-31 20:19:28 +08:00
jxxghp
1e976e6d96
fix db
2025-07-31 19:52:07 +08:00
jxxghp
8efba30adb
fix db
2025-07-31 19:51:48 +08:00
jxxghp
cd8661abc1
重构工作流相关API,支持异步操作并引入异步数据库管理
2025-07-30 18:21:13 +08:00
jxxghp
42d955b175
重构订阅和用户相关API,支持异步操作
2025-07-30 15:23:25 +08:00
jxxghp
21541bc468
更新历史记录相关API,支持异步操作
2025-07-30 14:27:38 +08:00
jxxghp
f14f4e1e9b
添加异步数据库支持,更新相关模型和会话管理
2025-07-30 13:18:45 +08:00
jxxghp
7abaf70bb8
fix workflow
2025-07-24 09:54:46 +08:00
jxxghp
e39a130306
feat:工作流支持事件触发
2025-07-22 20:23:53 +08:00
Cursor Agent
b8ee777fd2
Refactor workflow sharing with independent config and improved data access
...
Co-authored-by: jxxghp <jxxghp@163.com >
2025-07-08 15:33:43 +00:00
jxxghp
e2c90639f3
更新 message.py
2025-06-27 19:54:13 +08:00
jxxghp
c440ce3045
fix oper
2025-06-26 08:33:43 +08:00
jxxghp
ea168edb43
fix:移除Oper类静态属性
2025-06-09 08:08:55 +08:00
jxxghp
e15107e5ec
fix DownloadHistory.get_by_mediaid
2025-05-12 07:57:25 +08:00
jxxghp
e6cdd337c3
fix subscribe files
2025-05-10 20:10:13 +08:00
Attente
a8a70cac08
refactor(db): optimize download history query logic
...
- 使用`TransferHistory.list_by`相同逻辑
2025-04-19 20:22:37 +08:00
jxxghp
f1aa64d191
fix episodes group
2025-04-04 12:17:42 +08:00
jxxghp
078b60cc1e
feat:支持指定剧集组识别和刮削
2025-04-03 18:35:02 +08:00