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
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
f390647139
fix(site): 更新站点信息时同步更新domain域名
2026-02-12 06:59:13 +08:00
jxxghp
147a477365
fix site
2025-11-18 21:13:45 +08:00
jxxghp
13171f636f
fix
2025-11-18 20:34:53 +08:00
jxxghp
d523c7c916
fix pydantic
2025-11-01 09:51:23 +08:00
jxxghp
8ab233baef
fix bug
2025-08-01 16:39:40 +08:00
jxxghp
0c8fd5121a
fix async apis
2025-08-01 14:19:34 +08:00
jxxghp
71f7bc7b1b
fix
2025-07-30 21:06:55 +08:00
jxxghp
f14f4e1e9b
添加异步数据库支持,更新相关模型和会话管理
2025-07-30 13:18:45 +08:00
jxxghp
ea433ff807
add site api
2025-07-18 08:04:05 +08:00
jxxghp
4497cd3904
add site stat api
2025-07-01 11:23:20 +08:00
jxxghp
a8e00e9f0f
fix apis
2025-05-29 13:35:01 +08:00
jxxghp
cf28e1d963
refactor: 优化启停逻辑
2025-05-13 23:11:38 +08:00
jxxghp
7be2910809
fix api register bug
2025-05-13 20:52:22 +08:00
jxxghp
30de524319
fix api register bug
2025-05-13 20:35:36 +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
4dcb18f00e
fix: site browse api
2025-02-18 16:32:10 +08:00
jxxghp
0a52fe0a7a
refactor: site browse api
2025-02-17 19:01:05 +08:00
InfinityPacer
c299bf6f7c
fix(auth): adjust auth to occur before module init
2024-11-21 17:37:48 +08:00
jxxghp
3956ab1fe8
add siteauth api
2024-11-19 08:18:26 +08:00
jxxghp
a4bf59ad58
add 查询所有站点最新用户数据 api
2024-10-17 21:42:18 +08:00
jxxghp
73407825f5
fix site userdata
2024-09-12 15:44:31 +08:00
jxxghp
01505ceaa7
add site userdata refresh api
2024-09-08 08:44:54 +08:00
jxxghp
bb4355fbe0
fix permissions
2024-07-07 08:09:26 +08:00
jxxghp
059e4f08a3
fix permissions
2024-07-05 08:10:21 +08:00
jxxghp
671bdad77c
v1.9.1-beta
...
- 优化了订阅匹配逻辑
- 目录设置全新改版,多目录支持更加灵活,存量目录配置会自动升级为新格式
- 手动整理时支持下拉选择已配置目录
- 元数据刮削取消了全局开关,按媒体库目录设置,目录监控等插件新增了刮削开关并需要手动打开
- 站点管理支持拖动排序
- 修复了仪表板不可见组件仍会刷新的问题
注意:涉及前端变化升级后需要清理浏览器缓存(仅清理缓存文件,无需清理cookie)
2024-05-23 19:43:08 +08:00
jxxghp
dcd46f1627
fix #2001
2024-05-05 11:54:42 +08:00
jxxghp
b04bc74550
fix public site flag
2024-04-18 15:10:06 +08:00
jxxghp
c3ffe38d4d
feat:站点使用统计
2024-04-17 12:42:32 +08:00
jxxghp
fe07602a35
fix 新增站点区分提示
2024-04-13 18:56:07 +08:00
jxxghp
fb6c3a9f36
fix site test
2024-03-27 15:45:27 +08:00
jxxghp
eb751bb581
fix site test
2024-03-27 15:35:01 +08:00
jxxghp
2df113ad38
fix SiteDeleted
2024-03-27 07:09:00 +08:00
jxxghp
bd7ca7fa60
feat:m-team x-api-key
2024-03-24 13:38:36 +08:00
jxxghp
a05724f664
fix 自动校正站点地址格式
2024-03-17 12:21:32 +08:00
jxxghp
4248b8fa4e
fix:多域名站点CookieCloud同步重复Bug
2024-02-14 21:10:08 +08:00
Edward
02981d38c0
chore 重命名 2fa 参数名
2024-02-14 08:47:55 +00:00
Edward
85fd9b3c09
feat 为 update_cookie 增加 2fa 支持
2024-02-14 08:47:02 +00:00
jxxghp
c43a1411c9
fix 手动维护站点时缓存站点图标
2024-02-13 10:18:27 +08:00
jxxghp
8f4f4cc004
fix #1215
2023-12-23 18:49:01 +08:00
jxxghp
573a943467
更新 site.py
2023-10-18 21:34:28 +08:00
jxxghp
fb78a07662
fix db session
2023-10-18 08:35:16 +08:00
jxxghp
3a27656769
fix #557
2023-09-27 10:18:40 +08:00
jxxghp
5cd48d5447
fix 优化定时服务调度
2023-09-24 12:41:59 +08:00
jxxghp
03a07ac7bf
fix RSS模式指定订阅站点时不刷新订阅的问题
2023-09-18 17:05:08 +08:00
jxxghp
0e36d003c0
fix db session
2023-09-09 19:26:56 +08:00
jxxghp
5bcbacf3a5
feat torrents全局缓存共享
2023-09-09 17:42:31 +08:00
thsrite
58ded2ef5e
feat 订阅站点单独配置
2023-08-28 13:23:56 +08:00