1Panel/backend/app/service
ssongliu 17ef66aa49
feat(init): add support for international language pack initialization (#7315)
2024-12-10 18:36:53 +08:00
..
app.go feat: Add System Version Restrictions for Applications (#7260) 2024-12-05 06:41:14 +00:00
app_install.go fix: 解决部分应用参数数据库显示错误的问题 (#6136) 2024-08-15 07:12:28 +00:00
app_utils.go feat(appstore): Handle Requests After Application Installation (#7206) 2024-11-28 10:42:40 +00:00
auth.go feat(system-security): Optimized unauthenticated settings to enhance system security (#7142) 2024-11-21 16:31:07 +08:00
backup.go feat: 应用升级备份保留 3 份 (#6116) 2024-08-13 07:28:55 +00:00
backup_app.go feat: 应用升级备份保留 3 份 (#6116) 2024-08-13 07:28:55 +00:00
backup_mysql.go style:fit some code style (#5601) 2024-06-28 14:04:08 +08:00
backup_postgresql.go style:fit some code style (#5601) 2024-06-28 14:04:08 +08:00
backup_redis.go style:fit some code style (#5601) 2024-06-28 14:04:08 +08:00
backup_runtime.go style:fit some code style (#5601) 2024-06-28 14:04:08 +08:00
backup_website.go feat: 增加 Go 运行环境 (#5632) 2024-07-01 18:35:15 +08:00
clam.go fix: 编辑计划任务和病毒扫描告警问题处理 (#7058) 2024-11-14 21:52:37 +08:00
command.go fix: Redis 数据库连接信息移除密码限制 (#5239) 2024-05-31 09:35:20 +00:00
compose_template.go
container.go fix: Fix Issue with Podman Unable to Create PHP Runtime Website (#7253) 2024-12-03 11:01:05 +00:00
container_compose.go fix: 解决容器编排路径为空时无法删除的问题 (#6862) 2024-10-27 15:18:02 +00:00
container_network.go pref: 释放容器 client 连接 (#4700) 2024-04-25 08:45:12 +00:00
container_volume.go fix: 统一时区获取方法 (#6175) 2024-08-19 10:30:42 +00:00
cronjob.go fix: 编辑计划任务和病毒扫描告警问题处理 (#7058) 2024-11-14 21:52:37 +08:00
cronjob_backup.go fix: 解决快照列表排序的问题 (#6816) 2024-10-23 02:46:17 +00:00
cronjob_helper.go feat: 计划任务失败告警支持全类型告警 (#6749) 2024-10-17 07:27:31 +00:00
dashboard.go fix: 概览页磁盘显示排除 overlay 类型 (#6672) 2024-10-10 03:07:00 +00:00
database.go style:fit some code style (#5601) 2024-06-28 14:04:08 +08:00
database_common.go
database_mysql.go fix: mysql 绑定用户增加输入校验 (#6149) 2024-08-16 06:00:31 +00:00
database_postgresql.go fix: 解决 MariaDB 数据库同步失败的问题 (#5605) 2024-06-28 07:30:59 +00:00
database_redis.go fix: 处理数据库遮罩问题 (#5215) 2024-05-30 15:13:21 +08:00
device.go style:fit some code style (#5601) 2024-06-28 14:04:08 +08:00
device_clean.go fix: 补全依赖 (#5604) 2024-06-28 14:56:58 +08:00
docker.go fix: 关闭代理同时更新 Docker 代理 (#7028) 2024-11-13 06:50:00 +00:00
entry.go feat: 增加病毒扫描工具 (#5546) 2024-06-24 05:52:42 +00:00
fail2ban.go
favorite.go
file.go fix: 删除目录校验 (#7035) 2024-11-13 14:12:01 +00:00
firewall.go fix: Fixed the fault in determining the firewall port forwarding version (#7141) 2024-11-21 09:30:10 +00:00
ftp.go fix: 优化 FTP 列表分页样式 (#5283) 2024-06-04 14:03:06 +00:00
group.go
helper.go
host.go
host_tool.go fix: 解决进程守护命令不能输入空格的问题 (#4997) 2024-05-13 03:34:30 +00:00
image.go fix: 快照恢复忽略应用恢复失败问题 (#7012) 2024-11-12 17:34:23 +08:00
image_repo.go fix: 解决容器镜像仓库编辑失败的问题 (#6845) 2024-10-25 14:11:55 +00:00
logs.go
monitor.go refactor: 调整主机监控任务时间为整分钟执行 (#6379) 2024-09-05 08:41:48 +00:00
nginx.go pref: 释放容器 client 连接 (#4700) 2024-04-25 08:45:12 +00:00
nginx_utils.go
php_extensions.go
process.go
recycle_bin.go
runtime.go feat(runtime): correct typo in variable name (#7172) 2024-11-25 12:05:42 +08:00
runtime_utils.go feat(appstore): Handle Requests After Application Installation (#7206) 2024-11-28 10:42:40 +00:00
setting.go feat: Add API interface authentication function (#7146) 2024-11-21 22:09:00 +08:00
snapshot.go fix: 快照恢复忽略应用恢复失败问题 (#7012) 2024-11-12 17:34:23 +08:00
snapshot_create.go feat(init): add support for international language pack initialization (#7315) 2024-12-10 18:36:53 +08:00
snapshot_recover.go feat(init): add support for international language pack initialization (#7315) 2024-12-10 18:36:53 +08:00
ssh.go feat(logs): Change IP Database to Support Internationalization (#7212) 2024-11-29 03:46:44 +00:00
upgrade.go feat(init): add support for international language pack initialization (#7315) 2024-12-10 18:36:53 +08:00
website.go fix: Fix Issue with Podman Unable to Create PHP Runtime Website (#7253) 2024-12-03 11:01:05 +00:00
website_acme_account.go
website_ca.go feat(system-security): Support Hot Reloading of System Certificates (#7152) 2024-11-22 09:48:13 +00:00
website_dns_account.go
website_ssl.go feat: Fix Issue with DNS Account Deletion After Certificate Update Ap… (#7303) 2024-12-10 03:15:38 +00:00
website_utils.go feat(runtime): correct typo in variable name (#7172) 2024-11-25 12:05:42 +08:00