InfinityPacer
|
12c669aa17
|
fix(security): optimize URL validation
|
2024-10-14 19:38:25 +08:00 |
|
InfinityPacer
|
89819f8730
|
feat(cache): add HTTP cache support for image proxy
|
2024-10-14 17:00:27 +08:00 |
|
InfinityPacer
|
422474b4b7
|
feat(security): enhance image URL and domain validation
|
2024-10-14 01:33:53 +08:00 |
|
InfinityPacer
|
efb624259a
|
fix(Utils): remove unnecessary methods
|
2024-10-13 22:40:58 +08:00 |
|
InfinityPacer
|
f9e06e4381
|
feat(security): add safe path check for log file access and validation
|
2024-10-13 21:59:22 +08:00 |
|
jxxghp
|
4e3a76ffa3
|
fix bug
|
2024-10-12 12:32:50 +08:00 |
|
Attente
|
d1bf1411b6
|
fix: 修正重复的特殊字符 —[U+2014](https://symbl.cc/cn/2014/) --> ―[U+2015](https://symbl.cc/cn/2015/)
|
2024-10-10 22:01:09 +08:00 |
|
InfinityPacer
|
d7da2e133a
|
feat(security): add cache to wallpaper endpoints to mitigate attacks
|
2024-10-07 23:37:20 +08:00 |
|
jxxghp
|
d7c277a277
|
Merge pull request #2764 from InfinityPacer/feature/event
|
2024-09-23 07:04:29 +08:00 |
|
InfinityPacer
|
5fc5838abd
|
fix(event): replace condition-based wait with exponential backoff
|
2024-09-22 02:38:28 +08:00 |
|
Cabbagec
|
f0100e6dbc
|
fix: Path.rglob/glob does not follow symlinks
|
2024-09-22 01:29:06 +08:00 |
|
jxxghp
|
4efc80e35a
|
Merge pull request #2716 from InfinityPacer/feature/plugin
|
2024-09-14 18:16:02 +08:00 |
|
InfinityPacer
|
343f51ce79
|
feat(plugin): enhance fallback strategies
|
2024-09-14 17:23:44 +08:00 |
|
jxxghp
|
57bad6353c
|
fix bug
|
2024-09-14 13:13:11 +08:00 |
|
InfinityPacer
|
540f5eb77f
|
refactor: unify env path
|
2024-09-12 00:05:07 +08:00 |
|
InfinityPacer
|
8b336cf3eb
|
fix(log): add support for CONFIG_DIR through environment variables
|
2024-09-11 23:53:15 +08:00 |
|
InfinityPacer
|
150e2366da
|
refactor(log): add support for configurable log settings in .env
|
2024-09-10 21:43:09 +08:00 |
|
InfinityPacer
|
862f3cb623
|
feat(limit): change default raise_on_limit to False
|
2024-09-05 23:46:08 +08:00 |
|
InfinityPacer
|
ffbcc988b3
|
feat(limit): refactor RateLimiter to limit package
|
2024-09-05 23:29:44 +08:00 |
|
InfinityPacer
|
7a7225ba45
|
fix(rate-limiter): optimize log
|
2024-09-05 00:46:36 +08:00 |
|
InfinityPacer
|
b42a69f361
|
feat(rate-limiter): support dynamic raise_exception
|
2024-09-05 00:41:56 +08:00 |
|
InfinityPacer
|
eea6bd1ea3
|
feat(rate-limiter): add source context for enhanced logging
|
2024-09-04 20:12:29 +08:00 |
|
InfinityPacer
|
73fca81641
|
feat(rate-limiter): add rate limiter
|
2024-09-04 20:10:41 +08:00 |
|
InfinityPacer
|
93801e857e
|
fix(lxml): Adjust HTML element checks to prevent FutureWarning
|
2024-08-31 02:14:52 +08:00 |
|
InfinityPacer
|
bc1da0a7c7
|
refactor(CookieCloud): Consolidate crypto and hash operations into HashUtils and CryptoJsUtils
|
2024-08-23 18:52:00 +08:00 |
|
InfinityPacer
|
93b899b7e9
|
refactor(UrlUtils): Migrate URL-related methods from RequestUtils
|
2024-08-21 22:12:56 +08:00 |
|
InfinityPacer
|
fef270f73b
|
refactor(RSAUtils): Add key_size parameter to generate_rsa_key_pair method and update comments
|
2024-08-21 01:21:55 +08:00 |
|
jxxghp
|
1f87bc643a
|
sync main
|
2024-08-19 13:06:39 +08:00 |
|
InfinityPacer
|
0a74437253
|
feat(TimerUtils): add random_even_scheduler for evenly distributed schedule creation
|
2024-08-18 22:24:24 +08:00 |
|
jxxghp
|
40663b6ce7
|
fix local
|
2024-07-26 22:04:50 +08:00 |
|
jxxghp
|
b4e1e911fc
|
fix
|
2024-07-01 21:38:44 +08:00 |
|
jxxghp
|
a7b906ada6
|
fix storage
|
2024-06-30 18:44:23 +08:00 |
|
jxxghp
|
37985eba25
|
fix api
|
2024-06-21 21:28:48 +08:00 |
|
InfinityPacer
|
6392ee627f
|
fix 请求失败时记录debug日志
|
2024-06-19 16:36:31 +08:00 |
|
InfinityPacer
|
cb0bb8a38e
|
refactor request host
|
2024-06-19 15:51:57 +08:00 |
|
InfinityPacer
|
e1cdc51904
|
Merge branch 'main' of https://github.com/InfinityPacer/MoviePilot
|
2024-06-19 15:47:16 +08:00 |
|
InfinityPacer
|
de2323d67a
|
refactor RequestUtils
|
2024-06-19 13:45:02 +08:00 |
|
jxxghp
|
53397536ce
|
Merge pull request #2355 from InfinityPacer/main
|
2024-06-17 21:09:00 +08:00 |
|
InfinityPacer
|
f902f43c56
|
fix #2348 移除硬链接校验
|
2024-06-17 21:02:14 +08:00 |
|
jxxghp
|
1b6a06bd7b
|
add aliyun apis
|
2024-06-17 19:45:39 +08:00 |
|
jxxghp
|
83e583032a
|
add wallpapers api
|
2024-06-16 07:09:04 +08:00 |
|
falling
|
e994a9fc92
|
is_english_word 方法 更新
|
2024-06-13 21:10:20 +08:00 |
|
jxxghp
|
c0c787f7ed
|
fix
|
2024-06-07 08:01:23 +08:00 |
|
jxxghp
|
03d6834471
|
fix #2264
|
2024-06-06 14:21:20 +08:00 |
|
InfinityPacer
|
7be262b182
|
fix #2265 优化硬链接的判断逻辑
|
2024-06-05 22:24:17 +08:00 |
|
InfinityPacer
|
27c6392b66
|
fix #667 优化历史兼容极空间硬链接逻辑
|
2024-06-04 21:54:37 +08:00 |
|
jxxghp
|
81eed0d06d
|
fix windows build
|
2024-05-27 10:11:41 +08:00 |
|
jxxghp
|
eb4e4b5141
|
feat:新增同盘优先设置
|
2024-05-24 11:19:21 +08:00 |
|
jxxghp
|
cfb43b4b04
|
fix torrent match
|
2024-05-21 09:54:06 +08:00 |
|
jxxghp
|
ffac57ad4d
|
支持 YemaPT
|
2024-05-20 16:55:36 +08:00 |
|