Commit Graph
100 Commits
Author SHA1 Message Date
jxxghp 4a7630079b Merge pull request #4800 from DDS-Derek/dev 2025-08-21 22:18:16 +08:00
jxxghp 56bd6e69ed Merge pull request #4799 from DDS-Derek/dev 2025-08-21 22:11:58 +08:00
jxxghp 21cdaef6d5 Merge pull request #4798 from DDS-Derek/dev 2025-08-21 21:57:49 +08:00
jxxghp 9e065138e9 fix cache default 2025-08-21 21:49:00 +08:00
jxxghp 1c73c92bfd fix cache Singleton 2025-08-21 21:45:34 +08:00
jxxghp bcd560d74e Merge pull request #4797 from DDS-Derek/dev 2025-08-21 21:28:40 +08:00
jxxghp da1c8a162d fix cache maxsize 2025-08-21 20:10:27 +08:00
jxxghp d457a23a1f fix build 2025-08-21 19:24:04 +08:00
jxxghp b6154e58b8 rollback dockerfile 2025-08-21 18:44:47 +08:00
jxxghp 5f18776c61 更新 douban_cache.py 2025-08-21 17:52:55 +08:00
jxxghp 68b0b9ec7a 更新 tmdb_cache.py 2025-08-21 17:52:19 +08:00
jxxghp 0f5036972e v2.7.4 2025-08-21 17:03:17 +08:00
jxxghp 0b199b8421 fix TTLCache 2025-08-21 16:54:49 +08:00
jxxghp a59730f6eb 优化cache模块的默认值 2025-08-21 16:29:49 +08:00
jxxghp c6c84fe65b rename 2025-08-21 16:02:50 +08:00
jxxghp 03c757bba6 fix TTLCache 2025-08-21 13:17:59 +08:00
jxxghp bfeb8d238a fix build 2025-08-21 12:45:05 +08:00
jxxghp daf0c08c4b remove 重复的 aiofiles 2025-08-21 12:33:51 +08:00
jxxghp d12c1b9ac4 remove musl-dev 2025-08-21 12:32:53 +08:00
jxxghp bc242f4fd4 fix yield 2025-08-21 12:04:15 +08:00
jxxghp a240c1bca9 优化 Dockerfile 2025-08-21 09:47:23 +08:00
jxxghp 219aa6c574 Merge pull request #4790 from wikrin/delete_media_file 2025-08-21 09:35:07 +08:00
jxxghp db72fd2ef5 fix 2025-08-21 09:07:28 +08:00
jxxghp 31cca58943 fix cache 2025-08-21 08:26:32 +08:00
jxxghp c06a4b759c fix redis 2025-08-21 08:14:21 +08:00
jxxghp f05a23a490 更新 redis.py 2025-08-21 07:59:34 +08:00
jxxghp 1e0f2ffde0 更新 config.py 2025-08-21 07:48:16 +08:00
jxxghp 06df42ee3d 更新 Dockerfile 2025-08-21 07:21:58 +08:00
jxxghp 65ee1638f7 add VENV_PATH 2025-08-21 00:28:32 +08:00
jxxghp 87eefe7673 Merge pull request #4788 from jxxghp/cursor/install-playwright-dependencies-in-dockerfile-b7d6
Install playwright dependencies in dockerfile
2025-08-21 00:16:48 +08:00
jxxghp 8c69ce624f Merge pull request #4787 from jxxghp/cursor/optimize-docker-build-and-pip-environment-e8ad
Optimize docker build and pip environment
2025-08-21 00:08:50 +08:00
jxxghp 3d2ff28bcd fix download 2025-08-20 23:38:51 +08:00
jxxghp 9b78deb802 fix torrent 2025-08-20 23:07:29 +08:00
jxxghp dadc525d0b feat:种子下载使用缓存 2025-08-20 22:03:18 +08:00
jxxghp f07496a4a0 fix cache 2025-08-20 21:11:10 +08:00
jxxghp 1b2938cbc8 Merge pull request #4785 from jxxghp/cursor/fix-postgresql-textual-sql-expression-error-e023 2025-08-20 20:13:56 +08:00
jxxghp b3113e13ec refactor:新增文件缓存组合 2025-08-20 19:04:07 +08:00
jxxghp 055c8e26f0 refactor:重构缓存系统 2025-08-20 17:35:32 +08:00
jxxghp 2a7a7239d7 新增全局图片缓存配置和临时文件清理天数设置 2025-08-20 13:52:38 +08:00
jxxghp 2fa40dac3f 优化监控和消息服务的资源管理 2025-08-20 13:35:24 +08:00
jxxghp 6b4fbd7dc2 新增 PostgreSQL 和 Redis 数据库模块,包含模块初始化、连接测试等功能 2025-08-20 13:35:12 +08:00
jxxghp 5b0bb19717 统一使用 app.core.cache 中的 TTLCache 2025-08-20 12:43:30 +08:00
jxxghp 843dfc430a fix log 2025-08-20 09:36:46 +08:00
jxxghp 69cb07c527 优化缓存机制,支持Redis和本地缓存的切换 2025-08-20 09:16:30 +08:00
jxxghp 89e8a64734 重构Redis缓存机制 2025-08-20 08:51:03 +08:00
jxxghp 5eb2dec32d 新增 RedisHelper 类 2025-08-20 08:50:45 +08:00
db0ea7d6c4 Fix database sequence errors (#4777)
* Fix database upgrade script to handle existing identity columns

Co-authored-by: jxxghp <jxxghp@live.cn>

* Improve identity column conversion with error handling and cleanup

Co-authored-by: jxxghp <jxxghp@live.cn>

* Fix database upgrade script to handle existing identity columns

Co-authored-by: jxxghp <jxxghp@live.cn>

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: jxxghp <jxxghp@live.cn>
2025-08-20 00:29:35 +08:00
jxxghp 1eb85003de 更新 version.py 2025-08-19 17:58:27 +08:00
jxxghp cca170f84a 更新 emby.py 2025-08-19 15:30:22 +08:00
jxxghp c8c016caa8 更新 __init__.py 2025-08-19 14:27:02 +08:00
jxxghp 45d5874026 更新 __init__.py 2025-08-19 14:20:46 +08:00
jxxghp 69b1ce60ff fix db config 2025-08-19 14:15:33 +08:00
jxxghp 3ff3e4b106 fix db config 2025-08-19 14:05:24 +08:00
jxxghp dc50a68b01 修复数据库表名引用 2025-08-19 12:54:47 +08:00
jxxghp 968cfd8654 fix db 2025-08-19 12:41:07 +08:00
jxxghp cf28d93be6 fix db 2025-08-19 12:35:52 +08:00
jxxghp be08d6ebb5 fix db 2025-08-19 12:02:53 +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 d48c6b98e8 rollback local postgresql 2025-08-19 08:30:07 +08:00
jxxghp b79ccfafed 优化 entrypoint.sh 中 PostgreSQL 命令的执行方式 2025-08-19 07:15:02 +08:00
jxxghp c87ba59552 更新 entrypoint.sh 2025-08-18 22:42:55 +08:00
jxxghp 91fd71c858 fix entrypoint.sh 2025-08-18 22:26:01 +08:00
jxxghp 6f64e67538 fix dockerfile 2025-08-18 21:42:44 +08:00
jxxghp bd7a0b072f fix entrypoint.sh 2025-08-18 21:22:29 +08:00
jxxghp 01ca001c97 fix entrypoint.sh 2025-08-18 21:10:24 +08:00
jxxghp 324ad2a87c 优化 PostgreSQL 数据目录初始化和启动逻辑 2025-08-18 20:55:33 +08:00
jxxghp d9ad2630f0 fix postgresql 2025-08-18 19:14:47 +08:00
jxxghp 83958a4a48 fix postgresql 2025-08-18 19:12:20 +08:00
jxxghp f6a6efdc42 fix app.env 2025-08-18 15:17:26 +08:00
jxxghp 1bbe7657b9 fix dockerfile 2025-08-18 11:42:53 +08:00
jxxghp 38189753b5 在构建工作流中添加新的 Docker 镜像配置 2025-08-18 11:31:00 +08:00
jxxghp 5b0e658617 重构配置文件项目顺序 2025-08-18 11:29:04 +08:00
jxxghp b6cf54d57f 添加对 PostgreSQL 的支持 2025-08-18 11:19:17 +08:00
jxxghp e8058c8813 添加 PostgreSQL 数据库支持 2025-08-18 11:19:06 +08:00
jxxghp 784868048d 更新 scheduler.py 2025-08-18 07:04:39 +08:00
jxxghp 2bf9779f2f v2.7.2 2025-08-17 11:44:59 +08:00
jxxghp d98ceea381 fix #4768 2025-08-17 11:44:09 +08:00
jxxghp 1ab2da74b9 use apipathlib 2025-08-17 09:00:02 +08:00
jxxghp 086b1f1403 更新 message.py 2025-08-16 17:27:45 +08:00
jxxghp 19608fa98e Merge pull request #4756 from Sowevo/v2 2025-08-13 17:40:31 +08:00
jxxghp c5e93169ad 更新 subscribe_oper.py 2025-08-13 10:10:42 +08:00
jxxghp 1e2ca294de Merge pull request #4747 from Pollo3470/fix-flaresolverr-proxy 2025-08-12 16:59:31 +08:00
jxxghp fdbfae953d fix #4741 FlareSolverr使用站点设置的超时时间,未设置时默认60秒
close #4742
close https://github.com/jxxghp/MoviePilot-Frontend/pull/378
2025-08-12 08:04:29 +08:00
jxxghp c7ba274877 更新 browser.py 2025-08-11 23:35:05 +08:00
jxxghp 8b15a16ca1 更新 browser.py 2025-08-11 22:20:22 +08:00
jxxghp 9f2c8d3811 v2.7.1 2025-08-11 21:51:34 +08:00
jxxghp 7343dfbed8 fix hddolby 2025-08-11 21:41:56 +08:00
jxxghp 90f74d8d2b feat:支持FlareSolverr 2025-08-11 21:14:46 +08:00
jxxghp 7e3e0e1178 fix #4725 2025-08-11 18:29:29 +08:00
jxxghp d890e38a10 fix #4724 2025-08-11 17:46:46 +08:00
jxxghp e505b5c85f fix #4733 2025-08-11 16:41:29 +08:00
jxxghp 6230f55116 fix #4734 2025-08-11 16:34:36 +08:00
jxxghp c8d0c14ebc 更新 plex.py 2025-08-11 13:57:03 +08:00
jxxghp 6ac8455c74 fix 2025-08-11 13:30:15 +08:00
jxxghp 143b21631f Merge pull request #4737 from baozaodetudou/nginx 2025-08-11 13:27:23 +08:00
jxxghp 3a1a4c5cfe 更新 download.py 2025-08-10 22:15:30 +08:00
jxxghp c3045e2cd4 更新 mtorrent.py 2025-08-10 22:10:11 +08:00
jxxghp 1efb9af7ab 更新 nginx.common.conf 2025-08-10 21:32:53 +08:00