Commit graph

114 commits

Author SHA1 Message Date
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
ssongliu
c6f496f2a5
fix: Fix the issue of container compose log cleanup failure (#11238) 2025-12-08 11:38:05 +08: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
KOMATA
747a0c45ee
feat: async load data of top CPU and memory processes data (#11081)
* feat: async load data of top CPU and memory processes data

* refactor: Update CPU and memory top toggle functionality and state management

---------

Co-authored-by: 王贺 <wanghe@fit2cloud.com>
2025-11-26 23:02:09 +08: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
d83b673c90
perf: significantly improve app store homepage loading speed (#11013) 2025-11-20 18:57:49 +08:00
ssongliu
6db79f4b7b
feat: support iptables firewall control (#10903) 2025-11-10 21:17:53 +08:00
ssongliu
4cdc6c80ec
feat: Compose templates support import and export (#10809) 2025-10-29 13:36:24 +08:00
CityFun
08ebbee328
feat: support bach set website group (#10754) 2025-10-24 10:00:14 +00:00
CityFun
17224b8920
feat: ai model support tensorRT LLM (#10688) 2025-10-18 22:49:48 +08:00
CityFun
d2ecae7e97
feat: Optimize Supervisord log reading (#10634) 2025-10-14 18:04:20 +08:00
CityFun
49ca336dd6
feat: add cors config for website (#10607) 2025-10-11 08:04:26 +00:00
ssongliu
99023569fc
feat: Support editing ssh key information (#10579)
Refs #10537
2025-10-09 06:39:25 +00:00
5d83f21a26
feat: File management supports file format conversion (#10541)
#10028
2025-09-29 09:26:21 +00:00
CityFun
56936aa6cd
feat: support uploading local certificate files (#10540)
Refs https://github.com/1Panel-dev/1Panel/issues/8606
2025-09-29 09:24:20 +00:00
ssongliu
8937acee13
feat: Support manual stopping of shell-type tasks (#10524)
Refs #10067
2025-09-28 10:18:17 +00:00
ssongliu
280c1b4fea
feat: Support authkeys management (#10480)
Refs #5247
2025-09-25 07:26:10 +00:00
CityFun
2040f8f3b0
feat: support batch operate website (#10415)
Refs https://github.com/1Panel-dev/1Panel/issues/5142
2025-09-19 10:10:01 +00:00
CityFun
8bdf02c4c0
perf: Optimize process management performance (#10329) 2025-09-10 09:02:53 +00:00
CityFun
2258ba108d
feat: add rsync check for file exchange (#10317) 2025-09-09 08:38:44 +00:00
ssongliu
a2a6503030
fix: Refactor terminal connection logic (#10283)
Refs #9617
2025-09-05 09:39:36 +00:00
CityFun
9c22005b79
feat: Add disk management (#10282)
Co-authored-by: wanghe-fit2cloud <wanghe@fit2cloud.com>
2025-09-05 17:15:58 +08:00
ssongliu
c61828fb39
fix: Adjust the display logic of the clam scan report (#10264)
Refs #10251
2025-09-04 09:13:32 +00:00
ssongliu
53f75086ec
feat: Optimize quick navigation for dashboard (#10238)
Refs #5167
2025-09-02 09:58:10 +00:00
ssongliu
81fcc61ec9
feat: Add local file selection for import/restore operations (#10234) 2025-09-02 17:55:46 +08:00
CityFun
d09d686378
feat: Support pushing certificates to other nodes (#10074)
Refs https://github.com/1Panel-dev/1Panel/issues/9103
2025-08-20 08:41:19 +00:00
CityFun
6b81ae1b7b
feat: Website Add Composer support (#9997)
Refs https://github.com/1Panel-dev/1Panel/issues/6030
2025-08-14 09:46:54 +00:00
ssongliu
b156ef9476
feat: Support batch upgrades for container images (#9915) 2025-08-08 20:29:00 +08:00
ssongliu
c12bab477c
fix: Optimize toolbox cache cleaning functionality (#9902)
Refs #6550 #6582
2025-08-07 13:58:39 +00:00
CityFun
fe39545cf6
feat: add fpm status for PHP runtime (#9891) 2025-08-07 13:56:40 +00:00
ssongliu
5a8ddde495
feat: Support export for ssh logs (#9889)
Refs #3496
2025-08-07 13:40:39 +00:00
ssongliu
be0a460935
feat: Optimize SSH key management (#9782) 2025-08-01 02:43:20 +00:00
ssongliu
a801140a82
feat: support group management for cronjob (#9735)
Refs #9258
2025-07-30 04:08:50 +00:00
CityFun
0316cb0662
feat: Add HTTPS fallback prevention configuration in OpenResty (#9703) 2025-07-30 04:04:51 +00:00
ssongliu
40f02889fe
feat: Add import/export support for cronjob (#9663)
Refs #5157
2025-07-25 07:15:35 +00:00
84608b7d42
feat: Alert notification supports email service (#9554) 2025-07-18 11:44:20 +08:00
CityFun
c391177d34
feat: Add MySQL master-slave installation feature (#9505) 2025-07-13 22:36:21 +08:00
CityFun
8f18497551
feat: add remark for runtime (#9242) 2025-06-23 18:37:37 +08:00
ssongliu
9f0338382f
feat: Script within the container support the selection of users (#9170)
Refs #8766
2025-06-18 08:46:58 +00:00
CityFun
8614e63b86
feat: PHP runtime add php config (#8922) 2025-06-05 08:18:52 +00:00
CityFun
71d92c30e3
feat: add openBaseDir for php website config (#8866) 2025-05-28 10:20:22 +00:00
057dcaf2e5
feat: Multi directory calculation size (#8762)
* feat: Multi directory calculation size

* feat: optimize code editor

* feat: directory calculation size
2025-05-21 11:55:37 +08:00
ssongliu
64a14a6b2a
feat: Support the selection of scripts from the script library for cr… (#8552) 2025-05-06 10:09:37 +00:00
ChengPlay
91843382c3
feat: Update agent appstore setting to core (#8550) 2025-05-06 10:07:37 +00:00
ChengPlay
f94a04b067
feat: add config for appstore (#8524) 2025-04-30 10:39:53 +00:00