文件最后提交记录最后更新时间
feat: add some translate (#12904)11 小时前
pref: backend 重命名 agent 1 年前
feat: add some translate (#12904)11 小时前
feat: support hermes-agent (#12493)1 个月前
fix(ssl): keep panel certificate in sync after auto-renew (#12858) The auto-renew flow in obtainSSL returned early when OpenResty was not installed or nginx -s reload failed, skipping reloadSystemSSL. The new certificate was persisted to the DB and written into website Nginx configs, but the panel's own server.crt / server.key on disk and the in-memory constant.CertStore were left pointing at the old material. Because the cert was now fresh, subsequent cron ticks did not retry the renewal, so the panel kept serving the stale cert until a user manually re-applied it from 面板设置 → SSL. Two changes: 1. agent/app/service/website_ssl.go reloadSystemSSL is now called unconditionally after a successful renewal, regardless of whether OpenResty is present or nginx reload succeeded. The function already short-circuits for non-panel SSLs, so this is safe. 2. agent/app/service/website_ssl.go + agent/cron/job/ssl.go Add SyncSystemSSL, invoked at the start of every renew cron tick. It compares the panel's on-disk cert/key with the WebsiteSSL row referenced by the SSLID setting and rewrites the files + notifies core when they diverge. This recovers existing installs that are already in the "DB ahead of disk" state and self-heals any future drift introduced by transient failures. https://github.com/1Panel-dev/1Panel/issues/124722 天前
fix: serve frontend routes with fallback (#12752) * feat: change isProductPro logic (#12712) * fix: tighten frontend RBAC permission guards (#12717) * fix: tighten frontend RBAC permission guards * feat: add permission directive coverage * refactor frontend global store usage * serve frontend routes with fallback --------- Co-authored-by: CityFun <31820853+zhengkunwang223@users.noreply.github.com>8 天前
feat: improve frontend permission handling (#12760) * feat: change isProductPro logic (#12712) * fix: tighten frontend RBAC permission guards (#12717) * fix: tighten frontend RBAC permission guards * feat: add permission directive coverage * refactor frontend global store usage * fix: harden file access and fallback handling * feat: improve frontend permission handling --------- Co-authored-by: CityFun <31820853+zhengkunwang223@users.noreply.github.com>8 天前
feat: add some translate (#12904)11 小时前
fix: Fix the backup account synchronization exception (#8083) 1 年前
refactor: update agent and core utilities (#12621) 8 天前
feat: split website log APIs (#12761)8 天前
feat: add some translate (#12904)11 小时前
fix: fix ClamAV scan failure issue (#12892)1 天前
feat: Upgrade some dependencies. (#12854)3 天前
feat: Upgrade some dependencies. (#12854)3 天前