1Panel/agent/app/service
2025-09-02 09:48:10 +00:00
..
ai.go
alert.go feat(alert): Support panel login/ssh login/license exception and node exception alerts (#10034) 2025-08-19 05:41:15 +00:00
alert_helper.go ref: Adjust the content of alert information (#10152) 2025-08-26 14:04:01 +00: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: Resolving the Issue of Website Directory Not Migrated During OpenResty Reinstallation (#10185) 2025-08-29 13:48:20 +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: Add quick jump to website directory button (#9973) 2025-08-13 07:36:50 +00:00
app_utils.go feat: Restrict sqlbot version upgrades (#10214) 2025-09-01 06:26:48 +00:00
backup.go fix: Optimize backup logic for cronjob (#10163) 2025-08-27 14:35:28 +08:00
backup_app.go fix: Fix the problem of failed application backup (#8752) 2025-05-20 15:05:22 +08:00
backup_mysql.go fix: Fix the problem of failed application backup (#8752) 2025-05-20 15:05:22 +08:00
backup_postgresql.go fix: Add custom timeout support for remote database (#9830) 2025-08-04 13:40:35 +08:00
backup_record.go fix: Optimize backup logic for cronjob (#10163) 2025-08-27 14:35:28 +08:00
backup_redis.go feat: Adapt to Redis Cluster (#9588) 2025-07-21 09:56:42 +00:00
backup_runtime.go
backup_website.go fix: Fix the problem of failed application backup (#8752) 2025-05-20 15:05:22 +08:00
clam.go fix: Fix clamdscan timeout issues (#9961) 2025-08-12 03:20:45 +00:00
compose_template.go
container.go fix: Optimize container port detection mechanism (#10209) 2025-09-01 06:24:48 +00:00
container_compose.go fix: Optimize container compose deletion logic (#10186) 2025-08-29 05:50:15 +00:00
container_network.go
container_volume.go style: Optimize volume list display (#10231) 2025-09-02 09:48:10 +00:00
cronjob.go fix: Optimize backup logic for cronjob (#10145) 2025-08-26 17:07:41 +08:00
cronjob_backup.go fix: Optimize backup logic for cronjob (#10163) 2025-08-27 14:35:28 +08:00
cronjob_helper.go fix: Fix snapshot cronjob execution issues (#10169) 2025-08-28 04:08:09 +00:00
dashboard.go fix: Remove deprecated google drive connection information (#10168) 2025-08-28 04:06:08 +00:00
database.go fix: Add remote database connection timeout record (#9868) 2025-08-05 11:15:00 +00:00
database_common.go fix: Fix redis configuration modification issues (#9848) 2025-08-05 03:26:59 +00:00
database_mysql.go fix: fix slow log state toggle exception (#10050) 2025-08-19 06:13:14 +00:00
database_postgresql.go fix: Optimize warning messages for database deletion (#10226) 2025-09-02 05:43:44 +00:00
database_redis.go fix: Fix PostgreSQL database backup/restore failures (#9854) 2025-08-05 14:30:34 +08:00
device.go fix: Fix the issue where SSH sessions keep loading indefinitely (#9964) 2025-08-12 09:28:48 +00:00
device_clean.go fix: Fix container resource cleanup result tracking (#10153) 2025-08-26 14:06:01 +00:00
docker.go fix: Fix snap docker startup failure due to empty configuration (#9402) 2025-07-04 07:21:40 +00:00
entry.go feat: Alert notification supports email service (#9554) 2025-07-18 11:44:20 +08:00
fail2ban.go
favorite.go
file.go feat: Optimize file log reading (#10218) 2025-09-01 17:39:40 +08:00
firewall.go feat: transfer some code (#9124) 2025-06-17 03:56:53 +00: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 fix: Fix the issue where the list keeps loading when autostart = false is set in the Supervisor configuration. (#9866) 2025-08-05 10:20:59 +00:00
image.go fix: Fix image sorting anomalies (#10159) 2025-08-27 13:41:37 +08:00
image_repo.go fix: Change container image building to asynchronous operation (#9462) 2025-07-08 11:06:47 +00:00
logs.go
mcp_server.go feat: Mcp Server support streamableHttp (#9761) 2025-07-30 10:54:51 +00:00
monitor.go fix: Fix the issue where SSH sessions keep loading indefinitely (#9964) 2025-08-12 09:28:48 +00:00
nginx.go feat: Add HTTPS fallback prevention configuration in OpenResty (#9703) 2025-07-30 04:04:51 +00:00
nginx_utils.go feat: change docker pull process log (#8680) 2025-05-15 21:40:39 +08:00
php_extensions.go
process.go fix: Fix the issue where SSH sessions keep loading indefinitely (#9964) 2025-08-12 09:28:48 +00:00
recycle_bin.go fix: Fix the issue where SSH sessions keep loading indefinitely (#9964) 2025-08-12 09:28:48 +00:00
runtime.go refactor: use maps (#10154) 2025-08-27 10:08:51 +08:00
runtime_utils.go refactor: use maps (#10154) 2025-08-27 10:08:51 +08:00
setting.go
snapshot.go fix: Optimize backup logic for cronjob (#10163) 2025-08-27 14:35:28 +08:00
snapshot_create.go fix: Optimize backup logic for cronjob (#10163) 2025-08-27 14:35:28 +08:00
snapshot_recover.go feat: Add customizable snapshot timeout support (#9537) 2025-07-16 10:43:52 +00:00
snapshot_rollback.go fix: Support docker configuration modifications for snap installations (#9377) 2025-07-02 09:43:35 +00:00
ssh.go fix: Fix SSH log export exception when logs are empty (#10114) 2025-08-22 14:37:52 +00:00
task.go
website.go feat: Optimize file log reading (#10218) 2025-09-01 17:39:40 +08:00
website_acme_account.go
website_ca.go feat: transfer some code (#9124) 2025-06-17 03:56:53 +00:00
website_dns_account.go
website_ssl.go fix: Fixed the issue with The child node cannot update the certificate (#10219) 2025-09-01 17:39:56 +08:00
website_utils.go fix: Fixed the issue with The child node cannot update the certificate (#10219) 2025-09-01 17:39:56 +08:00