ssongliu
2fdb1700e5
feat: Database restore supports timeout settings ( #11338 )
2025-12-15 18:40:37 +08:00
KOMATA
11764e1ba5
feat: improve website create function and interface ( #11331 )
...
* feat: improve website create function and interface
* feat: update website create tag
* feat: update i18n files
* feat: update valid domain regex
* feat: reorder website types to improve structure
* feat: update domain labels for consistency in the domain creation form
* feat: update i18n
2025-12-15 16:01:21 +08:00
ssongliu
3212e23f43
feat: Terminal connection supports reset ( #11336 )
2025-12-15 07:19:21 +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
CityFun
5602741550
feat: improve container deletion prompt ( #11316 )
2025-12-12 08:09:11 +00: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
9aa3caab16
feat: Container compose supports .env file operations ( #11274 )
2025-12-09 09:36:58 +00:00
KOMATA
b47a4525dc
feat: Enhance browser cache management and localization support ( #11277 )
...
* feat: Enhance browser cache management and localization support
- Updated browser cache handling in WebsiteService to include a 'noModify' option.
- Introduced new method AddBroswerNoCache in Location to manage no-cache directives.
- Added localization for 'noModify' in multiple languages.
- Updated frontend to support the new browser cache options in the proxy configuration.
* fix: Update cache display logic in proxy configuration
- Adjusted the rendering of cache tags in the proxy configuration to conditionally display based on cache time values.
- Improved user interface by adding margin classes for better spacing between cache tags.
2025-12-09 17:32:23 +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
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
CityFun
5ff5b0a5ad
feat: revised some of the translations ( #11168 )
2025-12-03 03:58:14 +00:00
AirboZH
28303ffa82
feat: Add support for AWS Route 53 DNS provider ( #11158 )
2025-12-02 18:20:35 +08:00
ssongliu
656dda234c
perf: Optimize GPU monitoring display ( #11156 )
2025-12-02 09:21:41 +00:00
AirboZH
66a070c239
feat: Add support for AliESA DNS provider ( #11147 )
2025-12-02 10:11:46 +08: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
bbc14bb723
feat: Add GPU monitoring settings redirection ( #11103 )
2025-11-27 09:57:25 +00:00
ssongliu
a6875614f6
style: Optimize container compose page style ( #11076 )
2025-11-26 04:39:20 +00:00
ssongliu
c05e610b13
feat: Support more MySQL character sets and collations ( #11053 )
2025-11-24 08:07:14 +00:00
ssongliu
3f47a6e701
feat: Support multiple URL access for cronjob ( #11050 )
...
Refs #10279
2025-11-24 07:57:18 +00:00
ssongliu
7498f3f66b
feat: Container networks support multi-NIC operations ( #11011 )
...
Refs #11007
2025-11-20 08:35:03 +00:00
ssongliu
3b737184ea
fix: Fix the issue of postgres database not being synchronized ( #10976 )
...
Refs #10966
2025-11-17 08:30:55 +00:00
ssongliu
388458f759
feat: Image build supports setting build parameters ( #10960 )
...
Refs #10898
2025-11-14 10:22:49 +00:00
CityFun
512ff23f19
feat: add tooltips for transfer application ( #10959 )
2025-11-14 05:44:49 +00:00
CityFun
3920076bd9
feat(website): support 128 characters for site alias ( #10943 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/10787
2025-11-13 07:42:46 +00:00
ssongliu
0bc9e85734
fix: Fix the issue of abnormal iptables range port addition ( #10938 )
2025-11-12 22:26:59 +08:00
ssongliu
d631888d09
fix: Modify the unbound status of iptables firewall ( #10928 )
2025-11-12 06:46:44 +00:00
CityFun
3773412139
feat: order env for tensorrt_llm ( #10916 )
2025-11-11 14:09:25 +08:00
ssongliu
6db79f4b7b
feat: support iptables firewall control ( #10903 )
2025-11-10 21:17:53 +08:00
CityFun
3b73de32ad
feat: support tensorrt LLM speedup ( #10905 )
2025-11-10 08:40:37 +00:00
CityFun
c40c7b57cb
feat: Change the order of backup buttons ( #10886 )
2025-11-07 08:36:31 +00:00
CityFun
9d84120181
feat: Add log cleanup support for scheduled tasks ( #10871 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/5639
2025-11-05 10:08:25 +00:00
ssongliu
6296aa04c6
feat: Cronjob reports add an unexecuted status ( #10866 )
...
Refs #10861
2025-11-05 07:30:25 +00:00
ssongliu
902d329e78
feat: Container overview page supports displaying disk usage information ( #10864 )
2025-11-04 22:53:54 +08:00
CityFun
62f59eb1c3
feat: Add a check during upgrade to detect whether the Compose file has been modified. ( #10863 )
2025-11-04 22:53:33 +08:00
CityFun
6982396572
style: Optimize batch delete website ( #10853 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/10851
2025-11-04 06:14:24 +00:00
CityFun
868c6f47a0
style: Optimize application installation style ( #10847 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/10845
2025-11-03 10:46:23 +00:00
ssongliu
eaa620b081
feat: Add real-time process display on the overview page ( #10833 )
2025-10-31 10:36:19 +00:00
CityFun
18ab07ec4f
feat: Support application migration to other nodes. ( #10832 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/10509
2025-10-31 10:34:20 +00:00
ssongliu
9a73095a8f
feat: System monitoring supports process viewing ( #10821 )
...
Refs #3437
2025-10-30 08:48:18 +00:00
ssongliu
141e2f61eb
fix: Optimize the compose env file prompt message ( #10813 )
...
Refs #7604
2025-10-29 05:40:19 +00:00
ssongliu
4cdc6c80ec
feat: Compose templates support import and export ( #10809 )
2025-10-29 13:36:24 +08:00
CityFun
1b53cd4ca8
feat: add sync waf ip group cron job ( #10802 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/8915
2025-10-28 10:18:18 +00:00
ssongliu
08f9f6f8e5
feat: Support using proxies for inter-node requests ( #10799 )
...
Refs #9903
2025-10-28 10:16:18 +00:00
CityFun
fb6b2729c6
feat: Website Load balancer config support fail_timeout ( #10796 )
...
Refs https://github.com/1Panel-dev/1Panel/issues/10565
2025-10-28 08:28:16 +00:00
KOMATA
ea878bba73
feat: add Docker Inspect dialog with tabbed container info view and enhanced visual formatting ( #10783 )
...
* feat: Expand Docker inspect detail drawer
* chore: i18n
* fix: switch order in mount detail card.
2025-10-27 18:11:50 +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
ssongliu
606d3c1717
fix: Improve system monitoring settings ( #10784 )
...
Refs #5121 #8390
2025-10-27 10:04:17 +00:00
ssongliu
e072620f9b
style: Optimize the style of firewall import and export ( #10778 )
2025-10-27 17:59:06 +08:00
ssongliu
f12e70ef5d
feat: Support importing licenses when adding nodes ( #10776 )
...
Refs #9793
2025-10-27 09:56:16 +00:00