1Panel/agent/app/service
2025-04-22 09:11:06 +00:00
..
ai.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
app.go feat: Ignore application upgrades to bypass all subsequent versions (#8418) 2025-04-18 07:44:28 +00:00
app_ingore_upgrade.go feat: Ignore application upgrades to bypass all subsequent versions (#8418) 2025-04-18 07:44:28 +00:00
app_install.go feat: Ignore application upgrades to bypass all subsequent versions (#8418) 2025-04-18 07:44:28 +00:00
app_utils.go feat: Application installation supports limiting port binding to a sp… (#8440) 2025-04-21 09:52:48 +00:00
backup.go fix: Fix the exception of refreshing the token of Ali Cloud Disk (#8288) 2025-04-01 09:25:52 +00:00
backup_app.go feat: Support user-defined description for backup (#8354) 2025-04-09 02:15:54 +00:00
backup_mysql.go feat: Support user-defined description for backup (#8354) 2025-04-09 02:15:54 +00:00
backup_postgresql.go feat: Support user-defined description for backup (#8354) 2025-04-09 02:15:54 +00:00
backup_record.go feat: Support user-defined description for backup (#8354) 2025-04-09 02:15:54 +00:00
backup_redis.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
backup_runtime.go fix: Fix the display exception problem when the database application does not exist (#8094) 2025-03-07 15:43:58 +08:00
backup_website.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
clam.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
compose_template.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
container.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
container_compose.go fix: Merge dev code up to pr #8141 (#8147) 2025-03-14 10:08:31 +08:00
container_network.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
container_volume.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
cronjob.go feat: Modify the way of creating cronjob (#8403) 2025-04-16 06:00:17 +00:00
cronjob_backup.go fix: Fix the problem of recovering application and website task logs (#8281) 2025-03-31 17:36:33 +08:00
cronjob_helper.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
dashboard.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
database.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
database_common.go fix: Merge dev code up to pr #8141 (#8147) 2025-03-14 10:08:31 +08:00
database_mysql.go fix: Fix log file generation failure (#8172) 2025-03-18 11:11:33 +08:00
database_postgresql.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
database_redis.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
device.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
device_clean.go feat: Support user-defined description for backup (#8354) 2025-04-09 02:15:54 +00:00
docker.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
entry.go feat: Ignore application upgrades to bypass all subsequent versions (#8418) 2025-04-18 07:44:28 +00:00
fail2ban.go
favorite.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
file.go feat: File management optimization (#8452) 2025-04-22 09:11:06 +00:00
firewall.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
ftp.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
group.go fix: fix issue with enable ai https failed (#8109) 2025-03-10 09:29:01 +00:00
helper.go
host_tool.go feat: Supervisor supports automatic restart configuration. (#8413) 2025-04-17 14:22:24 +00:00
image.go fix: Modify the loading mode of container construction and push log (#8200) 2025-03-20 11:01:40 +08:00
image_repo.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
logs.go fix: Fix the exception of refreshing the token of Ali Cloud Disk (#8288) 2025-04-01 09:25:52 +00:00
monitor.go fix: Fix the monitoring data exception (#8028) 2025-02-27 17:51:09 +08:00
nginx.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
nginx_utils.go feat: Ignore application upgrades to bypass all subsequent versions (#8418) 2025-04-18 07:44:28 +00:00
php_extensions.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
process.go
recycle_bin.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
runtime.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
runtime_utils.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
setting.go fix: Modify the terminal connection method (#8415) 2025-04-17 14:26:23 +00:00
snapshot.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
snapshot_create.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
snapshot_recover.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
snapshot_rollback.go fix: Fix the problem that the website directory is not backed up duri… (#8280) 2025-03-31 09:35:49 +00:00
ssh.go fix: Modify the terminal connection method (#8415) 2025-04-17 14:26:23 +00:00
task.go feat(common): Optimize commonRepo Invocation (#7621) 2025-01-02 09:20:03 +00:00
website.go feat: Website list supports filtering by type. (#8414) 2025-04-17 14:24:24 +00:00
website_acme_account.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
website_ca.go feat: Encapsulate command execution methods (#8401) 2025-04-15 22:15:18 +08:00
website_dns_account.go feat: adjust internationalization errors and the positions of global … (#7767) 2025-01-24 03:00:07 +00:00
website_ssl.go feat: Certificate list supports search by name and hides specified co… (#8410) 2025-04-16 09:38:19 +00:00
website_utils.go feat: When creating files/folders, use the parent directory's user an… (#8419) 2025-04-18 08:52:27 +00:00