Commit graph

181 commits

Author SHA1 Message Date
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
KOMATA
508ac2ae84
fix: Improve error handling in file download API (#11127) 2025-12-01 09:40:48 +08:00
KOMATA
997b820a42
perf: use gzipped data for improved load speed in large response (#11128)
* perf: use gzipped data for improved load speed in big files

* perf: switch to gzipped response for GetFileTree to enhance performance

* perf: switch to gzipped response for SearchApp to improve performance

* perf: update file size conditions for gzipped response to enhance performance
2025-12-01 09:40:32 +08:00
ssongliu
b2803f574b
chore: Remove some unused code (#11105) 2025-11-27 17:59:48 +08:00
ssongliu
3d2023858c
feat: Compatible with XPU monitoring (#11099) 2025-11-27 05:57:24 +00:00
KOMATA
e32a11910e
fix: adjust WebSocket buffer sizes in terminal and host API (#11094) 2025-11-27 11:22:33 +08: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
KOMATA
dda83b6307
feat: Implement Gzip compression for successful log API responses (#11063)
* feat: Implement Gzip compression for successful API responses

* refactor: Optimize Gzip compression handling in API responses using sync.Pool
2025-11-25 13:39:08 +08:00
ssongliu
496c0b50b4
fix: Fix the issue of abnormal iptables rule persistence (#11056)
Refs #11027
2025-11-24 14:33:15 +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
d83b673c90
perf: significantly improve app store homepage loading speed (#11013) 2025-11-20 18:57:49 +08:00
CityFun
29746d1b32
refactor: remove unused code (#10987) 2025-11-18 19:12:37 +08:00
ssongliu
8e94170fed
fix: modify some API documentation (#10919)
Refs #10893
2025-11-11 06:26:41 +00:00
ssongliu
6db79f4b7b
feat: support iptables firewall control (#10903) 2025-11-10 21:17:53 +08:00
ssongliu
75837c87b4
fix: Update swagger API documentation (#10822)
Refs #10816
2025-10-30 08:50:18 +00:00
ssongliu
4cdc6c80ec
feat: Compose templates support import and export (#10809) 2025-10-29 13:36:24 +08:00
Jimes
cee9d7ffb0 chore: Correct typo in redirect text 2025-10-29 09:05:24 +08:00
CityFun
db002ec915
feat: Add settings to prevent certificate leakage. (#10785)
Refs https://github.com/1Panel-dev/1Panel/issues/10755
2025-10-27 10:06:17 +00: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
ssongliu
dde40064d2
fix: Fix the issue of abnormal terminal settings (#10621) 2025-10-13 21:29:14 +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
ssongliu
a33b17d5da
feat: Support database terminal operations (#10407)
Refs #9538
2025-09-18 10:08:03 +00:00
0ba83d1353
ref: Update swagger api docs (#10351) 2025-09-12 08:24:24 +00:00
4f58fd492d
ref: Update swagger api docs (#10343)
#10342
2025-09-11 14:03:31 +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
80e233c4a6
fix: Fix terminal connection exception issues (#10301) 2025-09-08 14:08:42 +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
ea25b800d2
fix: Add Docker restart option to firewall operations (#10253)
Refs #10247
2025-09-03 09:29:30 +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
ssongliu
5a34e2d380
fix: Optimize backup logic for cronjob (#10163) 2025-08-27 14:35:28 +08:00
ssongliu
99b04e3635
fix: Fix SSH log export exception when logs are empty (#10114) 2025-08-22 14:37:52 +00:00
ssongliu
bbe4d49947
feat: Add sorting support to image list (#10106)
Refs #9482
2025-08-22 07:53:52 +00: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
6be7b4a75a
fix: Fix terminal connection initialization exception (#9987) 2025-08-13 13:46:52 +00:00