ssongliu
f4587d0ae5
fix: Fix panic issue caused by 1pctl command ( #11453 )
...
Refs #11449
2025-12-25 04:17:02 +00:00
CityFun
75273abda7
fix: Resolve issue where website names are not displayed in logs for stream-type websites ( #11379 )
2025-12-17 08:50:11 +00:00
ssongliu
02b278ecff
feat: Add version printing after rollback ( #11378 )
...
Refs #11265
2025-12-17 08:48:10 +00:00
ssongliu
5c1ce232db
chore: Modify i18n initialization method ( #11368 )
2025-12-17 13:46:32 +08:00
ssongliu
e772cdff3c
fix: Fix task log printing garbled characters issue ( #11363 )
2025-12-17 13:42:23 +08:00
CityFun
c477d20a05
feat: support batch SSL configuration for websites ( #11339 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/8250
2025-12-15 10:41:38 +00:00
CityFun
956a64c692
feat: Support managing application upgrades for all nodes on a single page ( #11325 )
2025-12-12 10:49:10 +00:00
ssongliu
6f9a8d5afe
fix: Fix version upgrade failure in some scenarios
2025-12-12 18:22:49 +08:00
ssongliu
9424d061fa
fix: Fix version upgrade failure in some scenarios ( #11322 )
2025-12-12 18:13:35 +08:00
ssongliu
d1c2a69820
pref: Optimize backup account code structure ( #11261 )
2025-12-08 18:22:59 +08:00
蘭
8119ba75fc
ref: Adjust Swagger format ( #11207 )
...
* ref: Adjust Swagger format
* ref: Adjust Swagger format
2025-12-08 17:34:24 +08:00
ssongliu
be4c22012e
fix: Fix HTTP/HTTPS docker proxy issues ( #11258 )
...
Refs #11254
2025-12-08 09:20:38 +00:00
ssongliu
60fef48cf0
chore: Remove system upgrade temporary files ( #11255 )
...
Refs #11241
2025-12-08 09:18:37 +00:00
王贺
f9a20ec443
Fix typo ( #11229 )
2025-12-07 11:36:20 +08:00
ssongliu
a034b03c1d
fix: Task framework adds timeout exit parameter ( #11206 )
2025-12-05 18:42:23 +08:00
CityFun
bf4d91b68b
fix: Fixed login CAPTCHA bypass vulnerability ( #11185 )
2025-12-04 10:10:23 +00:00
KOMATA
781155b029
perf: remove useless stat checking logic ( #11178 )
...
* feat: Enhance proxy initialization and error handling
* Add a timeout to the dialer for Unix socket connections
* Improve error response by including the error message in the "Bad Gateway" response
* refactor: Change sockPath variable to constant in proxy initialization
* Update sockPath to a constant SockPath for improved clarity and consistency
* Ensure the new constant is used in the dialer function for Unix socket connections
2025-12-04 18:07:47 +08:00
ssongliu
25fb431163
fix: Fix the upgrade service file location issue ( #11109 )
2025-11-28 11:07:49 +08:00
CityFun
ac43f00273
perf: optimize login API logic ( #11104 )
2025-11-28 03:05:27 +00:00
ssongliu
b2803f574b
chore: Remove some unused code ( #11105 )
2025-11-27 17:59:48 +08:00
CityFun
b5e56c6b65
feat: optimize IP whitelist validation logic ( #11102 )
2025-11-27 16:29:31 +08:00
KOMATA
e32a11910e
fix: adjust WebSocket buffer sizes in terminal and host API ( #11094 )
2025-11-27 11:22:33 +08:00
CityFun
6b061fa327
perf: change db connect params ( #11075 )
2025-11-26 11:11:11 +08:00
CityFun
029e2210f5
perf: change db connect params ( #11071 )
2025-11-25 18:48:47 +08:00
ssongliu
6d4c1f8e79
fix: Fix the issue of abnormal container list sorting ( #11059 )
2025-11-25 11:17:34 +08:00
CityFun
7e4e12107a
perf: change db connect params ( #11055 )
2025-11-24 10:03:15 +00:00
CityFun
5b15de91e6
fix: Fixed issue with build failed ( #11054 )
2025-11-24 16:29:48 +08:00
KOMATA
98b3dc9d7d
refactor: update Swagger serving and processing method ( #11052 )
...
* feat: Add Swagger UI support and update Go module dependencies
2025-11-24 16:14:06 +08:00
CityFun
063ed23acb
perf: Optimize disk management formatting process ( #11047 )
...
https://github.com/1Panel-dev/1Panel/issues/11031
2025-11-24 07:51:15 +00:00
CityFun
a853d8c869
perf: change base64Captcha ( #11046 )
2025-11-24 14:47:58 +08:00
KOMATA
4ddeb81972
refactor: Update database connection settings to limit concurrency and idle connections ( #11045 )
2025-11-24 14:04:54 +08:00
CityFun
4dd9f00637
perf: Increase supervisor API timeout duration ( #11043 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11041
2025-11-24 03:59:14 +00:00
ssongliu
49f3779fd2
fix: Fix the issue of abnormal WebDAV connection ( #11038 )
2025-11-24 11:36:58 +08:00
KOMATA
bf095c677c
feat: Migrate AWS SDK to v2 ( #10983 )
...
* refactor: Migrate S3 client to AWS SDK v2
* refactor: Migrate S3 client to AWS SDK v2 and update dependencies
* refactor: Simplify endpoint handling in S3 client initialization
* refactor: Update S3 client method receivers to pointer types for consistency
2025-11-21 16:18:38 +08:00
KOMATA
9370bdb5ac
fix: Update Cache-Control headers for static resources in router ( #11020 )
...
* fix: Update Cache-Control headers for static resources in router
* chore: Remove Cache-Control header from static resource response in router
2025-11-21 15:47:48 +08:00
KOMATA
ef6d8bb17b
fix: improve logic and fix bug in i18n module ( #11019 )
...
* feat: Implement language caching and improve language handling in i18n module
* refactor: Optimize i18n initialization with sync.Once for thread safety
* fix: Replace logging with fmt.Println for language file loading errors in i18n module
* fix: Correct format string in error logging for language file loading in i18n module
* fix: Update language files and improve error handling in i18n module
* fix: Update Malay language file extension from .yml to .yaml and add new translations in i18n module
* fix: Improve error messages for language file loading in i18n module
* fix: Ensure cached database language is set correctly during i18n initialization
* fix: Enhance language detection in i18n module by using Accept-Language header
2025-11-21 15:37:01 +08:00
CityFun
c1f0da4248
refactor: remove debug cmd for agent and core ( #11009 )
2025-11-20 08:31:03 +00:00
KOMATA
8656dada06
fix: correct suitable log queue size to improve performance ( #11008 )
...
* fix: Update log queue size to improve performance and ensure proper handling of log entries
* fix: Adjust log queue size to maintain consistency with queue size limit
2025-11-20 16:28:03 +08:00
CityFun
450e8b18cf
refactor: remove unused code ( #10995 )
2025-11-19 03:50:59 +00:00
ssongliu
81c1e90e54
chore: Clean up some unused code ( #10977 )
2025-11-17 08:32:54 +00:00
ssongliu
4779bffceb
fix: Fix the system proxy validation issue ( #10975 )
...
Refs #10974
2025-11-17 08:28:55 +00:00
ssongliu
55cbf572e0
fix: Fix the issue where deleting rules in iptables advanced settings… ( #10942 )
...
… fails
2025-11-13 06:38:47 +00:00
ssongliu
ebbfed711c
fix: Modify the service backup directory ( #10930 )
2025-11-12 10:28:44 +00:00
KOMATA
afd62e8539
fix: Fix bug in iptables firewall module ( #10927 )
2025-11-12 11:49:24 +08:00
ssongliu
8e94170fed
fix: modify some API documentation ( #10919 )
...
Refs #10893
2025-11-11 06:26:41 +00:00
巴山夜语
82a0f3a770
feat: Add utility to retrieve service configuration paths ( #10891 )
2025-11-11 11:12:34 +08:00
ssongliu
6db79f4b7b
feat: support iptables firewall control ( #10903 )
2025-11-10 21:17:53 +08:00
ssongliu
977a4be3c1
fix: Fix the issue of abnormal application port forwarding ( #10910 )
2025-11-10 10:52:40 +00:00
CityFun
c82d6838c5
feat: Optimize system disk detection logic ( #10889 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/10888
2025-11-07 10:06:31 +00:00
CityFun
009237a35a
feat: change gin start mode ( #10885 )
2025-11-07 08:34:30 +00:00