ssongliu
98d3870477
fix: Fix incomplete scanning of unassociated backups issue ( #11654 )
2026-01-15 10:08:00 +00:00
CityFun
b1ceb2e53d
feat: fix redirection issue caused by incorrect PHP PATH_INFO config ( #11650 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11651
2026-01-15 07:26:01 +00:00
ssongliu
8b9e7aef4a
fix: Fix container image cleanup count display abnormality issue ( #11649 )
2026-01-15 14:47:57 +08:00
ssongliu
15e499c1e9
perf: Optimize cache cleanup logic ( #11648 )
2026-01-15 06:45:59 +00:00
DeployThemAll
55ccb9fe61
fix: DNS Manual SSL certificate issues for wildcard domains ( #11642 )
...
This fix addresses three bugs in the DNS Manual SSL certificate flow:
1. **Order caching fails when Expires is zero**: ACME orders often have
zero Expires initially. The condition `!Expires.IsZero()` caused valid
cached orders to be deleted and recreated with different TXT values.
Fixed by checking `Expires.IsZero() || Expires.After(now)`.
2. **Wildcard and base domain TXT records overwrite each other**: When
requesting SSL for both `example.com` and `*.example.com`, both
authorizations have identifier `example.com`, causing one TXT value
to overwrite the other. Fixed by using `*.domain` as the map key.
3. **Only first TXT record checked**: When multiple TXT records exist,
only the first was checked. Fixed by returning all TXT values and
checking if expected value exists in any of them.
```release-note
Fix DNS Manual SSL certificate issues for wildcard domains
```
Co-authored-by: DeployThemAll <deploythemall@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-15 10:42:59 +08:00
蘭
a5816f1dc9
fix: Fix alert log issues ( #11637 )
2026-01-14 08:47:56 +00:00
J.Knight
6777941dee
feat: add support for Porkbun DNS provider ( #11614 )
2026-01-14 10:38:12 +08:00
CityFun
9ac11002f8
perf: Optimize app store icon display ( #11612 )
2026-01-09 08:41:52 +00:00
ssongliu
1cc7bfb4a9
fix: Fix cache cleanup checkbox abnormality issue ( #11611 )
2026-01-09 16:18:37 +08:00
CityFun
e59534e54f
feat: change appstore sync logic for v2.0.17 ( #11610 )
2026-01-09 07:17:52 +00:00
ssongliu
8c2368c1d2
fix: Fix snapshot cleanup abnormality issue ( #11608 )
2026-01-09 05:47:52 +00:00
CityFun
8e8f181cae
fix: Fixed issue with website log display error in clean cache ( #11607 )
2026-01-09 04:01:51 +00:00
蘭
c64a58d814
fix: Fix the issue of not sending SMS alerts ( #11599 )
2026-01-08 17:33:27 +08:00
ssongliu
57c60ab3f8
perf: MySQL backup parameter deduplication ( #11597 )
2026-01-08 15:27:00 +08:00
ssongliu
38cd785aa3
fix: Fix node overview operation abnormality issue ( #11580 )
2026-01-07 07:07:48 +00:00
ssongliu
dabec3f87a
fix: Fix cache cleanup abnormality issue ( #11577 )
2026-01-06 22:09:11 +08:00
ssongliu
6c94cb2bdf
feat: MySQL backup supports custom parameters ( #11575 )
2026-01-06 16:41:55 +08:00
ssongliu
ef6e342737
fix: Fix ICMP ping disable status update abnormality issue ( #11571 )
2026-01-06 04:01:43 +00:00
蘭
ac0ef98dde
feat: Add panel name and IP address to email alert content ( #11567 )
2026-01-05 22:10:27 +08:00
ssongliu
d8a08a6c0c
fix: Fix iptables rule display abnormality issue ( #11555 )
2026-01-05 14:48:49 +08:00
CityFun
b2777055bc
fix: Fix website log cleanup selection state ( #11549 )
2026-01-04 10:27:40 +00:00
ssongliu
c8673b60bb
fix: Fix the issue of abnormal cache cleanup display ( #11547 )
2026-01-04 09:31:43 +00:00
ssongliu
21975dff2d
chore: Rollback S3 backup account SDK version ( #11546 )
...
Refs #11486
aws v2 存在部分兼容性问题 https://github.com/aws/aws-sdk-go-v2/issues/3007
2026-01-04 08:51:40 +00:00
CityFun
6ab14185e0
perf: Optimize supervisor log reading ( #11545 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11515
2026-01-04 08:49:40 +00:00
CityFun
1f70646952
feat: Add enable UDP option for TCP/UDP website configuration ( #11543 )
2026-01-04 15:23:56 +08:00
CityFun
e4ee07d36b
feat: Support batch installation of applications ( #11539 )
2026-01-04 05:43:40 +00:00
ssongliu
8fb3e78554
chore: Fix some internationalization content ( #11528 )
...
Refs #11517
2025-12-31 14:35:38 +00:00
CityFun
74a8e61f3e
feat: change website http to https logic ( #11522 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11521
2025-12-30 06:33:36 +00:00
CityFun
e18472f1a3
feat: optimize disk mount logic ( #11519 )
2025-12-30 06:31:35 +00:00
蘭
e3dea80cb7
fix: Fix the issue of garbled Chinese characters in recipient names and email titles in email alerts ( #11516 )
...
#11264
2025-12-29 09:37:35 +00:00
ssongliu
50947f4ddc
feat: ICMP ping disable compatibility with Debian 13 ( #11514 )
...
Refs #11472
2025-12-29 09:35:36 +00:00
CityFun
c6df20e565
feat: support sync 404 html page to websites ( #11513 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11489
2025-12-29 07:17:34 +00:00
CityFun
6f9a1321d1
feat: support custom DNS server for manual DNS mode when applying certificates ( #11512 )
2025-12-29 07:13:35 +00:00
CityFun
f8f5fcfca2
fix: Fixed Website configuration file automatically keeps adding HTTPS redirects ( #11506 )
...
#11490
2025-12-29 07:09:35 +00:00
CityFun
e2e774d215
feat: add website log clean option for clean cache ( #11480 )
2025-12-26 09:11:03 +00:00
ssongliu
dfade50bd8
fix: Fix snapshot backup application image failure issue ( #11477 )
2025-12-26 16:49:03 +08:00
CityFun
9a17bc74b0
feat: add 'nofail' option for disk mounting ( #11475 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11468
2025-12-26 08:33:03 +00:00
CityFun
015605526d
fix: add missing intermediate certificates for IP certificate requests ( #11470 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11462
2025-12-26 08:31:03 +00:00
CityFun
099896dc96
feat: add app temporary download file cleanup option to cache cleaning ( #11460 )
2025-12-25 10:33:03 +00:00
CityFun
aa1bc6fa8e
feat: add website log cleanup option to cache cleaning ( #11457 )
2025-12-25 07:43:02 +00:00
ssongliu
f27a429fc5
feat: Cache cleanup supports cleaning up unassociated backups ( #11452 )
2025-12-25 13:49:47 +08:00
CityFun
41bae1e636
perf: improve display of IP certificate editing interface ( #11451 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11449
2025-12-25 03:17:02 +00:00
CityFun
5295fd08d4
feat: update Let's Encrypt to official endpoint ( #11444 )
2025-12-24 11:24:17 +08:00
CityFun
36fdf05d2b
feat: support apply ip Certificate ( #11437 )
2025-12-23 13:35:38 +08:00
ssongliu
5794dbc0a6
Merge pull request #11435 from 1Panel-dev/pr@dev-v2@fix_compose_log
...
fix: Fix compose log download failure issue
2025-12-23 13:35:14 +08:00
ssongliu
c10474db69
fix: Fix typo ( #11436 )
2025-12-23 05:35:06 +00:00
wanghe
d68309fd44
Merge pull request #11432 from HynoR/fix/firewall
...
feat: Add UDP port 443 accept rule to Pre-firewall config
2025-12-22 19:14:21 +08:00
ssongliu
c9cc064f51
fix: Fix container orchestration creation failure issue ( #11430 )
2025-12-22 18:21:51 +08:00
HynoR
dc47eb5ae4
feat: Add UDP port 443 acceptance rule to firewall and iptables configuration
2025-12-22 15:55:47 +08:00
CityFun
3c1549e288
fix: resolve limitation of fetching only 100 redirects for websites ( #11424 )
2025-12-22 14:31:40 +08:00