jxxghp
60c7268301
feat(config): add option to hide global AI agent entry point
2026-06-19 09:46:39 +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
jxxghp
80d440f6a0
feat: persist agent chat history
2026-06-18 11:45:50 +08:00
jxxghp
d4b6d3f332
refactor: remove persist_output_message functionality and related database save logic
2026-06-17 16:14:35 +08:00
jxxghp
039558d240
feat: enhance WebAgent audio handling with format conversion and transcription support
2026-06-17 11:09:16 +08:00
InfinityPacer
93056ed1ff
feat(plugin): add pre-reset plugin data event ( #5957 )
2026-06-17 06:34:15 +08:00
jxxghp
a077a08303
fix: improve text handling in append_text function and add test for newline preservation
2026-06-16 23:28:11 +08:00
jxxghp
e78efe3e34
feat: implement file upload and callback handling for Web Agent
2026-06-16 22:53:11 +08:00
jxxghp
e8ae686d4f
feat: add WebAgent support for streaming and notifications
2026-06-16 19:21:31 +08:00
InfinityPacer
785f11af0e
fix: offload log zip generation ( #5948 )
2026-06-15 16:05:14 +08:00
jxxghp
bef2a81296
fix downloader task status queries
2026-06-14 18:23:18 +08:00
jxxghp
93713ba662
feat: sync plugin markets from wiki
2026-06-14 12:57:40 +08:00
jxxghp
d6db0a86f6
fix llm test message
2026-06-13 23:20:15 +08:00
jxxghp
6e8bce3d04
fix: 优化LLM测试基础地址错误提示
2026-06-13 23:02:21 +08:00
jxxghp
ed1e31d379
fix: 兼容插件仪表盘空返回
2026-06-13 22:54:35 +08:00
InfinityPacer
13cb1683ff
fix: restrict log access and add zip download ( #5936 )
2026-06-13 20:20:10 +08:00
jxxghp
dc2b6910a4
fix: restrict sensitive system endpoints
2026-06-09 21:45:51 +08:00
jxxghp
210aac0937
feat: add exact subtitle search
2026-06-09 17:04:17 +08:00
jxxghp
e3c5a94c52
feat: add subtitle search functionality and related data handling
2026-06-09 06:46:26 +08:00
jxxghp
9056caae40
feat(workflow): enhance workflow execution and context management
2026-06-04 14:10:06 +08:00
jxxghp
fd280a49b7
feat(auth): implement authentication provider endpoints and ticket exchange
2026-06-04 08:23:54 +08:00
jxxghp
1c41d9f253
feat: add plugin history endpoint to fetch remote update details
2026-06-02 07:12:13 +08:00
jxxghp
16ada1a6c4
feat(site): add POST /site/cookie/{site_id} endpoint for updating site Cookie&UA via request body
...
- Introduce SiteCookieUpdate schema for structured cookie update requests
- Add POST endpoint to update site Cookie&UA using JSON body
- Refactor cookie update logic into shared _update_site_cookie function
- Update SKILL.md to document new endpoint and endpoint count
- Add tests for both POST and legacy GET cookie update endpoints
2026-05-31 09:11:09 +08:00
InfinityPacer
f4ca4120bc
fix(image-proxy): 阻断日志输出诊断原因并合并重复告警 ( #5858 )
2026-05-29 14:14:16 +08:00
jxxghp
12a2561ca8
fix: return Emby item server ids
2026-05-28 15:03:56 +08:00
jxxghp
543bee9ad5
fix: correct Emby dashboard links
2026-05-28 14:33:50 +08:00
jxxghp
d9a06f4433
refactor: load share admins from server
2026-05-27 14:31:01 +08:00
jxxghp
b1259fdc02
feat: add manual transfer target path matching
2026-05-27 13:26:01 +08:00
jxxghp
0e5c592862
refactor: centralize MoviePilot server helper
2026-05-27 12:56:45 +08:00
jxxghp
db3ad91408
fix: improve manual transfer recognition preview
2026-05-27 11:01:27 +08:00
jxxghp
1f7fb304dd
feat: add LLM proxy toggle
2026-05-27 06:57:09 +08:00
jxxghp
821bd3decd
fix: use explicit LLM user agent config
2026-05-26 08:24:58 +08:00
jxxghp
b65c8dcfe0
feat: support llm user agent
2026-05-26 08:20:02 +08:00
jxxghp
d4718bf9dc
fix: expose rust acceleration availability
2026-05-25 23:49:04 +08:00
jxxghp
94633173b1
添加安装版本统计上报
2026-05-25 18:16:59 +08:00
InfinityPacer
01c3451679
perf(system): async SSRF check with DNS cache for image proxy ( #5832 )
2026-05-25 15:54:02 +08:00
InfinityPacer
98e3ea4e6f
fix(system): allow configured image proxy private ranges ( #5831 )
2026-05-25 14:16:54 +08:00
jxxghp
63b9994b0e
fix: sign media server image proxy URLs
2026-05-25 12:41:55 +08:00
jxxghp
d713ea54c1
fix: allow media server image proxy paths
2026-05-25 12:25:57 +08:00
jxxghp
7c8b973f30
fix: exclude derived subscribe completion field
2026-05-25 11:04:34 +08:00
jxxghp
79539760da
fix: bound long-lived cache state
2026-05-24 18:03:42 +08:00
jxxghp
0b7854a0af
fix: block private image proxy targets
2026-05-24 07:18:51 +08:00
jxxghp
0c133b7ccd
feat: add global RUST_ACCEL toggle to enable/disable rust acceleration at runtime
...
- Introduce RUST_ACCEL config to control all rust fast paths
- Fallback to Python implementations when disabled, preserving filter semantics
- Expose rust acceleration status in system info API
- Update CLI docs to reflect new toggle
- Add tests for runtime switch and fallback behavior
2026-05-23 20:35:58 +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
00fc8b2f53
chore: update text processing dependencies
2026-05-23 12:18:59 +08:00
Album
2eb7f57a4c
feat: 支持多文件手动整理与集数定位模板推荐 ( #5820 )
2026-05-23 09:23:50 +08:00
InfinityPacer
7daeb17d85
refactor(subscribe): 统一 lack_episode 语义并暴露 completed_episode 派生字段 ( #5817 )
2026-05-22 19:34:25 +08:00
jxxghp
c52ccaf75f
feat: add plugin system version compatibility checks
2026-05-20 19:55:44 +08:00
Album
9e9c398177
feat: 新增集数定位模板生成接口 ( #5785 )
2026-05-19 07:18:28 +08:00