kgbow
e589728987
refactor(website-ssl): improve API flexibility for WebsiteSSLSearch validation ( #11926 )
2026-02-24 17:30:37 +08:00
CityFun
1725767789
feat: add token reset for agent ( #11872 )
2026-02-11 14:54:59 +08:00
CityFun
96b37cb024
fix: Resolve HTTPS certificate configuration failure for websites ( #11862 )
2026-02-11 02:39:06 +00:00
CityFun
65a7193bc6
fix: resolve issue with minimax functionality ( #11855 )
2026-02-10 09:31:06 +00:00
CityFun
46b8d3bd80
feat: add model switching functionality for AI agent ( #11839 )
2026-02-09 09:51:03 +00:00
CityFun
4b1f643c70
feat: add Feishu configuration for OpenClaw ( #11832 )
2026-02-09 06:39:02 +00:00
ssongliu
607eae3ca8
chore: Modify model account prompt information ( #11815 )
2026-02-06 12:26:58 +00:00
ssongliu
6cd130677e
feat: Add force image pull to container compose editing ( #11804 )
2026-02-05 11:30:57 +00:00
CityFun
e1e2b97e88
feat: Add an Agent Management Page ( #11801 )
2026-02-05 08:54:55 +00:00
MoeShin
35ea1a1d6c
feat: Show container log timestamps ( #11785 )
2026-02-04 17:42:37 +08:00
蘭
5aa3c29684
feat: Support more alert method ( #11742 )
2026-01-30 08:38:50 +00:00
CityFun
294c3f128b
feat: add application upgrade support to overview page ( #11711 )
2026-01-22 16:02:48 +08:00
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