1Panel/agent/app/service
2025-11-27 10:37:24 +00:00
..
ai.go feat: compatible with openrc and sysvinit (#10723) 2025-10-22 18:32:42 +08:00
alert.go fix: Fix the issue of failure caused by incorrect email service parameters (#10811) 2025-10-29 05:38:18 +00:00
alert_helper.go perf: replace gopsutil sampling with cached metrics and optimize system info retrieval (#11079) 2025-11-26 16:33:47 +08:00
alert_sender.go feat(alert): Support panel login/ssh login/license exception and node exception alerts (#10034) 2025-08-19 05:41:15 +00:00
app.go fix: Improve app list loading by switching to JSON decoder from file stream (#11095) 2025-11-27 13:47:03 +08:00
app_ingore_upgrade.go fix: Resolve the issue of ignoring MySQL failures (#9734) 2025-07-30 04:06:51 +00:00
app_install.go feat: Edit the application Compose content to add a comparison. (#10855) 2025-11-04 15:36:34 +08:00
app_utils.go fix: Resolve application list display error caused by docker-compose.yml modifications (#11065) 2025-11-25 06:27:18 +00:00
backup.go fix: Optimize duplicate execution error messages for cronjob (#10307) 2025-09-09 03:44:43 +00:00
backup_app.go fix: Support encrypted backup of databases (#10963) 2025-11-14 22:12:55 +08:00
backup_mysql.go fix: Fix the issue of database backup failure (#11060) 2025-11-25 03:19:18 +00:00
backup_postgresql.go fix: Fix the issue of database backup failure (#11060) 2025-11-25 03:19:18 +00:00
backup_record.go feat: Add backup status for manual backups (#10377) 2025-09-15 16:27:11 +08:00
backup_redis.go feat: compatible with openrc and sysvinit (#10723) 2025-10-22 18:32:42 +08:00
backup_runtime.go
backup_website.go fix: Support encrypted backup of databases (#10963) 2025-11-14 22:12:55 +08:00
clam.go feat: compatible with openrc and sysvinit (#10723) 2025-10-22 18:32:42 +08:00
compose_template.go feat: Compose templates support import and export (#10809) 2025-10-29 13:36:24 +08:00
container.go fix: Fix the issue of abnormal container list sorting (#11059) 2025-11-25 11:17:34 +08:00
container_compose.go fix: Fix uppercase exclusion in container compose (#11080) 2025-11-26 07:53:24 +00:00
container_network.go fix: Fix the issue of database creation failure (#11057) 2025-11-24 14:35:16 +00:00
container_volume.go style: Optimize volume list display (#10231) 2025-09-02 09:48:10 +00:00
cronjob.go feat: Add log cleanup support for scheduled tasks (#10871) 2025-11-05 10:08:25 +00:00
cronjob_backup.go feat: PG remote databases version 18.x support backup and restore (#11048) 2025-11-24 07:47:14 +00:00
cronjob_helper.go feat: Support multiple URL access for cronjob (#11050) 2025-11-24 07:57:18 +00:00
dashboard.go fix: Fix the issue of abnormal runtime refresh on the overview page (#11106) 2025-11-27 10:37:24 +00:00
database.go fix: Fix the issue of postgres database not being synchronized (#10976) 2025-11-17 08:30:55 +00:00
database_common.go fix: Fix the issue with PostgreSQL configuration file abnormalities (#11010) 2025-11-20 08:33:02 +00:00
database_mysql.go feat: Add default values for curl scheduled tasks (#11073) 2025-11-25 14:17:18 +00:00
database_postgresql.go fix: Optimize warning messages for database deletion (#10226) 2025-09-02 05:43:44 +00:00
database_redis.go feat: Container networks support multi-NIC operations (#11011) 2025-11-20 08:35:03 +00:00
device.go feat: Child nodes support upgrading together with the master node (#10753) 2025-10-24 09:14:15 +00:00
device_clean.go fix: Fix the issue of database connections not being released (#11070) 2025-11-25 10:07:19 +00:00
disk.go perf: Optimize disk management formatting process (#11047) 2025-11-24 07:51:15 +00:00
disk_utils.go feat: improve LVM partition recognition in disk management (#10985) 2025-11-18 06:22:56 +00:00
docker.go feat: compatible with openrc and sysvinit (#10723) 2025-10-22 18:32:42 +08:00
entry.go feat: ai model support tensorRT LLM (#10688) 2025-10-18 22:49:48 +08:00
fail2ban.go
favorite.go
file.go refactor: Optimize log file reading logic (#11064) 2025-11-25 22:42:29 +08:00
firewall.go chore: Optimize iptables initial state loading speed (#11085) 2025-11-26 22:29:48 +08:00
ftp.go feat: transfer some code (#9124) 2025-06-17 03:56:53 +00:00
group.go fix: fix issue with set default group (#8717) 2025-05-18 03:21:58 +00:00
helper.go
host_tool.go feat: compatible with openrc and sysvinit (#10723) 2025-10-22 18:32:42 +08:00
image.go fix: Fix the issue of abnormal container list sorting (#11059) 2025-11-25 11:17:34 +08:00
image_repo.go feat: compatible with openrc and sysvinit (#10723) 2025-10-22 18:32:42 +08:00
iptables.go fix: Fix the issue of abnormal iptables rule persistence (#11056) 2025-11-24 14:33:15 +00:00
logs.go fix: Fix the exception of refreshing the token of Ali Cloud Disk (#8288) 2025-04-01 09:25:52 +00:00
mcp_server.go feat: ai model support tensorRT LLM (#10688) 2025-10-18 22:49:48 +08:00
monitor.go feat: Add GPU monitoring settings redirection (#11103) 2025-11-27 09:57:25 +00:00
nginx.go feat: Add settings to prevent certificate leakage. (#10785) 2025-10-27 10:06:17 +00:00
nginx_utils.go feat: Add settings to prevent certificate leakage. (#10785) 2025-10-27 10:06:17 +00:00
php_extensions.go
process.go feat: add more fields to process detail view (#11093) 2025-11-27 11:21:44 +08:00
recycle_bin.go feat: refactor regex usage across multiple files and centralize patterns in a new utility (#10896) 2025-11-11 16:14:09 +08:00
runtime.go refactor: Simplify PHP config update logic by replacing regex with a dedicated function for key matching (#10956) 2025-11-14 13:39:39 +08:00
runtime_utils.go fix: Fixed issue with uninstall extension failed (#11021) 2025-11-21 07:59:08 +00:00
setting.go feat: Support favorite operations for containers and images (#11049) 2025-11-24 07:55:14 +00:00
snapshot.go fix: Optimize backup logic for cronjob (#10163) 2025-08-27 14:35:28 +08:00
snapshot_create.go fix: Fix the issue of abnormal image list retrieval in snapshots (#11074) 2025-11-25 14:25:18 +00:00
snapshot_recover.go fix: Modify the service backup directory (#10930) 2025-11-12 10:28:44 +00:00
snapshot_rollback.go fix: Modify the service backup directory (#10930) 2025-11-12 10:28:44 +00:00
ssh.go fix: display iptables default allowed ports (#10922) 2025-11-11 14:22:42 +00:00
system.go feat: add rsync check for file exchange (#10317) 2025-09-09 08:38:44 +00:00
task.go
tensorrt_llm.go fix: Modify the service backup directory (#10930) 2025-11-12 10:28:44 +00:00
website.go feat: refactor regex usage across multiple files and centralize patterns in a new utility (#10896) 2025-11-11 16:14:09 +08:00
website_acme_account.go feat(website): Certificate application supports custom ACME addresses. (#8475) 2025-04-25 16:49:22 +08:00
website_ca.go feat: transfer some code (#9124) 2025-06-17 03:56:53 +00:00
website_dns_account.go
website_ssl.go fix: resolve certificate push losing other domain data (#10998) 2025-11-19 06:02:59 +00:00
website_utils.go feat: refactor regex usage across multiple files and centralize patterns in a new utility (#10896) 2025-11-11 16:14:09 +08:00