CityFun
2451d6bed2
feat: add support for EAB verification in custom ACME accounts ( #11704 )
...
https://github.com/1Panel-dev/1Panel/issues/11705
2026-01-21 10:02:19 +00:00
CityFun
ffead783aa
feat: Add parent website display in website list ( #11695 )
2026-01-21 17:59:38 +08:00
Scars
de402ea724
feat: Support batch import for Docker images ( #11640 )
...
* feat: Support batch import for Docker images
* perf: Avoid duplicate Docker client creation in ImageLoad
* style: Remove unnecessary comments in FileList component
2026-01-19 10:05:17 +08:00
KOMATA
3af07a42d6
feat: support file remark ability in file management ( #11626 )
...
* feat: Add file remark ability in file management
* refactor: improve mark get logic
* feat: Implement remark filtering for file management buttons
2026-01-16 17:05:32 +08:00
KOMATA
365936bf57
feat: Add pullImage option to ComposeCreate to swith pull operation ( #11667 )
...
* feat: Add pullImage option to ComposeCreate and update related logic
- Introduced a new optional field `pullImage` in the `ComposeCreate` struct to control image pulling behavior.
- Updated `CreateCompose` method to handle the `pullImage` flag when invoking the compose up command.
- Modified `UpWithTask` function to conditionally skip image pulling based on the `pullImages` parameter.
- Enhanced frontend form to include a checkbox for the `pullImage` option, with default value set to true.
* feat: Add label for environment variable input in Compose form
2026-01-16 16:40:55 +08:00
ssongliu
15e499c1e9
perf: Optimize cache cleanup logic ( #11648 )
2026-01-15 06:45:59 +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
蘭
ac0ef98dde
feat: Add panel name and IP address to email alert content ( #11567 )
2026-01-05 22:10:27 +08: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
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
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
ssongliu
f27a429fc5
feat: Cache cleanup supports cleaning up unassociated backups ( #11452 )
2025-12-25 13:49:47 +08:00
CityFun
36fdf05d2b
feat: support apply ip Certificate ( #11437 )
2025-12-23 13:35:38 +08:00
ssongliu
5674673c5d
feat: Support display and operations for multi-YAML compose startup ( #11421 )
...
Refs #11405
2025-12-22 05:57:30 +00:00
ssongliu
7855e89ca9
chore: Modify orchestration environment variable style ( #11381 )
2025-12-17 14:20:12 +00:00
ssongliu
d9579901fe
fix: Fix incomplete log printing for compose save errors ( #11357 )
2025-12-16 08:41:58 +00:00
ssongliu
895dde74dd
fix: Fix local application backup failure in snapshots ( #11341 )
2025-12-15 18:42:05 +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
ssongliu
2fdb1700e5
feat: Database restore supports timeout settings ( #11338 )
2025-12-15 18:40:37 +08:00
ssongliu
3212e23f43
feat: Terminal connection supports reset ( #11336 )
2025-12-15 07:19:21 +00:00
CityFun
84a58f2bb1
fix: resolve issue where crossVersionUpdate setting not taking effect ( #11333 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11328
2025-12-15 07:17:21 +00:00
KOMATA
191396c78a
fix: Validate StreamPorts in StreamConfig to prevent empty values ( #11332 )
2025-12-15 10:11:09 +08:00
ssongliu
551542c99c
perf: Optimize GPU monitoring style ( #11303 )
2025-12-11 14:11:05 +00:00
CityFun
ab13ddec48
feat: The website supports TCP/UDP proxying. ( #11302 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/5135
Refs https://github.com/1Panel-dev/1Panel/issues/6976
2025-12-11 10:33:03 +00:00
ssongliu
d1c2a69820
pref: Optimize backup account code structure ( #11261 )
2025-12-08 18:22:59 +08:00
KOMATA
af48fed3c2
feat: Add file preview functionality and interface ( #11200 )
...
* feat: Add file content preview functionality
- Implemented a new API endpoint for previewing file content.
- Added PreviewContent method in BaseApi to handle requests.
- Introduced GetPreviewContent method in FileService to retrieve file previews.
- Updated frontend to include a TextPreview component for displaying file previews.
- Added localization support for preview-related messages in multiple languages.
- Enhanced file management view to support previewing large files.
* feat: Update file preview functionality and interface
- Added PreviewContentReq interface to define request parameters for file preview.
- Updated getPreviewContent function to use the new PreviewContentReq type.
- Modified text-preview component to align with updated API, removing unnecessary parameters.
2025-12-08 16:37:50 +08:00
CityFun
ec37af2f18
fix: Fixed missing redirect after installing runtime environment ( #11243 )
2025-12-08 04:44:36 +00:00
ssongliu
c6f496f2a5
fix: Fix the issue of container compose log cleanup failure ( #11238 )
2025-12-08 11:38:05 +08:00
ssongliu
4fb099912e
fix: Fix the issue of remote database connection failure ( #11181 )
...
Refs #11173
2025-12-04 09:56:23 +00:00
KOMATA
5d2084fda4
feat: improve linux distribution information get logic ( #11171 )
...
* feat: Add PrettyDistro field to dashboard information and update related services and frontend components
* fix: Trim whitespace and parentheses from detected Linux distribution name in GetDistro method
* fix: Correctly trim parentheses from detected Linux distribution name in GetDistro method
* refactor: Simplify Linux distribution detection by removing unnecessary checks and consolidating logic
2025-12-03 14:14:35 +08:00
KOMATA
fef13211a0
feat: Enhance CPU metrics by adding CPU detailed information ( #11169 )
...
* fix: Update CPU usage retrieval to include detailed percentage information
* feat: Enhance CPU metrics by adding CPU frequency and detailed usage percentages
* feat: Add CPU frequency metric to dashboard base information
2025-12-03 13:37:57 +08:00
ssongliu
656dda234c
perf: Optimize GPU monitoring display ( #11156 )
2025-12-02 09:21:41 +00:00
ssongliu
7d92436b92
perf: Change container overview page disk usage to asynchronous requests ( #11148 )
2025-12-02 02:29:39 +00:00
ssongliu
f63658db9e
fix: Fix the issue of extremely slow container list retrieval ( #11142 )
...
Refs #11129
2025-12-01 10:03:37 +00:00
ssongliu
3d2023858c
feat: Compatible with XPU monitoring ( #11099 )
2025-11-27 05:57:24 +00:00
ssongliu
8e03b24b0c
feat: Compatible with XPU monitoring ( #11088 )
2025-11-26 22:30:15 +08:00
ssongliu
6ddee2649d
feat: Add default values for curl scheduled tasks ( #11073 )
2025-11-25 14:17:18 +00:00
ssongliu
e46d8c5812
feat: Support MySQL data synchronization collation ( #11067 )
2025-11-25 15:02:37 +08:00
CityFun
48e2e01a57
feat: Add MySQL character set and collation configuration during application installation ( #11062 )
2025-11-25 03:51:17 +00:00
ssongliu
e88fe0ac2f
fix: Fix the issue of database creation failure ( #11057 )
2025-11-24 14:35:16 +00:00
ssongliu
c05e610b13
feat: Support more MySQL character sets and collations ( #11053 )
2025-11-24 08:07:14 +00:00
ssongliu
63f9368e26
feat: GPU monitoring data supports persistence ( #11051 )
...
Refs #9496
2025-11-24 07:59:15 +00:00
ssongliu
d7c9b3b192
feat: Support favorite operations for containers and images ( #11049 )
...
Refs #10035 #3372
2025-11-24 07:55:14 +00:00
CityFun
a853d8c869
perf: change base64Captcha ( #11046 )
2025-11-24 14:47:58 +08:00
CityFun
99c2eb04c9
feat: Add memory requirement field display for local applications ( #11018 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/11015
2025-11-21 04:05:05 +00:00
CityFun
d83b673c90
perf: significantly improve app store homepage loading speed ( #11013 )
2025-11-20 18:57:49 +08:00
ssongliu
7498f3f66b
feat: Container networks support multi-NIC operations ( #11011 )
...
Refs #11007
2025-11-20 08:35:03 +00:00