greper
8a5eff6581
Revert "perf: 添加AWS Rate Limit应对措施 ( #748 )"
...
This reverts commit 56b8c689ec .
2026-06-08 10:29:24 +08:00
Steven Zhu
56b8c689ec
perf: 添加AWS Rate Limit应对措施 ( #748 )
...
* Parse PEM chain and import certificate chain
Split the PEM in certInfo.crt into a leaf certificate and intermediate chain (using a lookbehind regex), trim the blocks, and pass the chain to ImportCertificateCommand only when present. Replace console.log with this.logger.info and log the returned CertificateArn. This ensures the leaf cert is uploaded separately from its chain and avoids sending an empty CertificateChain.
* Add AWS retry & CloudFront deployment wait
Introduce robust retry and polling helpers to handle AWS throttling and CloudFront propagation. Added AwsClient.withRetry (exponential backoff, handles common throttling errors, default 5 attempts/base 2s) and waitForDistributionDeployed (polls until distribution Status is "Deployed", default 10min timeout/15s interval). Update deploy-to-cloudfront plugin to use withRetry for Get/UpdateDistribution and importCertificate, pass AwsClient into uploadToACM, and wait for each distribution to finish deploying before continuing to avoid PreconditionFailed errors. Improves reliability when facing rate limits and global CloudFront propagation delays; adds informative logging for retry and deployment status.
2026-06-08 10:29:11 +08:00
Steven Zhu
454912d314
fix: Parse PEM chain and import certificate chain ( #747 )
...
Split the PEM in certInfo.crt into a leaf certificate and intermediate chain (using a lookbehind regex), trim the blocks, and pass the chain to ImportCertificateCommand only when present. Replace console.log with this.logger.info and log the returned CertificateArn. This ensures the leaf cert is uploaded separately from its chain and avoids sending an empty CertificateChain.
2026-06-08 10:28:39 +08:00
xiaojunnuo
61e3f5761c
build: release
2026-06-06 03:06:48 +08:00
xiaojunnuo
2908569841
chore: 1
2026-06-06 03:02:47 +08:00
xiaojunnuo
775226b49f
build: publish
2026-06-06 02:38:20 +08:00
xiaojunnuo
e3dacb5b3f
build: trigger build image
2026-06-06 02:38:08 +08:00
xiaojunnuo
cdea411136
v1.41.1
2026-06-06 02:36:50 +08:00
xiaojunnuo
fdb000ee7c
build: prepare to build
2026-06-06 02:33:06 +08:00
xiaojunnuo
4a0be1c29d
build: prepare to build
2026-06-06 02:31:59 +08:00
xiaojunnuo
892d22e225
chore: 1
2026-06-06 02:30:57 +08:00
xiaojunnuo
4958a48b92
build: prepare to build
2026-06-06 02:21:11 +08:00
xiaojunnuo
28bbea85f0
chore: 1
2026-06-06 02:20:09 +08:00
xiaojunnuo
73b3a29cfc
build: prepare to build
2026-06-06 02:15:39 +08:00
xiaojunnuo
77b8024453
perf(volcengine-vke): 火山VKE集群证书支持两种类型的证书保密字典
2026-06-06 02:12:47 +08:00
xiaojunnuo
1175e1164b
refactor(ui): 统一使用useMounted钩子简化页面初始化逻辑
2026-06-06 00:50:59 +08:00
xiaojunnuo
5546af518e
perf: 优化列表页面请求两次的问题
2026-06-05 00:23:08 +08:00
xiaojunnuo
99fd3083f2
perf: 流水线、监控站点支持导出
2026-06-04 23:43:25 +08:00
xiaojunnuo
c0df8be832
perf(settings): 新增NO_PROXY代理排除配置
2026-06-04 23:24:29 +08:00
xiaojunnuo
73cab6a6ee
chore(auth): 清理已使用的邀请码缓存
2026-06-04 18:28:15 +08:00
xiaojunnuo
7a71e45799
perf: 优化邀请注册流程
2026-06-04 18:22:21 +08:00
xiaojunnuo
fdb1d1e6dd
build: publish
2026-06-04 12:32:41 +08:00
xiaojunnuo
6dd4d6adeb
build: trigger build image
2026-06-04 12:32:29 +08:00
xiaojunnuo
d368f9666a
v1.41.0
2026-06-04 12:25:23 +08:00
xiaojunnuo
ee50458333
build: prepare to build
2026-06-04 12:22:06 +08:00
xiaojunnuo
9792c616b5
build: 数据库迁移脚本同步
2026-06-04 01:14:21 +08:00
xiaojunnuo
205a7d134e
chore: 整理代码并修复部分交互细节
...
1. 移除configuration.ts中多余的空行
2. 调整dns-persist列表列宽至220px
3. 为icon-select新增selected-change事件并传递选中项信息
4. 优化apply-template的infoRequest逻辑,处理空id情况
5. 调整设置弹窗宽度至600px,更新绑定按钮文案
6. 为sslProvider新增mergeScript,切换时清空acme账号配置
7. 更新helper文案修正ZeroSSL翻墙说明
2026-06-04 00:41:51 +08:00
xiaojunnuo
2cbacb4338
refactor: 统一userProject查询参数传递逻辑
2026-06-04 00:00:40 +08:00
xiaojunnuo
cdb812ef63
refactor(backend): 统一使用buildUserProjectQuery处理用户和项目查询条件
2026-06-03 23:32:14 +08:00
xiaojunnuo
ea010f8c9b
docs: 整理并补充项目开发规则文档
2026-06-03 23:05:38 +08:00
xiaojunnuo
362bbc5f32
Merge branch 'v2-dev' into v2-invite
2026-06-03 22:39:47 +08:00
xiaojunnuo
2e19dda72e
fix(pipeline): 修复批量随机修改定时没有生效的bug
2026-06-03 10:54:53 +08:00
xiaojunnuo
021155278e
feat: 新增管理员针对用户流水线和证书监控管理功能
...
1. 新增后台管理页面:用户流水线管理、用户证书监控管理
2. 新增对应前后端接口与控制器
3. 添加多语言国际化配置
4. 修复导入顺序与多余空行问题
5. 补充证书申请类型选项
2026-06-03 01:01:19 +08:00
xiaojunnuo
3db87218ee
chore: 优化证书参数模版功能
2026-06-03 00:29:21 +08:00
xiaojunnuo
91d5c90eb0
fix(monitor): 修复开放接口自动创建证书流水线重复触发和等待时间不足的问题
...
1. 新增判断流水线状态为start时也跳过自动触发
2. 将等待时间从1秒调整为2秒,确保流水线能正常启动
2026-06-02 23:16:20 +08:00
xiaojunnuo
f8b71a0e61
feat: 新增证书申请参数模版管理,开放接口支持使用证书参数模版和指定证书申请参数
2026-06-02 23:08:10 +08:00
xiaojunnuo
3e4b7f30ac
perf(aliyun-apig): 优化阿里云API网关部署插件的查询及翻页
2026-06-02 22:19:22 +08:00
xiaojunnuo
c637985575
perf: 插件全局配置支持下拉选项自定义映射功能
2026-06-01 09:31:38 +08:00
xiaojunnuo
2960e2459b
chore: 1
2026-05-31 06:09:35 +08:00
xiaojunnuo
81d6289a86
feat: 新增套餐激活码功能,通过CDK兑换套餐
2026-05-31 06:00:15 +08:00
xiaojunnuo
dc1507a5ea
chore: eslint
2026-05-31 02:20:11 +08:00
xiaojunnuo
3d960c3869
chore: eslint
2026-05-31 02:11:00 +08:00
xiaojunnuo
5d60e6191f
chore: format
2026-05-31 01:51:55 +08:00
xiaojunnuo
4b49f8a5a6
chore: format
2026-05-31 01:50:35 +08:00
xiaojunnuo
94459fe922
chore: format
2026-05-31 01:48:14 +08:00
xiaojunnuo
e834e31510
chore: format
2026-05-31 01:45:15 +08:00
xiaojunnuo
4b57a0d729
chore: format
2026-05-31 01:41:33 +08:00
xiaojunnuo
acd440106b
chore: claude
2026-05-31 01:27:32 +08:00
xiaojunnuo
5096df5cc0
feat: 新增推广等级激励功能
2026-05-31 01:01:30 +08:00
xiaojunnuo
3c2d450aa8
Merge branch 'v2-dev' into v2-invite
2026-05-30 21:53:15 +08:00
xiaojunnuo
b083b3cc41
style(trade crud): adjust order and style for order operation buttons
...
add order prop for syncStatus, cancel and updatePaid buttons, set cancel button to danger style for both trade pages, unify button display order logic
2026-05-29 01:00:14 +08:00
xiaojunnuo
6624769032
perf(trade): 优化商品购买页面的规格展示和折扣计算,支持订单取消
2026-05-29 00:56:30 +08:00
xiaojunnuo
55f75c6051
chore(acme): 包装DNS提供商错误信息并抛出异常
...
为DNS解析记录创建操作添加异常捕获,将错误信息添加上提供商名称前缀后重新抛出,便于定位具体出错的DNS服务商
2026-05-27 10:56:08 +08:00
xiaojunnuo
42d9c3ef14
chore: 优化http提示
2026-05-27 09:19:07 +08:00
xiaojunnuo
c7a9363422
chore: 钱包重构
2026-05-27 01:49:43 +08:00
xiaojunnuo
969b6e3288
chore: 钱包邀请页面美化
2026-05-26 23:45:44 +08:00
xiaojunnuo
03ce030754
build: release
2026-05-26 15:40:34 +08:00
xiaojunnuo
f2c1e362a0
build: publish
2026-05-26 14:02:47 +08:00
xiaojunnuo
6426aa57a2
build: trigger build image
2026-05-26 14:02:35 +08:00
xiaojunnuo
7ceb0f6306
v1.40.5
2026-05-26 14:00:57 +08:00
xiaojunnuo
b26a1944c6
build: prepare to build
2026-05-26 13:31:45 +08:00
xiaojunnuo
235aec3e42
chore: 1
2026-05-26 13:29:12 +08:00
xiaojunnuo
346fb730a3
fix: 修复查询阿里云cdn Dcdn 域名太多无法选择的bug
2026-05-26 12:30:58 +08:00
xiaojunnuo
c87bc22a5f
chore: package
2026-05-26 11:55:04 +08:00
xiaojunnuo
7198e24945
chore: 1
2026-05-26 11:54:04 +08:00
xiaojunnuo
1a08bd340e
fix: 安装glibc,增加Alpine镜像下 dns解析结果的兼容性
2026-05-26 11:35:06 +08:00
xiaojunnuo
af9047bf3c
fix: 修复阿里云证书订单orderid 选择出错的问题
2026-05-26 11:28:14 +08:00
xiaojunnuo
9566fc4e03
chore: 阿里云订单优化只获取一个订单id
2026-05-26 11:28:07 +08:00
xiaojunnuo
41254d10b7
fix: 修复阿里云证书订单orderid 选择出错的问题
2026-05-26 11:13:29 +08:00
xiaojunnuo
ed97f41884
chore: 阿里云订单优化只获取一个订单id
2026-05-26 09:10:01 +08:00
xiaojunnuo
02b83ce0ad
Merge branch 'v2-invite' of https://github.com/certd/certd into v2-invite
2026-05-26 09:02:53 +08:00
xiaojunnuo
f1d2a1033a
feat: 商业版支持邀请推广功能
2026-05-26 01:08:17 +08:00
xiaojunnuo
ba1fe54ef8
chore: 优化私有图片上传和查看逻辑
2026-05-25 23:05:23 +08:00
xiaojunnuo
deac92faf8
chore: 1
2026-05-25 22:39:32 +08:00
xiaojunnuo
1c36a79162
Merge branch 'v2-dev' into v2-invite
2026-05-25 22:36:40 +08:00
xiaojunnuo
b6f7042adc
chore: 1
2026-05-25 11:42:35 +08:00
xiaojunnuo
f721cefb4a
build: release
2026-05-25 00:32:36 +08:00
xiaojunnuo
fc2c947afe
build: publish
2026-05-25 00:23:24 +08:00
xiaojunnuo
d0272095cc
build: trigger build image
2026-05-25 00:23:12 +08:00
xiaojunnuo
4a09cf289d
v1.40.4
2026-05-25 00:22:01 +08:00
xiaojunnuo
89c23fef35
build: prepare to build
2026-05-25 00:18:32 +08:00
xiaojunnuo
5e59651d45
fix(pipeline-service): 修复流水线运行时超过套餐部署次数仍然能够正常运行的bug
2026-05-25 00:15:23 +08:00
xiaojunnuo
5e72f75395
perf: 商业版套餐只支持设置为可叠加
2026-05-24 23:53:55 +08:00
xiaojunnuo
0a77fe0169
chore: 钱包余额明细
2026-05-24 23:12:56 +08:00
xiaojunnuo
961abb0f80
chore: acme账号改为必填项
2026-05-24 19:58:58 +08:00
xiaojunnuo
4efe12d2d3
Merge branch 'codex/v2-persist-01' into v2-invite
2026-05-24 19:48:24 +08:00
xiaojunnuo
67b05e2d75
feat: 支持dns-persist-01持久化验证方式申请证书,优化Acme账号的存储方式
2026-05-24 05:42:51 +08:00
xiaojunnuo
8edb6f8727
perf: 新增阿里云直播证书部署插件
2026-05-22 19:06:55 +08:00
xiaojunnuo
b30f02a1fb
chore: 1
2026-05-22 00:06:55 +08:00
xiaojunnuo
7e2333a63a
chore: 1
2026-05-22 00:06:18 +08:00
xiaojunnuo
0be66cccbc
build: release
2026-05-21 23:48:39 +08:00
xiaojunnuo
ed26ed196d
build: publish
2026-05-21 23:26:57 +08:00
xiaojunnuo
a204f270dd
build: trigger build image
2026-05-21 23:26:51 +08:00
xiaojunnuo
7585d7bbd0
build: publish
2026-05-21 23:25:32 +08:00
xiaojunnuo
2981f086c8
build: trigger build image
2026-05-21 23:25:21 +08:00
xiaojunnuo
784ef8a6a4
chore: 1
2026-05-21 23:23:20 +08:00
xiaojunnuo
01c91ba294
v1.40.3
2026-05-21 22:59:22 +08:00
xiaojunnuo
05629acfa9
build: prepare to build
2026-05-21 22:57:04 +08:00
xiaojunnuo
12a3afe15b
chore: 1
2026-05-21 22:56:16 +08:00
xiaojunnuo
3bb68e3111
chore: 1
2026-05-21 22:52:19 +08:00
xiaojunnuo
5ba33be30f
fix: 修复暗黑模式下注册页面验证码看不清的问题
2026-05-20 18:16:42 +08:00
xiaojunnuo
1e7b057946
chore: 1
2026-05-20 16:00:14 +08:00
xiaojunnuo
fb5b00d73f
perf: 修复商业版套餐添加和修改时的字段显示
2026-05-20 14:52:46 +08:00
xiaojunnuo
09ccfa2624
chore: 删除pnpm-lock文件
2026-05-20 14:27:00 +08:00
xiaojunnuo
5c80c99b94
chore: 优化fix
2026-05-20 12:25:56 +08:00
xiaojunnuo
adcf570b15
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-05-20 12:07:58 +08:00
xiaojunnuo
5ccd6e64bc
build: release
2026-05-20 01:06:32 +08:00
xiaojunnuo
ff7e7858c0
build: publish
2026-05-20 00:40:40 +08:00
xiaojunnuo
37bcd8ce08
build: trigger build image
2026-05-20 00:40:28 +08:00
xiaojunnuo
678b70cee8
v1.40.2
2026-05-20 00:38:50 +08:00
xiaojunnuo
c0ca8da4ed
build: prepare to build
2026-05-20 00:35:35 +08:00
xiaojunnuo
a07dcb1cf5
chore: 1
2026-05-20 00:34:20 +08:00
xiaojunnuo
cb4a86d1d5
build: prepare to build
2026-05-20 00:26:45 +08:00
xiaojunnuo
0499347588
fix(certd-server): 调整首页缓存控制头的判断逻辑
...
新增对首页路径 / 和 /index.html 的强制不缓存处理,确保首页始终获取最新内容
2026-05-20 00:21:42 +08:00
xiaojunnuo
f4bb459b5e
chore: 佣金等级功能
2026-05-20 00:17:29 +08:00
xiaojunnuo
83a5a21f95
perf: 商业版提现增加收款二维码上传
2026-05-19 23:37:03 +08:00
xiaojunnuo
85c633fddf
Merge branch 'v2-dev' into v2-invite
2026-05-19 22:59:18 +08:00
xiaojunnuo
cb08e061d2
perf(controller): 更换版本获取源并添加版本标准化处理
...
将npm镜像源的版本查询替换为AtomGit仓库的最新release接口,新增normalizeReleaseVersion方法标准化版本号格式,移除v前缀
2026-05-19 22:58:03 +08:00
xiaojunnuo
787b52bef7
docs: 更新文档内容,完善证书复用相关说明
...
1. 重命名前置任务文档标题为证书复用
2. 在常见问题中添加同证书多云上传的复用指引
3. 在侧边栏新增证书复用导航入口
2026-05-19 14:39:58 +08:00
xiaojunnuo
9bf7ca400f
build: release
2026-05-19 00:58:34 +08:00
xiaojunnuo
9f75e30af3
Merge branch 'v2' of https://github.com/certd/certd into v2
2026-05-19 00:55:41 +08:00
xiaojunnuo
3f0243ba9a
build: publish
2026-05-19 00:38:56 +08:00
xiaojunnuo
1a9b367c9d
build: trigger build image
2026-05-19 00:38:44 +08:00
xiaojunnuo
73996f055b
v1.40.1
2026-05-19 00:37:16 +08:00
xiaojunnuo
57ea2f317a
build: prepare to build
2026-05-19 00:34:11 +08:00
xiaojunnuo
c66c05b442
chore: 1
2026-05-19 00:32:24 +08:00
xiaojunnuo
6450d2bd56
chore: 商业版也支持企业模式
2026-05-19 00:23:32 +08:00
xiaojunnuo
b5368d120d
chore: tsconfig.build 支持sourcemap控制
2026-05-19 00:22:48 +08:00
xiaojunnuo
f9a310b6c3
feat: 商业版支持邀请返佣功能
2026-05-18 13:25:35 +08:00
xiaojunnuo
1bdcfe646f
chore: tsconfig.build 支持sourcemap控制
2026-05-18 13:25:01 +08:00
Robert Silén
a88d14a3bd
dos: Document MariaDB support in README ( #737 )
...
Mention MariaDB in the database feature list. Install docs and TypeORM
already support type=mariadb; the app uses the mysql2 driver.
2026-05-17 00:40:41 +08:00
xiaojunnuo
bdb3d09c09
perf(suite): 商业版用户已购套餐支持修改
2026-05-17 00:29:36 +08:00
xiaojunnuo
667e7b185b
fix(email-service): 优化商业版测试邮件内容中带的url链接
2026-05-16 02:54:15 +08:00
xiaojunnuo
8483ee0d41
refactor(util.cache): 优化定时清理过期缓存的定时器行为
...
新增定时器变量保存intervalId,并调用unref方法避免阻塞进程退出
2026-05-16 02:46:28 +08:00
xiaojunnuo
c3baaf3ac7
chore: auto fix 存储标记,确保fix只运行一次
2026-05-16 02:23:21 +08:00
xiaojunnuo
c63745d1ba
perf: 商业版支持限制泛域名数量
2026-05-16 02:18:06 +08:00
xiaojunnuo
59b9ffadd0
fix: 固化华为云sdk版本,避免华为云调用报错
2026-05-15 23:18:51 +08:00
xiaojunnuo
d131ea3790
build: release
2026-05-15 01:14:12 +08:00
xiaojunnuo
b849d34be5
build: publish
2026-05-15 00:50:09 +08:00
xiaojunnuo
58fc9a551c
build: trigger build image
2026-05-15 00:49:57 +08:00
xiaojunnuo
5801f34b3a
v1.40.0
2026-05-15 00:48:37 +08:00
xiaojunnuo
17cf16ca92
build: prepare to build
2026-05-15 00:44:39 +08:00
xiaojunnuo
7015b1b232
perf: 头像增加缓存时间
2026-05-15 00:39:35 +08:00
xiaojunnuo
3b72ca09c6
chore: 支持设置初始化密码
2026-05-15 00:26:24 +08:00
xiaojunnuo
a815d0245b
perf: 第三方登录自动注册的用户支持设置初始化密码
2026-05-15 00:25:28 +08:00
xiaojunnuo
229f22d5a9
docs: 自动升级docker-compose
2026-05-15 00:12:44 +08:00
xiaojunnuo
22f5cfcfd8
fix: 修复clogin登录丢失state问题
2026-05-14 23:44:04 +08:00
xiaojunnuo
90ba55c043
chore: 1
2026-05-14 19:05:49 +08:00
xiaojunnuo
9f878a353c
fix: 修复clogin多选类型登录失败的bug
2026-05-14 19:04:20 +08:00
xiaojunnuo
af7297d671
chore: 1
2026-05-14 18:47:28 +08:00
xiaojunnuo
2f172b56e9
fix: 修复群晖授权没有显示设备id输入框的bug
2026-05-14 18:42:35 +08:00
xiaojunnuo
9076c8b20e
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-05-14 18:31:34 +08:00
xiaojunnuo
639756dfcd
chore: sdk
2026-05-14 18:31:25 +08:00
xiaojunnuo
7aa0c7e491
feat: 彩虹登录支持选择多种登录方式
2026-05-14 01:39:22 +08:00
xiaojunnuo
45dedf5bc7
fix: 修复第三方登录丢失state时无法在用户信息页面绑定第三方账号的bug
2026-05-13 23:47:31 +08:00
xiaojunnuo
4681ec9008
fix: 修复自动注册后没有跳转到控制台的bug
2026-05-13 22:47:46 +08:00
xiaojunnuo
b91826c6e6
chore: 1
2026-05-13 17:29:49 +08:00
xiaojunnuo
686856d0ae
build: release
2026-05-13 17:29:19 +08:00
xiaojunnuo
9b09d2578d
chore: 1
2026-05-13 17:14:14 +08:00
xiaojunnuo
f8f51adf88
build: publish
2026-05-13 14:22:46 +08:00
xiaojunnuo
f8ce639717
build: trigger build image
2026-05-13 14:22:33 +08:00
xiaojunnuo
1c6dc169ac
v1.39.16
2026-05-13 14:21:21 +08:00
xiaojunnuo
3e5366c74e
build: prepare to build
2026-05-13 14:13:01 +08:00
xiaojunnuo
b49ddbfef9
v1.39.15
2026-05-13 13:49:09 +08:00
xiaojunnuo
b92fd73f53
build: prepare to build
2026-05-13 13:33:12 +08:00
xiaojunnuo
41b8f51a6a
chore: 1
2026-05-13 13:32:01 +08:00
xiaojunnuo
aad9045de5
perf(network): 新增全局公共http请求 headers设置
...
1. 新增公共请求头配置项,支持在系统设置中配置全局请求头
2. 实现请求头解析工具方法,支持多行KEY=VALUE格式配置
3. 在请求发起时自动附加全局公共请求头,且不会覆盖请求中已存在的同名Header
4. 添加多语言配置与前端表单组件,完善配置界面
5. 新增单元测试验证全局请求头合并逻辑
2026-05-13 12:09:01 +08:00
xiaojunnuo
fdd5848df4
perf: icon选择器增加一套logo集
2026-05-13 11:20:55 +08:00
xiaojunnuo
118c15d046
perf(monitor/site): 新增站点监控页面禁用启用、检查状态两个筛选条件
2026-05-13 11:14:00 +08:00
xiaojunnuo
bae4f8e320
fix: 修复第三方登录彩虹登录不上的bug
2026-05-13 11:03:10 +08:00
xiaojunnuo
e0189a566e
docs(donate): update privilege comparison table to add commercial edition details
2026-05-12 15:08:46 +08:00
xiaojunnuo
1cd8d73cdb
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-05-12 10:51:41 +08:00
xiaojunnuo
d6e9e5987b
perf: 优化申请时报错日志增加对应域名打印
2026-05-12 10:51:34 +08:00
xiaojunnuo
8c5aa37745
build: release
2026-05-12 00:51:59 +08:00
xiaojunnuo
a18a871ac3
build: publish
2026-05-12 00:22:37 +08:00
xiaojunnuo
90cbff9cf9
build: trigger build image
2026-05-12 00:22:25 +08:00
xiaojunnuo
bae5a04dcc
v1.39.14
2026-05-12 00:21:06 +08:00
xiaojunnuo
7146570392
build: prepare to build
2026-05-12 00:06:37 +08:00
xiaojunnuo
ae88f85d8e
chore: 1
2026-05-12 00:06:02 +08:00
xiaojunnuo
a362860137
fix: 修复阿里云订阅流水线创建对话框无法获取阿里订单列表的bug
2026-05-11 23:47:48 +08:00
xiaojunnuo
c966896522
fix: 修复启动时报密钥备份不存在的问题
2026-05-11 22:31:11 +08:00
xiaojunnuo
5f88da1985
build: release
2026-05-11 10:26:12 +08:00
xiaojunnuo
043b80a298
chore: 1
2026-05-11 09:41:47 +08:00
xiaojunnuo
ed0da28896
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-05-11 09:40:22 +08:00
xiaojunnuo
61a0d69d58
chore: 打包报错, 固定pnpm@10.33.4
2026-05-11 09:39:04 +08:00
xiaojunnuo
3833a9216e
chore: 1
2026-05-11 01:21:44 +08:00
xiaojunnuo
e59566b5e2
chore: 1
2026-05-11 01:20:00 +08:00
xiaojunnuo
e4be0ce464
chore: 1
2026-05-11 01:13:44 +08:00
xiaojunnuo
022dbf0cab
chore: 1
2026-05-11 00:54:50 +08:00
xiaojunnuo
1e6b559b89
chore: 1
2026-05-11 00:48:05 +08:00
xiaojunnuo
74bae2005d
build: publish
2026-05-11 00:28:04 +08:00
xiaojunnuo
1731a35d94
build: trigger build image
2026-05-11 00:27:48 +08:00
xiaojunnuo
9f7d766cb3
v1.39.13
2026-05-11 00:26:11 +08:00
xiaojunnuo
6c0d0b00c9
build: prepare to build
2026-05-11 00:21:28 +08:00
xiaojunnuo
a82a38421d
chore: sql
2026-05-11 00:20:25 +08:00
xiaojunnuo
c4b01da384
fix(plugin-aliyun): 过滤非CAS证书并优化日志信息
...
过滤证书列表仅保留CAS类型证书,并更新相关日志信息以更准确反映操作情况
2026-05-11 00:07:48 +08:00
xiaojunnuo
3e1473dba5
chore: 1
2026-05-11 00:03:16 +08:00
xiaojunnuo
d383706554
chore(用户资料): 添加头像和昵称的编辑按钮
...
- 在头像和昵称旁边添加编辑按钮,提升用户操作便捷性
- 移除原有的更新资料按钮,优化界面布局
- 调整角色信息显示位置至用户名旁边
2026-05-10 23:58:23 +08:00
xiaojunnuo
e0eb0e21f6
perf(用户资料): 新增手机号邮箱绑定功能
...
实现用户邮箱和手机号的绑定与修改功能,包括:
1. 添加联系方式绑定API接口
2. 实现身份验证流程
3. 添加前端绑定对话框组件
4. 完善用户资料页面的联系方式展示和编辑入口
5. 添加联系方式冲突检测逻辑
6. 实现验证码校验功能
2026-05-10 23:51:45 +08:00
xiaojunnuo
7266af1749
fix: cnameProvider域名支持设置子域名托管
2026-05-10 22:41:07 +08:00
xiaojunnuo
f93bc09438
chore(plugin-cert): 更新EAB选项标签和生成按钮文本
...
- 移除EAB选项中的免费说明文字
- 将"刷新"按钮文本改为"生成"
- 更新相关提示信息以保持一致性
2026-05-10 18:28:03 +08:00
xiaojunnuo
fe3bb7c1b4
chore(plugin-cert): 修改刷新按钮文本为更简洁的表述
2026-05-10 17:15:47 +08:00
xiaojunnuo
923676c7d5
build: 添加 cross-env 依赖并更新单元测试脚本
...
在 package.json 和 pnpm-lock.yaml 中添加 cross-env 依赖,用于在单元测试时设置 NODE_ENV=unittest 环境变量。同时更新 AGENTS.md 文档说明单元测试环境要求。
2026-05-10 17:06:00 +08:00
xiaojunnuo
4755216505
perf: 重构自动加载模块并优化EAB授权处理
...
refactor(ui): 将分散的auto-*模块整合为统一命名的auto-register模块
perf(plugin-cert): 增强EAB授权功能,支持账号私钥刷新和类型选择
test: 添加EAB授权服务和ACME账号配置的单元测试
docs: 更新AGENTS.md补充ACME/EAB使用注意事项
chore: 统一各package.json中的测试脚本配置
2026-05-10 16:57:12 +08:00
xiaojunnuo
37d03c10f9
chore: 1
2026-05-08 22:28:10 +08:00
xiaojunnuo
490b724808
chore: 更新腾讯云证书(Id不变)插件下架
2026-05-08 22:19:31 +08:00
xiaojunnuo
d8f132919d
chore: 1
2026-05-08 15:50:28 +08:00
xiaojunnuo
b8a64a6b5b
perf(plugin-volcengine): 支持火山引擎VKE部署插件
...
- 改进Kubernetes错误处理,添加RBAC权限不足的友好提示
- 添加集群ID验证和kubeconfig解码验证
- 优化Ingress不存在时的错误提示,显示可用选项
- 移除未使用的TargetCluster选项
- 修复kubeconfig请求中集群ID未验证的问题
2026-05-08 00:25:00 +08:00
xiaojunnuo
25ad1e6f86
perf(设置): 添加首页启用开关配置
...
在系统设置中添加首页启用开关配置项,包括前端路由守卫检查、多语言支持和表单配置,以控制是否显示首页
2026-05-07 23:15:50 +08:00
xiaojunnuo
6b6f1604e9
style(ui): 修复批量操作区域样式溢出问题
...
为批量操作区域添加 overflow-x-auto 和 whitespace-nowrap 样式,防止文本溢出
2026-05-07 23:01:42 +08:00
xiaojunnuo
63be1c1cbd
perf(证书流水线): 添加批量更新证书申请参数功能
...
实现批量更新证书申请参数功能,包括前端界面和后端处理逻辑
- 添加批量修改证书申请参数的按钮和对话框
- 实现后端批量更新证书申请参数的接口和服务
- 添加相关测试用例验证功能正确性
2026-05-07 22:54:29 +08:00
xiaojunnuo
b75c625ddc
fix(aliyun-access): 添加阿里云密钥校验失败的错误处理
...
在测试阿里云访问密钥时,增加对STS错误响应的处理逻辑
添加相关测试用例验证错误处理和正常情况
2026-05-07 22:18:34 +08:00
xiaojunnuo
7083e7aff7
test(tld-client): 添加对rdap.ss回退机制的测试
...
验证当rdap和whoiser都失败时,TldClient能正确委托RdapSsClient处理
2026-05-07 22:03:33 +08:00
xiaojunnuo
9d2937dd4b
perf(domain): 添加域名过期时间同步进度显示功能
...
添加同步进度对话框,展示同步任务的实时进度和状态
更新中英文翻译文件,添加相关文案
修改AGENTS.md文档中的格式化命令说明
2026-05-07 00:22:41 +08:00
xiaojunnuo
a7e281e278
chore: rdap-ss client 重构
2026-05-05 22:53:22 +08:00
xiaojunnuo
72b6597817
chore: agents update
2026-05-05 22:17:09 +08:00
xiaojunnuo
91a1b97550
perf: 域名注册过期时间获取再次优化
2026-05-05 21:56:08 +08:00
xiaojunnuo
9951ab678f
chore: rm app.log
2026-05-05 19:26:36 +08:00
xiaojunnuo
930aa355e8
refactor(acme-client): 将acme-client改造成ts包并优化项目结构
...
重构acme-client模块,将原有JavaScript代码迁移至TypeScript
添加类型定义文件(.d.ts)和类型检查
更新构建配置和脚本以支持TypeScript编译
优化项目目录结构和模块导出方式
更新相关依赖和开发工具配置
2026-05-05 19:17:44 +08:00
xiaojunnuo
e0143fa540
chore: 补充单元测试
2026-05-05 18:44:43 +08:00
xiaojunnuo
7c1d92ff4b
chore: 为多个package.json添加test:unit脚本并更新全局测试命令
...
在多个库和插件的package.json中添加统一的test:unit脚本
同时在根package.json中添加全局test:unit命令以并行运行所有子项目的单元测试
2026-05-01 09:25:53 +08:00
xiaojunnuo
0a0f1e90e1
chore: 补充单元测试
2026-05-01 09:16:46 +08:00
xiaojunnuo
80092823db
docs(AGENTS): 更新文档以明确文件读取时的编码设置
...
添加关于在PowerShell中读取中文和文档文件时使用UTF-8编码的说明,并更新示例命令
2026-05-01 00:21:28 +08:00
xiaojunnuo
146098d9ce
docs(AGENTS.md): 更新开发指南和本地化文件格式
...
修复中文语言文件缩进问题并更新自定义页脚说明
添加前端文件修改后的格式化建议到开发指南
2026-05-01 00:18:11 +08:00
xiaojunnuo
519743dbdb
style(locales): 调整多语言文件缩进格式并添加自定义页脚字段
...
调整多个语言文件的缩进格式以保持一致性
在系统设置中添加自定义页脚相关的中英文翻译字段
2026-05-01 00:15:47 +08:00
xiaojunnuo
7ab661ecd7
Merge branch 'v2-dev' into codex_i18n
2026-05-01 00:07:29 +08:00
xiaojunnuo
bb46cb08f7
perf: 支持火山云vke
2026-05-01 00:05:58 +08:00
xiaojunnuo
028932c04a
refactor: organize certd client i18n translations
2026-04-30 23:48:48 +08:00
xiaojunnuo
73e6480853
chore: add shared codex skills link
2026-04-30 23:40:58 +08:00
xiaojunnuo
aa176b081a
perf: 新增agents.md
2026-04-30 23:31:12 +08:00
xiaojunnuo
267243e71b
chore: i18n first
2026-04-30 22:57:00 +08:00
xiaojunnuo
33fbef8380
build: release
2026-04-29 23:28:39 +08:00
xiaojunnuo
45a128a050
build: publish
2026-04-29 23:12:05 +08:00
xiaojunnuo
2ddc668954
build: trigger build image
2026-04-29 23:11:53 +08:00
xiaojunnuo
898bc9b9f2
v1.39.12
2026-04-29 23:10:25 +08:00
xiaojunnuo
d8e5928523
build: prepare to build
2026-04-29 23:06:41 +08:00
xiaojunnuo
36808a953e
chore: 1
2026-04-29 23:06:34 +08:00
xiaojunnuo
39d3f79026
build: prepare to build
2026-04-29 00:12:48 +08:00
xiaojunnuo
6463e1ca22
chore: 1
2026-04-29 00:12:07 +08:00
xiaojunnuo
c985a13544
perf: 支持页脚自定义
2026-04-29 00:07:20 +08:00
xiaojunnuo
ad76c5177c
chore: 1
2026-04-28 12:12:34 +08:00
xiaojunnuo
64b3184b28
perf: 阿里云证书订单支持获取2.0的订单
2026-04-28 11:51:54 +08:00
xiaojunnuo
2f1ad7201f
fix: 修复腾讯云clb部署报缺少sslmode参数的bug
2026-04-28 10:52:09 +08:00
xiaojunnuo
cd23ee2055
chore: 1
2026-04-28 00:38:57 +08:00
xiaojunnuo
e00830bebc
perf: 优化流水线执行时的状态保存性能
2026-04-28 00:33:59 +08:00
xiaojunnuo
00e6d580c2
perf: 524错误时重试3次
2026-04-27 23:51:27 +08:00
xiaojunnuo
9c7b419e8f
chore: 1
2026-04-27 00:57:53 +08:00
xiaojunnuo
95edc0d303
chore: check interval
2026-04-27 00:42:06 +08:00
xiaojunnuo
5991b1e37c
chore: 1
2026-04-27 00:19:49 +08:00
xiaojunnuo
1aa50cf53a
perf: 增加权威NS检查开关,某些用户服务器禁止向黑名单NS服务器发请求
2026-04-27 00:16:14 +08:00
xiaojunnuo
eab66e2d19
fix: 调整手机版首页标题被挤开的bug
2026-04-27 00:13:36 +08:00
xiaojunnuo
5b504f094f
build: release
2026-04-26 14:09:42 +08:00
xiaojunnuo
1460cb9ac1
chore: 1
2026-04-26 13:45:08 +08:00
xiaojunnuo
53782cbf49
build: publish
2026-04-26 13:33:26 +08:00
xiaojunnuo
0ea22dddf0
build: trigger build image
2026-04-26 13:33:14 +08:00
xiaojunnuo
ec466dc818
v1.39.11
2026-04-26 13:31:57 +08:00
xiaojunnuo
181064901d
build: prepare to build
2026-04-26 13:28:28 +08:00
xiaojunnuo
d1988dc982
perf: 添加全新的未登录首页和路由配置
...
- 新增产品介绍页,包含导航、功能展示和页脚
- 修改默认首页路由为/index
- 添加点击logo跳转首页功能
- 更新版权信息显示逻辑
2026-04-26 12:30:30 +08:00
xiaojunnuo
1f1d687317
perf: 添加Azure DNS插件支持及文档
...
添加Azure DNS插件实现,包括DNS记录管理和授权配置
新增Azure使用文档和配置截图
更新依赖添加@azure/arm-dns和@azure/identity包
2026-04-26 03:36:33 +08:00
xiaojunnuo
edc7bfc230
perf: 支持google dns插件
2026-04-26 01:56:08 +08:00
xiaojunnuo
7b6b3aa293
chore: skill 优化
2026-04-26 00:51:05 +08:00
xiaojunnuo
2f7514a2e7
perf: 阿里云waf支持云产品接入方式应用的证书部署
2026-04-26 00:12:37 +08:00
xiaojunnuo
575415b93a
perf: 模版创建流水线支持随机时间
2026-04-25 19:01:06 +08:00
xiaojunnuo
c28dfa8aca
chore: 1
2026-04-25 17:39:34 +08:00
xiaojunnuo
91141922ee
chore: 优化插件默认设置
2026-04-25 11:43:17 +08:00
xiaojunnuo
cc5154e04e
perf: 为DNS解析器添加超时配置,避免查询时间过长
...
在util.js中为dns.Resolver添加超时配置,确保DNS查询在合理时间内完成
2026-04-25 04:45:39 +08:00
xiaojunnuo
77db5ecd12
perf: 优化权威域名服务器查询超时时长
2026-04-25 04:30:48 +08:00
xiaojunnuo
7ac789c9c7
perf: 商业版支持配置证书申请插件参数
2026-04-25 04:12:26 +08:00
xiaojunnuo
24dff05f64
fix: 修复商业版设置了公共eab,创建流水线仍然会显示需要配置eab的bug
2026-04-25 03:32:45 +08:00
xiaojunnuo
64a350364d
fix: 修复流水线未编辑模式下也提示未保存的bug
2026-04-25 02:29:25 +08:00
xiaojunnuo
11b7cfe5cb
perf: 支持主动修改绑定url地址
2026-04-24 00:11:55 +08:00
xiaojunnuo
71cfcad2a1
fix: 修复列表页面底部滚动条与表格之间有空白间隙的bug
2026-04-24 00:04:42 +08:00
xiaojunnuo
ab4373b26e
chore: 商业版放开限制,可以切换为企业模式
2026-04-23 23:30:52 +08:00
xiaojunnuo
d23ddc96ac
chore: 优化安装脚本
2026-04-23 01:24:49 +08:00
xiaojunnuo
147708e779
chore: 1
2026-04-23 01:17:15 +08:00
xiaojunnuo
dc969dd7ed
perf: 支持一键安装脚本
2026-04-23 01:03:54 +08:00
xiaojunnuo
ef7d1d9327
perf: 支持hipm dns mgr
2026-04-22 23:48:12 +08:00
xiaojunnuo
2e6e9ed925
perf: 支持部署到nginx-proxy-manager
2026-04-22 23:47:02 +08:00
HINS
296dcab4c7
perf: 添加HiPMDnsmgr DNS提供商的支持 @WUHINS
...
* feat: add HiPM DNSMgr DNS provider plugin
- Create plugin-hipmdnsmgr for HiPM DNSMgr integration
- Support API Token authentication (Bearer token)
- Implement createRecord and removeRecord for ACME DNS-01 challenge
- Add getDomainListPage for domain selection
- Register plugin in plugins/index.ts
Features:
- RESTful API integration with DNSMgr
- Automatic domain ID resolution
- Full TypeScript type support
* refactor: reorganize plugin-hipmdnsmgr directory structure
- Move access.ts to access/hipmdnsmgr-access.ts
- Move dns-provider.ts to dns-provider/hipmdnsmgr-dns-provider.ts
- Add index.ts files for proper module exports
- Align with plugin-huawei and plugin-tencent structure
Structure:
plugin-hipmdnsmgr/
access/
hipmdnsmgr-access.ts
index.ts
dns-provider/
hipmdnsmgr-dns-provider.ts
index.ts
index.ts
2026-04-22 00:10:13 +08:00
xiaojunnuo
f9e1c46c45
chore: 1
2026-04-19 12:26:05 +08:00
xiaojunnuo
94fd5bd7ec
chore: 1
2026-04-19 12:25:28 +08:00
xiaojunnuo
eb6ca96e85
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-04-19 12:24:06 +08:00
xiaojunnuo
a2bbc7e272
fix: 修复站点监控某些情况下获取不到证书的bug
2026-04-19 12:23:41 +08:00
xiaojunnuo
f075a991f0
chore: 1
2026-04-17 19:34:01 +08:00
xiaojunnuo
edeb817c39
perf(technitium): 添加Technitium DNS Server插件支持
...
- 新增Technitium DNS Server插件,包含DNS提供商和授权配置
- 实现DNS记录创建、删除和域名列表获取功能
- 添加默认DNS传播等待时间配置
- 优化用户取消操作时的错误处理
- 为图标选择组件添加过滤功能
- 更新DNS提供商开发文档
2026-04-17 19:22:10 +08:00
xiaojunnuo
23b4658672
perf: apisix支持v2
2026-04-17 17:04:29 +08:00
ahe
5f95ee987f
fix 站点IP监控提示权限不足 ( #714 )
2026-04-17 16:46:44 +08:00
xiaojunnuo
cc73f156a7
chore: 1
2026-04-17 00:56:21 +08:00
xiaojunnuo
ee72d10718
build: release
2026-04-12 00:29:18 +08:00
xiaojunnuo
831871d37f
build: publish
2026-04-11 23:48:07 +08:00
xiaojunnuo
6072550ec1
build: trigger build image
2026-04-11 23:47:55 +08:00
xiaojunnuo
112a565bf7
v1.39.10
2026-04-11 23:46:27 +08:00
xiaojunnuo
59e5c76286
build: prepare to build
2026-04-11 23:43:16 +08:00
xiaojunnuo
21620ac6bd
perf: 流水线修改编辑之后,增加未保存提示
2026-04-11 23:41:20 +08:00
xiaojunnuo
d05129ec67
perf: 部署到1panel面板支持mux模式
2026-04-11 23:20:19 +08:00
xiaojunnuo
0998de4ae6
chore: 首页时间动态刷新
2026-04-11 23:10:51 +08:00
xiaojunnuo
2bdf1832da
perf: 增加域名管理 子域名检查提醒
2026-04-11 22:43:42 +08:00
xiaojunnuo
a846c4b66e
chore: 1
2026-04-11 22:21:02 +08:00
xiaojunnuo
ee535895a3
perf: 修复检查全部某些情况下无效的bug,优化公共触发站点证书检查定时逻辑
2026-04-11 21:50:44 +08:00
xiaojunnuo
1e549dfd43
fix: 修复流水线任务编辑页面复制粘贴按钮在夜间模式显示问题
2026-04-11 21:07:23 +08:00
xiaojunnuo
6ee718a252
perf: 站点监控域名气泡增加端口显示
2026-04-11 21:02:31 +08:00
xiaojunnuo
557e98c33f
fix: 修复用户管理添加用户无法上传头像的bug
2026-04-11 20:56:51 +08:00
xiaojunnuo
7a9eec88e8
perf: 1panel支持先上传证书再选择证书
2026-04-10 00:08:10 +08:00
xiaojunnuo
a7a4f66633
chore: 资源迁移到项目提示优化
2026-04-09 18:55:05 +08:00
xiaojunnuo
a88d0a6ae1
fix: 修复创建流水线无法选择通知的bug
2026-04-09 18:43:57 +08:00
xiaojunnuo
db87bc770e
chore: 1
2026-04-09 18:20:36 +08:00
xiaojunnuo
7b6b71cd4b
chore: 1
2026-04-08 10:36:02 +08:00
xiaojunnuo
df98463325
fix: 修复自定义插件删除后没有反注册的bug
2026-04-07 23:36:05 +08:00
xiaojunnuo
f7492db8bd
docs: admin mode docs
2026-04-07 23:07:12 +08:00
xiaojunnuo
70b46d4a8f
fix: 修复spaceship创建record报错的bug
...
https://github.com/certd/certd/issues/705
2026-04-07 22:29:30 +08:00
xiaojunnuo
411486e1e7
build: release
2026-04-06 01:53:40 +08:00
xiaojunnuo
6f81305232
build: publish
2026-04-06 01:26:21 +08:00
xiaojunnuo
79bc22d8ce
build: trigger build image
2026-04-06 01:26:09 +08:00
xiaojunnuo
1c634a702a
v1.39.9
2026-04-06 01:24:46 +08:00
xiaojunnuo
909a9e4050
build: prepare to build
2026-04-06 01:21:18 +08:00
xiaojunnuo
b5cc794061
perf(monitor): 支持查看监控执行记录
...
- 新增监控任务执行记录页面及相关API
- 添加数据库表结构及多数据库支持
- 完善国际化翻译
- 实现批量删除功能
- 优化站点监控服务逻辑
2026-04-06 01:17:02 +08:00
xiaojunnuo
73b8e85976
fix: 修复cn域名获取不到到期时间的问题
2026-04-06 00:33:08 +08:00
xiaojunnuo
282b5d6893
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-04-05 23:49:30 +08:00
xiaojunnuo
c6628e7311
perf: 支持域名到期时间监控通知
2026-04-05 23:49:25 +08:00
xiaojunnuo
6b109d172f
perf: 腾讯云CLB大区增加台北
2026-04-03 11:02:39 +08:00
xiaojunnuo
6b29972399
chore: 修复可选链操作符和DNS管理插件问题
...
修复多处可选链操作符访问问题,避免潜在的空指针异常
优化DNS管理插件,移除重复的id字段并修正域名匹配逻辑
添加getDomainListPage方法以支持分页查询域名列表
2026-04-03 00:32:00 +08:00
xiaojunnuo
0fcd3c09fd
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-04-03 00:14:14 +08:00
xiaojunnuo
af503442b8
perf(plugin-dnsmgr): 添加彩虹DNS插件支持
...
实现彩虹DNS管理系统的插件集成,包括DNS记录创建、查询和删除功能
2026-04-03 00:14:08 +08:00
xiaojunnuo
c875971b71
perf: 优化腾讯云CLB插件支持选择证书id
2026-04-02 23:27:10 +08:00
xiaojunnuo
d1a65922d7
fix: 修复某些情况下报无法修改通知的问题
2026-04-02 16:28:14 +08:00
xiaojunnuo
6ef34f95d5
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-04-02 14:51:54 +08:00
xiaojunnuo
8b79022179
chore: 1
2026-04-02 09:05:13 +08:00
xiaojunnuo
21aec77e5c
perf(spaceship): 新增Spaceship DNS插件和授权模块
...
添加Spaceship DNS提供商插件和授权模块,支持域名解析管理
更新相关文档和技能说明,优化错误处理和日志记录
移除调试日志,更新README项目列表
2026-04-02 00:10:28 +08:00
xiaojunnuo
74c5259af8
build: release
2026-04-01 00:29:52 +08:00
xiaojunnuo
a3e7d4414d
build: publish
2026-03-31 23:59:12 +08:00
xiaojunnuo
986d32eb81
build: trigger build image
2026-03-31 23:59:00 +08:00
xiaojunnuo
de0ae14544
v1.39.8
2026-03-31 23:57:25 +08:00
xiaojunnuo
6b52276fb6
build: prepare to build
2026-03-31 23:54:34 +08:00
xiaojunnuo
a19ea7489c
perf: 支持部署证书到百度CCE
2026-03-31 23:52:12 +08:00
xiaojunnuo
14229c2f00
chore: delete agents
2026-03-31 22:27:42 +08:00
xiaojunnuo
6eb20a1f2e
fix: 修复上传头像退出登录的bug
2026-03-31 15:42:02 +08:00
xiaojunnuo
8debac2edf
chore: 优化阿里云cdn
2026-03-29 02:40:26 +08:00
xiaojunnuo
a68301e4dc
perf: 阿里云CDN部署支持根据证书域名自动匹配部署
2026-03-29 02:25:45 +08:00
xiaojunnuo
c6a988bc92
perf: dcdn自动匹配部署,支持新增域名感知
2026-03-29 01:57:33 +08:00
xiaojunnuo
fe02ce7b64
fix: 修复某些情况下报没有匹配到任何校验方式的bug
2026-03-29 00:13:44 +08:00
xiaojunnuo
df012dec90
perf: 阿里云dcdn支持根据证书域名匹配模式
2026-03-28 11:17:50 +08:00
xiaojunnuo
5969425a6f
docs: 1
2026-03-26 22:30:37 +08:00
xiaojunnuo
b17b1e6463
build: release
2026-03-26 01:28:56 +08:00
xiaojunnuo
c99e61c402
build: publish
2026-03-26 01:08:03 +08:00
xiaojunnuo
f4aaec8b3c
build: trigger build image
2026-03-26 01:07:51 +08:00
xiaojunnuo
adc3e6118b
v1.39.7
2026-03-26 01:06:27 +08:00
xiaojunnuo
d933493c31
build: prepare to build
2026-03-26 01:02:42 +08:00
xiaojunnuo
f91d591b03
perf: 支持部署证书到火山引擎vod
2026-03-26 01:01:52 +08:00
xiaojunnuo
af6deb99cd
perf: 支持部署到火山云tos自定义域名证书
...
https://github.com/certd/certd/issues/693
2026-03-26 00:05:30 +08:00
xiaojunnuo
c5d285f755
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-03-25 12:48:56 +08:00
xiaojunnuo
b1eb706925
fix: 修复cname校验报该授权无权限的bug
2026-03-25 12:48:47 +08:00
xiaojunnuo
5a01634ca3
build: release
2026-03-23 00:23:32 +08:00
xiaojunnuo
487676ce13
build: publish
2026-03-23 00:07:52 +08:00
xiaojunnuo
0280ca7b1a
build: trigger build image
2026-03-23 00:07:40 +08:00
xiaojunnuo
b0ccab41e1
v1.39.6
2026-03-23 00:06:18 +08:00
xiaojunnuo
ccda3a3325
build: prepare to build
2026-03-23 00:03:15 +08:00
xiaojunnuo
4b7eeaa6e0
perf: 新增阿里云证书清理插件
2026-03-23 00:02:46 +08:00
xiaojunnuo
2951f0030d
build: prepare to build
2026-03-22 23:33:45 +08:00
xiaojunnuo
acc2df29de
perf: 支持复制粘贴任务步骤
2026-03-22 23:31:24 +08:00
xiaojunnuo
431afd618f
perf: 企业模式下面增加个人数据迁移的引导
2026-03-22 00:49:54 +08:00
xiaojunnuo
6d5e5bd692
chore: 优化access edit 请求参数,删除多余的参数
2026-03-21 23:59:11 +08:00
xiaojunnuo
ffd2e8149e
perf: 火山引擎部署alb证书插件支持部署扩展证书以及删除已过期扩展证书
2026-03-21 23:51:30 +08:00
xiaojunnuo
2ab92dc13e
chore: cnb_sync
2026-03-20 18:14:31 +08:00
xiaojunnuo
7f6a8bc87e
perf: 优化远程数据选择框,选择数据时不刷新闪烁
2026-03-20 18:04:13 +08:00
xiaojunnuo
b1ff163a28
fix: 修复模版id不正确导致修改到错误的模版流水线bug
2026-03-20 17:48:47 +08:00
xiaojunnuo
440d55ccb8
chore: sync push
2026-03-20 13:53:12 +08:00
xiaojunnuo
285532d431
fix: remote-select默认pageSize设置为50,阿里云WAF不支持pageSize100
2026-03-20 13:44:49 +08:00
xiaojunnuo
f2c47459f8
Merge branch 'v2' of https://github.com/certd/certd into v2
2026-03-20 12:09:01 +08:00
xiaojunnuo
49703f08e5
fix: 修复批量执行按钮无效的bug
2026-03-20 12:08:55 +08:00
xiaojunnuo
1d0aa9573b
Merge branch 'v2' of https://github.com/certd/certd into v2
2026-03-19 01:12:34 +08:00
xiaojunnuo
b2014cf88b
build: release
2026-03-19 01:11:46 +08:00
xiaojunnuo
a0e0078bad
build: prepare to build
2026-03-19 01:09:00 +08:00
xiaojunnuo
5ebca21c32
build: publish
2026-03-19 00:52:27 +08:00
xiaojunnuo
970aea90c9
build: trigger build image
2026-03-19 00:52:15 +08:00
xiaojunnuo
5f9341ad8e
v1.39.5
2026-03-19 00:50:53 +08:00
xiaojunnuo
574c0983f5
build: prepare to build
2026-03-19 00:48:08 +08:00
xiaojunnuo
be6c7c7ac8
build: prepare to build
2026-03-19 00:41:29 +08:00
xiaojunnuo
4fd31f276b
build: prepare to build
2026-03-19 00:20:00 +08:00
xiaojunnuo
224db7da57
fix: 修复修改分组报错的bug
2026-03-19 00:15:15 +08:00
xiaojunnuo
1413e1aff4
perf: passkey登录放到下方其他登录位置
2026-03-19 00:14:05 +08:00
xiaojunnuo
68b669d3ff
perf: 移除passkey的counter递增校验
2026-03-18 23:56:50 +08:00
xiaojunnuo
29f44c67c8
perf: passkey 支持Bitwarden
2026-03-18 23:13:37 +08:00
xiaojunnuo
3332d2288f
chore: 支持推送到cnb
2026-03-18 16:16:22 +08:00
xiaojunnuo
34702196e1
chore: 优化workflow
2026-03-18 09:22:09 +08:00
xiaojunnuo
d45c8d1e9b
build: release
2026-03-18 01:30:28 +08:00
xiaojunnuo
bc19825ada
build: publish
2026-03-18 01:14:10 +08:00
xiaojunnuo
72bb640239
build: trigger build image
2026-03-18 01:13:58 +08:00
xiaojunnuo
aacee4a94c
v1.39.4
2026-03-18 01:12:39 +08:00
xiaojunnuo
3ab37d5c5d
build: prepare to build
2026-03-18 01:09:27 +08:00
xiaojunnuo
3dd3ecf8f1
build: prepare to build
2026-03-18 01:05:23 +08:00
xiaojunnuo
a3831827d0
chore: 1
2026-03-18 01:04:43 +08:00
xiaojunnuo
6aa6c957ee
build: prepare to build
2026-03-18 00:43:45 +08:00
xiaojunnuo
9e12412f5f
perf: 优化passkey
2026-03-18 00:43:01 +08:00
xiaojunnuo
0f9eb31740
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-03-17 23:33:18 +08:00
xiaojunnuo
6be8ab581d
chore: 1
2026-03-17 23:33:13 +08:00
xiaojunnuo
d8425bc9c5
fix: 修复选择插件页面无法滚动的bug
2026-03-17 23:25:45 +08:00
xiaojunnuo
0ddcb9c00a
chore: passkey perf
2026-03-17 19:16:11 +08:00
xiaojunnuo
6d43623f45
fix: 修复阿里云证书订单翻页问题
2026-03-17 18:56:52 +08:00
xiaojunnuo
196cd88010
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-03-17 14:53:51 +08:00
xiaojunnuo
7f37df4227
fix: 修复查看证书详情页面错位的bug
2026-03-17 14:53:46 +08:00
xiaojunnuo
985a12a63b
build: release
2026-03-17 14:19:59 +08:00
xiaojunnuo
9058c0e9fc
build: publish
2026-03-17 14:02:46 +08:00
xiaojunnuo
4b0cd32d12
build: trigger build image
2026-03-17 14:02:34 +08:00
xiaojunnuo
6cb51bc55d
v1.39.3
2026-03-17 14:01:18 +08:00
xiaojunnuo
119e3c31c9
build: prepare to build
2026-03-17 13:58:14 +08:00
xiaojunnuo
56164c25d0
build: prepare to build
2026-03-17 13:56:03 +08:00
xiaojunnuo
c66e5f9fcd
chore: remote-select mode还原回原来的模式
2026-03-17 13:54:02 +08:00
xiaojunnuo
12700e1754
fix: 修复多选框只能单选的bug
2026-03-17 13:33:12 +08:00
xiaojunnuo
50db6f0765
fix: 修复旧版1panel插件 报sslIds is not iterable的错误
2026-03-17 09:13:29 +08:00
xiaojunnuo
64e8adddfd
build: release
2026-03-17 01:15:04 +08:00
xiaojunnuo
729a4d64e9
chore: project mode
2026-03-17 01:14:52 +08:00
xiaojunnuo
6f12504588
chore: docs
2026-03-17 01:12:03 +08:00
xiaojunnuo
271459f820
build: publish
2026-03-17 00:57:40 +08:00
xiaojunnuo
5000c95d01
build: trigger build image
2026-03-17 00:57:27 +08:00
xiaojunnuo
f477733483
v1.39.2
2026-03-17 00:56:06 +08:00
xiaojunnuo
54e1681c5e
build: prepare to build
2026-03-17 00:53:10 +08:00
xiaojunnuo
2f6d9a156a
chore: user profile
2026-03-17 00:34:20 +08:00
xiaojunnuo
10dd89ae62
fix: 修复京东云报错不准确的bug
2026-03-17 00:05:53 +08:00
xiaojunnuo
d01bfbec96
fix: cname provider授权修改为sys级别
2026-03-16 23:27:24 +08:00
xiaojunnuo
5eb4aa3a0e
fix: 修复群晖测试时报addSecret undefine错误
2026-03-16 22:51:09 +08:00
xiaojunnuo
0b9933df1e
perf: 查看证书增加证书详情显示,包括域名,过期时间,颁发机构,指纹等
2026-03-16 00:52:33 +08:00
xiaojunnuo
76d12d6062
perf: dns-provider 支持bind9 ,support bind9
...
https://github.com/certd/certd/issues/683
https://github.com/certd/certd/discussions/668
2026-03-15 23:55:49 +08:00
xiaojunnuo
cf10faf61c
style: 调整复制按钮的显示样式为行内弹性布局
2026-03-15 18:35:13 +08:00
xiaojunnuo
1cbf9c1cd9
chore: 增加流水线,授权等文档
2026-03-15 18:26:49 +08:00
xiaojunnuo
25e361b9f9
chore: 修改权限判断字段从summary改成description
2026-03-15 16:20:20 +08:00
xiaojunnuo
b88ee33ae4
chore: tencent cos doc tip
2026-03-15 16:05:17 +08:00
xiaojunnuo
684964da4f
chore: swagger support
2026-03-15 14:01:34 +08:00
xiaojunnuo
8a3841f638
perf: 支持批量转移流水线到其他项目
2026-03-15 04:17:40 +08:00
xiaojunnuo
f642e42eea
chore: 优化passkey
2026-03-15 02:20:39 +08:00
xiaojunnuo
bbef854c02
chore: user profile 夜间模式
2026-03-13 19:44:55 +08:00
xiaojunnuo
e50611666e
perf: 优化个人账户页面
2026-03-13 19:39:27 +08:00
xiaojunnuo
eae4f721e8
chore: passkey登录优化
2026-03-13 15:31:03 +08:00
xiaojunnuo
12fed34e10
fix: 修复提示支付失败的bug
2026-03-13 12:03:28 +08:00
xiaojunnuo
56350b54ee
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-03-12 18:11:09 +08:00
xiaojunnuo
10b7644bb7
perf: 支持passkey登录
2026-03-12 18:11:02 +08:00
xiaojunnuo
d79db3bd3f
perf: 获取阿里证书订单id组件增加翻页功能,突破50的上限
2026-03-12 00:46:05 +08:00
xiaojunnuo
1588461633
perf: 优化阿里云连接超时时长为10秒,支持配置环境变量
2026-03-11 23:10:37 +08:00
xiaojunnuo
dd999b60a4
fix: 修复当证书更新后第一次站点检查会报与主站证书过期时间不一致错误的bug
2026-03-11 22:38:48 +08:00
xiaojunnuo
3abee72fee
fix: 修复修改项目名称后,没有同步刷新的bug
...
https://github.com/certd/certd/issues/680
2026-03-11 22:36:05 +08:00
xiaojunnuo
b5577b1d37
build: release
2026-03-10 00:21:08 +08:00
xiaojunnuo
e15ffb5820
build: publish
2026-03-10 00:03:15 +08:00
xiaojunnuo
4d9a5ed4a1
build: trigger build image
2026-03-10 00:03:03 +08:00
xiaojunnuo
b2bc1debe0
chore: release
2026-03-10 00:02:46 +08:00
xiaojunnuo
590ff67fcb
v1.39.1
2026-03-09 23:47:08 +08:00
xiaojunnuo
209e1adf53
build: prepare to build
2026-03-09 23:44:19 +08:00
xiaojunnuo
53c08484a3
chore: project transfer
2026-03-09 23:43:23 +08:00
xiaojunnuo
c6ca832737
perf: 支持迁移个人数据到企业项目中
2026-03-09 23:34:11 +08:00
xiaojunnuo
2c399a078e
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-03-09 13:35:18 +08:00
xiaojunnuo
8c519f13da
chore: 1
2026-03-09 13:34:26 +08:00
xiaojunnuo
853fdc70a2
perf: install tip
2026-03-08 11:15:25 +08:00
xiaojunnuo
dc4f811eaa
build: release
2026-03-08 01:57:31 +08:00
xiaojunnuo
d23c8b4a2a
fix: 修复企业管理模式下,切换用户登录后,丢失项目列表的bug
2026-03-08 01:53:46 +08:00
xiaojunnuo
00c0dcc81d
build: release
2026-03-08 01:47:46 +08:00
xiaojunnuo
f77feefdb8
chore: github action update
2026-03-08 01:33:34 +08:00
xiaojunnuo
2e346e5369
build: publish
2026-03-08 01:19:01 +08:00
xiaojunnuo
17023f6b55
build: trigger build image
2026-03-08 01:18:50 +08:00
xiaojunnuo
3bb29abe32
v1.39.0
2026-03-08 01:17:39 +08:00
xiaojunnuo
ac42d38b7a
build: prepare to build
2026-03-08 01:15:23 +08:00
xiaojunnuo
d9c0130b59
fix: 修复京东云域名申请证书报错的bug
2026-03-08 01:14:33 +08:00
xiaojunnuo
4925d5a5e7
chore: project prerelease
2026-03-08 00:48:29 +08:00
xiaojunnuo
dd9a7cf5d7
chore: project fix
2026-03-05 00:11:08 +08:00
xiaojunnuo
5ee3874b7e
chore: project fix
2026-03-04 23:53:19 +08:00
xiaojunnuo
17dd77cc96
chore: project userid fixed -1
2026-03-04 23:15:48 +08:00
xiaojunnuo
6c546b5290
chore: project finished
2026-03-03 23:31:42 +08:00
xiaojunnuo
a853fc2026
chore: vip tip
2026-03-03 18:25:55 +08:00
xiaojunnuo
92c9ac3826
fix(cert-plugin): 优化又拍云客户端错误处理逻辑,当域名已绑定证书时不再抛出异常。
2026-03-03 14:35:50 +08:00
xiaojunnuo
78c2ced43b
fix: 修复dcdn多个域名同时部署时 可能会出现证书名称重复的bug
2026-03-03 11:31:52 +08:00
xiaojunnuo
72f850f675
fix: 优化dcdn部署上传多次证书 偶尔报 The CertName already exists的问题
2026-03-03 11:29:50 +08:00
xiaojunnuo
bc326489ab
fix: 修复复制流水线保存后丢失分组和排序号的问题
2026-02-28 19:29:13 +08:00
xiaojunnuo
ea5e7d9563
chore: project setting
2026-02-28 18:49:46 +08:00
xiaojunnuo
5b5b48fc06
chore: admin mode setting
2026-02-28 18:30:04 +08:00
xiaojunnuo
1548ba0b8d
chore: project manager
2026-02-28 18:17:53 +08:00
xiaojunnuo
26b1c4244f
chore: project approve
2026-02-28 12:14:38 +08:00
xiaojunnuo
8a4e981931
chore: project detail join approve
2026-02-28 12:13:31 +08:00
xiaojunnuo
6163c3f08e
chore: join project
2026-02-28 00:49:02 +08:00
xiaojunnuo
e17f381b1f
chore: project blank
2026-02-27 23:09:50 +08:00
xiaojunnuo
316537eb4d
fix: 修复偶尔下载证书报未授权的错误
2026-02-27 00:37:24 +08:00
xiaojunnuo
b2c421600c
chore: 首页数据统计项目显示
2026-02-27 00:14:53 +08:00
xiaojunnuo
787f6ef528
perf: 任务步骤页面增加串行执行提示说明
2026-02-27 00:06:44 +08:00
xiaojunnuo
8578547467
chore: project permission
2026-02-26 23:50:15 +08:00
xiaojunnuo
51ab6d6da1
perf: 【破坏性更新】错误返回信息msg字段名统一改成message,与成功的返回结构一致
2026-02-26 23:50:01 +08:00
xiaojunnuo
3a8b5de8f7
chore: project permission
2026-02-26 00:12:59 +08:00
xiaojunnuo
faf08f6513
chore: project
2026-02-21 23:20:26 +08:00
xiaojunnuo
06c69d23be
chore: 1
2026-02-19 00:18:29 +08:00
xiaojunnuo
1bcadd5f8e
chore: 1
2026-02-19 00:17:02 +08:00
xiaojunnuo
524195d729
Merge branch 'v2-dev' into v2_admin_mode
2026-02-19 00:15:15 +08:00
xiaojunnuo
0c25d277ef
build: release
2026-02-19 00:12:31 +08:00
xiaojunnuo
27b0348e1d
fix: 修复发件邮箱无法输入的bug
2026-02-19 00:12:08 +08:00
xiaojunnuo
ea5aa68769
build: publish
2026-02-18 23:22:03 +08:00
xiaojunnuo
99fefb168a
build: trigger build image
2026-02-18 23:21:52 +08:00
xiaojunnuo
49457505cd
v1.38.12
2026-02-18 23:20:43 +08:00
xiaojunnuo
bfc948a9b4
build: prepare to build
2026-02-18 23:18:39 +08:00
xiaojunnuo
c407206627
chore: 1
2026-02-18 23:16:13 +08:00
xiaojunnuo
39d3bf97d1
fix: 修复获取群辉deviceid报错的bug
2026-02-18 10:13:37 +08:00
xiaojunnuo
79be392775
fix: 修复获取群辉deviceid报错的bug
2026-02-18 10:13:24 +08:00
xiaojunnuo
be4c6b8e16
Merge branch 'v2-dev' into v2_admin_mode
2026-02-17 00:16:12 +08:00
xiaojunnuo
c8e193e70d
chore: docs https
2026-02-17 00:14:31 +08:00
xiaojunnuo
35859ffc3f
build: release
2026-02-17 00:09:50 +08:00
xiaojunnuo
0d81ada5a8
build: publish
2026-02-16 23:52:22 +08:00
xiaojunnuo
b68cf0fb45
build: trigger build image
2026-02-16 23:52:11 +08:00
xiaojunnuo
9ed2078e92
chore: publish
2026-02-16 23:51:46 +08:00
xiaojunnuo
1f002159e2
v1.38.11
2026-02-16 23:44:19 +08:00
xiaojunnuo
5bc690fcd9
build: prepare to build
2026-02-16 23:40:03 +08:00
xiaojunnuo
bab9adce24
perf: 支持自定义发件人名称,格式:名称<邮箱>
2026-02-16 23:38:08 +08:00
xiaojunnuo
e47eddaa85
perf: 优化登陆页面的黑暗模式
2026-02-16 23:18:55 +08:00
xiaojunnuo
8ef1f2e395
fix: 修复1panel2.1.0新版本测试失败的问题
2026-02-16 17:28:46 +08:00
xiaojunnuo
541131bbc6
Merge branch 'v2-dev' into v2_admin_mode
2026-02-16 00:48:23 +08:00
xiaojunnuo
7626eecbf6
build: release
2026-02-16 00:46:21 +08:00
xiaojunnuo
49afa75929
chore: site monitor setting sleep 300
2026-02-16 00:45:30 +08:00
xiaojunnuo
5c5265ede2
build: publish
2026-02-16 00:24:57 +08:00
xiaojunnuo
42d61d8089
build: trigger build image
2026-02-16 00:24:45 +08:00
xiaojunnuo
01eb50078e
v1.38.10
2026-02-16 00:23:13 +08:00
xiaojunnuo
eef021f472
build: prepare to build
2026-02-16 00:20:03 +08:00
xiaojunnuo
6f3fd785e7
perf: 支持next-terminal
2026-02-16 00:17:55 +08:00
xiaojunnuo
7cd8a645a8
chore: 补充其他access的测试按钮
2026-02-15 22:45:22 +08:00
xiaojunnuo
9671348dc1
chore: synology
2026-02-15 18:45:04 +08:00
xiaojunnuo
7a3e68d656
perf: 所有授权增加测试按钮
2026-02-15 18:44:35 +08:00
xiaojunnuo
42c7ec2f75
perf: 群晖支持刷新登录有效期
2026-02-15 18:43:53 +08:00
xiaojunnuo
32c3ce5c98
perf: 主题默认跟随系统颜色(自动切换深色浅色模式)
2026-02-15 14:57:00 +08:00
xiaojunnuo
e55a3a82fc
perf: 模版编辑页面,hover反色过亮问题优化
2026-02-15 14:39:11 +08:00
xiaojunnuo
305da86f97
perf: 优化网络测试页面,夜间模式显示效果
2026-02-15 14:23:12 +08:00
xiaojunnuo
c23d1d11b5
perf: 监控设置支持逗号分割
2026-02-15 14:20:32 +08:00
xiaojunnuo
a3cabd5f36
perf: 列表中支持下次执行时间显示
2026-02-15 14:19:16 +08:00
xiaojunnuo
66ac4716f2
perf: 备份支持scp上传
2026-02-15 14:18:50 +08:00
xiaojunnuo
3cd1aaeb03
perf: 增加部署证书到certd本身插件
2026-02-15 13:24:19 +08:00
xiaojunnuo
4eb940ffe7
perf: http校验方式支持scp上传
2026-02-15 13:16:16 +08:00
xiaojunnuo
61800b23e2
fix: 修复阿里云dcdn使用上传到cas的id引用错误的bug
2026-02-15 13:08:20 +08:00
xiaojunnuo
0283662931
fix: 修复1panel 请求失败的bug
2026-02-15 12:59:08 +08:00
xiaojunnuo
d125eb56b3
chore: project
2026-02-14 00:08:13 +08:00
xiaojunnuo
956d68695c
chore: project
2026-02-13 23:51:27 +08:00
xiaojunnuo
83d81b64b3
perf: 站点监控支持指定ip地址检查
2026-02-13 23:51:19 +08:00
xiaojunnuo
a4ea82c04b
Merge branch 'v2-dev' into v2_admin_mode
2026-02-13 22:58:07 +08:00
xiaojunnuo
8387fe0d5b
fix: 修复保存站点监控dns设置,偶尔无法保存成功的bug
2026-02-13 22:56:59 +08:00
xiaojunnuo
cfd5b388f1
chore: project
2026-02-13 22:24:04 +08:00
xiaojunnuo
4ee6e38a94
chore: project controller ok
2026-02-13 21:28:17 +08:00
xiaojunnuo
3f87752d1f
Merge branch 'v2-dev' into v2_admin_mode
2026-02-13 19:04:09 +08:00
xiaojunnuo
b91548eef4
perf: 421 支持3次重试
2026-02-13 19:02:53 +08:00
xiaojunnuo
1195417b97
perf: 优化京东云报错详情显示
2026-02-13 18:16:05 +08:00
xiaojunnuo
67f347197e
chore: project query
2026-02-13 00:41:40 +08:00
xiaojunnuo
8c2dfa9140
chore: 雷池支持上传证书
2026-02-12 21:45:43 +08:00
xiaojunnuo
a3fbfe0bff
chore: 优化雷池插件的提示说明
2026-02-12 21:26:52 +08:00
xiaojunnuo
99db1b1cc3
chore: history projectId
2026-02-11 18:17:46 +08:00
xiaojunnuo
638a7f0ab4
chore: history projectId
2026-02-11 18:11:33 +08:00
xiaojunnuo
806a69fef3
Merge branch 'v2_admin_mode' of https://github.com/certd/certd into v2_admin_mode
2026-02-11 16:28:53 +08:00
xiaojunnuo
8ba2e9e34c
Merge branch 'v2-dev' into v2_admin_mode
2026-02-11 16:28:43 +08:00
xiaojunnuo
e7e54bc19e
perf: 新网互联支持查询域名列表
2026-02-11 16:27:54 +08:00
xiaojunnuo
9fb980599f
fix: 修复任务步骤标题过长导致错位的问题
2026-02-11 15:51:50 +08:00
xiaojunnuo
28dfef985c
chore: project 初步
2026-02-11 00:54:56 +08:00
xiaojunnuo
1e416b9f8a
chore: project controller
2026-02-11 00:07:29 +08:00
xiaojunnuo
784bcb0aa5
Merge branch 'v2-dev' into v2_admin_mode
2026-02-10 22:10:08 +08:00
xiaojunnuo
9642df2d9d
build: release
2026-02-10 02:18:23 +08:00
xiaojunnuo
37340838b6
feat: 支持企业级管理模式,项目管理,细分权限
2026-02-10 01:57:11 +08:00
xiaojunnuo
d1a8dd7817
Merge branch 'v2-dev' into v2_admin_mode
2026-02-09 23:13:43 +08:00
xiaojunnuo
8919a3937a
build: publish
2026-02-09 23:12:52 +08:00
xiaojunnuo
5032030f8d
build: trigger build image
2026-02-09 23:12:41 +08:00
xiaojunnuo
b30cb5d7dc
v1.38.9
2026-02-09 23:11:18 +08:00
xiaojunnuo
7113c4622b
build: prepare to build
2026-02-09 23:08:35 +08:00
xiaojunnuo
bd8caff0b7
perf: 已登录状态访问登录页面自动跳转到首页
2026-02-09 23:08:13 +08:00
xiaojunnuo
519bf3184a
chore: 1panel 站点证书更新
2026-02-09 22:46:09 +08:00
xiaojunnuo
79c77ce3a3
chore: perf remote- select
2026-02-09 19:20:34 +08:00
xiaojunnuo
2f40f795ee
perf: 优化access授权支持remote-auto-complete
2026-02-09 19:19:26 +08:00
xiaojunnuo
b16f92314b
chore: 自动转换mysql表格engine
2026-02-09 18:40:15 +08:00
xiaojunnuo
ad22244388
Merge branch 'v2-dev' into v2_admin_mode
2026-02-09 18:21:01 +08:00
xiaojunnuo
02f89a9c9d
perf: 修改sql升级语句,兼容mysql5.7
2026-02-09 18:18:19 +08:00
xiaojunnuo
d286c040a5
perf: access 插件支持remote-select等配置
2026-02-09 14:45:56 +08:00
xiaojunnuo
99f5b8ebc1
fix: 修复新版本上传到阿里云cas后,其他依赖任务无法部署的bug
2026-02-09 14:29:19 +08:00
xiaojunnuo
9ac33f9b9b
fix: 修复部署到openwrt错误的bug
2026-02-09 13:57:14 +08:00
xiaojunnuo
6ab1fcaf89
fix: esxi部署失败的bug
2026-02-09 13:56:47 +08:00
xiaojunnuo
2e3d0cc57c
fix: 修复部署到openwrt错误的bug
2026-02-09 13:50:28 +08:00
xiaojunnuo
1e44115461
fix: esxi部署失败的bug
2026-02-09 13:49:00 +08:00
xiaojunnuo
8d57063e9d
chore: geo
2026-02-08 00:42:31 +08:00
xiaojunnuo
104d646c7c
chore: geo
2026-02-08 00:41:35 +08:00
xiaojunnuo
9ddbf79d9e
chore: geo
2026-02-08 00:37:47 +08:00
xiaojunnuo
a9ec4c5c28
chore: 1
2026-02-08 00:32:50 +08:00
xiaojunnuo
914d860197
chore: gse
2026-02-08 00:30:59 +08:00
xiaojunnuo
23b3e5c731
chore: docs directory 不稳定提示
2026-02-08 00:26:08 +08:00
xiaojunnuo
cdf04c2402
build: release
2026-02-07 02:51:53 +08:00
xiaojunnuo
3535e44337
build: publish
2026-02-07 02:29:29 +08:00
xiaojunnuo
0b245d3885
build: trigger build image
2026-02-07 02:29:18 +08:00
xiaojunnuo
4fda6cbcde
v1.38.8
2026-02-07 02:27:52 +08:00
xiaojunnuo
2bbba897ec
build: prepare to build
2026-02-07 02:23:58 +08:00
xiaojunnuo
0cfb94b0ba
perf: 支持设置默认的证书申请地址的反向代理
2026-02-07 02:20:27 +08:00
xiaojunnuo
3f7ac93932
perf: 子域名托管域名支持配置通配符
2026-02-07 00:03:37 +08:00
xiaojunnuo
96c36b4f6a
chore: aliyun cdn log
2026-02-06 23:35:35 +08:00
xiaojunnuo
febd6d32cf
perf: 双重验证显示secret
2026-02-06 23:26:57 +08:00
xiaojunnuo
cbd8699801
chore: 移除 github star
2026-02-06 23:04:39 +08:00
xiaojunnuo
1ee1d61c74
Merge branch 'v2-dev' into v2_admin_mode
2026-02-06 16:51:57 +08:00
xiaojunnuo
74400aacc6
chore: 敏感数据隐藏输出
2026-02-06 16:49:19 +08:00
xiaojunnuo
9f55c3605a
chore: 1
2026-02-06 16:36:57 +08:00
xiaojunnuo
8d61e8179f
chore: 1
2026-02-06 16:29:53 +08:00
xiaojunnuo
f250889c3e
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-02-06 16:26:32 +08:00
xiaojunnuo
00f67d86d6
perf: 优化申请证书最大超时时长
2026-02-06 16:26:26 +08:00
xiaojunnuo
7b8b9cfd2b
chore: project
2026-02-06 16:16:00 +08:00
xiaojunnuo
5e7a67834b
chore: docs
2026-02-06 13:25:14 +08:00
xiaojunnuo
3c85602ab1
perf: http请求增加建立连接超时配置
2026-02-06 12:00:40 +08:00
xiaojunnuo
66d0d0e213
chore: admin mode
2026-02-05 19:01:03 +08:00
xiaojunnuo
1f68faddb9
perf: AI开发插件 skills 定义初步
2026-02-05 17:26:47 +08:00
xiaojunnuo
db06f06c96
docs: microsoft oauth docs
2026-02-05 17:18:26 +08:00
xiaojunnuo
5b580d2a17
build: release
2026-02-05 17:12:31 +08:00
xiaojunnuo
083dd7d1a3
build: publish
2026-02-05 16:32:10 +08:00
xiaojunnuo
03bd4755ce
build: trigger build image
2026-02-05 16:31:58 +08:00
xiaojunnuo
79e973e9c8
Merge branch 'v2-dev' into v2_admin_mode
2026-02-05 16:31:32 +08:00
xiaojunnuo
29d37075dd
v1.38.7
2026-02-05 16:30:37 +08:00
xiaojunnuo
f311bac580
build: prepare to build
2026-02-05 16:26:01 +08:00
xiaojunnuo
beb7a4c992
perf: 第三方登录支持Microsoft
2026-02-05 16:14:05 +08:00
xiaojunnuo
4d86fb319b
perf: 优化zerossl申请证书稳定性
2026-02-05 12:22:55 +08:00
xiaojunnuo
5ea4f46de7
perf: eab从更多参数中挪到外面
2026-02-05 11:39:06 +08:00
xiaojunnuo
1d8d5251ae
chore: domain-selector 优化
2026-02-05 11:29:10 +08:00
xiaojunnuo
54c8217808
fix: 修复有域名记录时,域名输入框无法关闭的bug
2026-02-05 11:27:32 +08:00
xiaojunnuo
ba623903e0
chore: publish-atom.yaml
2026-02-05 02:05:04 +08:00
xiaojunnuo
907af3ae18
chore: publish
2026-02-05 02:03:57 +08:00
xiaojunnuo
24ae8a6b66
chore:2
2026-02-05 02:02:01 +08:00
xiaojunnuo
1646a5cdd2
chore: atom publish
2026-02-05 01:59:08 +08:00
xiaojunnuo
814f17d10b
build: release
2026-02-05 01:33:21 +08:00
xiaojunnuo
40fe105903
build: release
2026-02-05 01:31:16 +08:00
xiaojunnuo
42a347d8b1
build: publish
2026-02-05 01:18:22 +08:00
xiaojunnuo
5450e5dac4
build: trigger build image
2026-02-05 01:18:09 +08:00
xiaojunnuo
1368259a1e
v1.38.6
2026-02-05 01:16:39 +08:00
xiaojunnuo
81a495f267
build: prepare to build
2026-02-05 01:13:43 +08:00
xiaojunnuo
693a4a6633
perf: oauth支持github 和google, 修复头像显示问题
2026-02-05 01:10:01 +08:00
xiaojunnuo
82786c580a
chore: tip
2026-02-05 00:42:25 +08:00
xiaojunnuo
e19743f705
perf: count tip
2026-02-05 00:07:15 +08:00
xiaojunnuo
9166a57930
perf: 当域名管理中没有域名时,创建流水线时不展开域名选择框
2026-02-04 23:09:16 +08:00
xiaojunnuo
8d8304e859
chore: 1
2026-02-04 19:03:03 +08:00
xiaojunnuo
6ddc23e2aa
chore: project member
2026-02-04 18:54:00 +08:00
xiaojunnuo
2fc491015e
chore: project manager
2026-02-04 18:24:15 +08:00
xiaojunnuo
bb0afe1fa7
perf: 当域名管理中没有域名时,创建流水线时不展开域名选择框
2026-02-04 17:01:08 +08:00
xiaojunnuo
eb46f8c776
chore: 企业管理模式初步
2026-02-04 15:49:01 +08:00
xiaojunnuo
bd511f97cb
fix: 修复新网找错域名的bug
2026-02-03 18:28:41 +08:00
xiaojunnuo
560bf40e4b
chore: 1
2026-02-03 16:28:11 +08:00
xiaojunnuo
4f4652c1cd
docs: 1
2026-02-03 12:28:30 +08:00
xiaojunnuo
60e13c2a1d
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-02-03 09:50:29 +08:00
xiaojunnuo
1fe0dc4d16
chore: 1
2026-02-03 09:50:23 +08:00
xiaojunnuo
181a1e3c0a
build: release
2026-02-03 00:18:06 +08:00
xiaojunnuo
6bba771856
build: publish
2026-02-03 00:04:32 +08:00
xiaojunnuo
921f1f42fb
build: trigger build image
2026-02-03 00:04:20 +08:00
xiaojunnuo
eeb1f27fa4
v1.38.5
2026-02-03 00:02:52 +08:00
xiaojunnuo
9ce21ad152
build: prepare to build
2026-02-02 23:59:55 +08:00
xiaojunnuo
c036929cfe
chore: order count
2026-02-02 23:40:10 +08:00
xiaojunnuo
21591a3a89
chore: plus失效原因显示
2026-02-02 16:54:23 +08:00
xiaojunnuo
a2e9a41a7e
perf: 支持绑定两个url地址
2026-02-02 16:36:43 +08:00
xiaojunnuo
0902349130
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-02-02 15:31:17 +08:00
xiaojunnuo
f900db8e10
chore: 赞助数量状态样式
2026-02-02 15:31:02 +08:00
xiaojunnuo
0fa9b344e0
perf: 将重置密码的日志挪到启动成功之后,方便查看
2026-02-02 11:46:55 +08:00
xiaojunnuo
f48ef3d17b
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-02-02 11:31:27 +08:00
xiaojunnuo
40801d0a06
fix: 某些情况下登陆页面没有显示重置密码文档链接的问题
2026-02-02 11:31:17 +08:00
xiaojunnuo
c6ccf1cf21
chore: vscode 显示多存储库
2026-02-02 10:21:25 +08:00
xiaojunnuo
d311992983
chore: vip modal content转到单独的组件中
2026-02-02 02:29:26 +08:00
xiaojunnuo
b4babbe2c7
chore: bindUrl2初步
2026-02-02 02:02:58 +08:00
xiaojunnuo
0719f4c99e
fix: 修复部署到火山引擎vod,获取域名列表为空的bug
2026-02-01 23:10:45 +08:00
xiaojunnuo
eb5de15033
fix: 修复oidc配置取消后获取登出地址失败后无法列出oauth列表的bug
2026-02-01 22:43:35 +08:00
xiaojunnuo
b229486d3b
chore: 1
2026-02-01 15:43:19 +08:00
xiaojunnuo
33b8d3e219
chore: aliyun esa ok
2026-02-01 15:40:35 +08:00
xiaojunnuo
230256793f
fix: 阿里云esa查询证书限制接口无效,改成配置证书数量上限检查方式进行清理
2026-02-01 15:37:45 +08:00
xiaojunnuo
540ef96745
fix: 修复litessl new-nonce报428的bug
2026-02-01 15:25:28 +08:00
xiaojunnuo
1baf30a671
build: release
2026-02-01 02:25:55 +08:00
xiaojunnuo
5e93840e48
build: publish
2026-02-01 02:12:29 +08:00
xiaojunnuo
73a5908039
build: trigger build image
2026-02-01 02:12:17 +08:00
xiaojunnuo
8429148273
v1.38.4
2026-02-01 02:10:55 +08:00
xiaojunnuo
17f40e2180
build: prepare to build
2026-02-01 02:08:21 +08:00
xiaojunnuo
0345b12379
chore: 1
2026-02-01 02:04:12 +08:00
xiaojunnuo
163b0de874
chore: acepanel
2026-02-01 02:00:10 +08:00
xiaojunnuo
1661caed05
perf: 支持部署到AcePanel
2026-02-01 01:58:21 +08:00
xiaojunnuo
1089aeab9e
chore: 阿里云上传证书返回值优化为带region的
2026-01-31 19:36:37 +08:00
xiaojunnuo
1a0d3eeb1b
perf: 支持部署到阿里云GA
2026-01-31 19:30:20 +08:00
xiaojunnuo
c27636529d
chore: 1
2026-01-31 03:11:29 +08:00
xiaojunnuo
ac85488245
perf: 优化证书未过期时的任务日志提示
2026-01-31 03:04:58 +08:00
xiaojunnuo
433e98b645
perf: 当ip证书天数太小时,自动调整更新天数,避免每次运行都重新申请ip证书
2026-01-31 02:54:33 +08:00
xiaojunnuo
873654669e
chore: 支持从domain中查询子域名托管
2026-01-31 02:39:28 +08:00
xiaojunnuo
8b96f218d5
fix: 修复1:: 形式的ipv6校验失败的bug
2026-01-31 02:07:06 +08:00
xiaojunnuo
52cbff0e15
perf: 首页证书数量支持点击跳转
2026-01-31 01:09:49 +08:00
xiaojunnuo
32de8d9ccb
fix: 修复阿里云esa超过免费配额之后无法部署证书的bug,改成删除最旧的那张证书
2026-01-30 19:13:30 +08:00
xiaojunnuo
e06da886f7
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-01-30 17:15:39 +08:00
xiaojunnuo
cdd5ad3a8e
chore: 1
2026-01-30 17:10:31 +08:00
xiaojunnuo
9bee0e460b
perf: 修复旧版本流水线数据发送通知标题为空的bug
2026-01-30 17:08:17 +08:00
xiaojunnuo
60c8ace443
perf: 支持部署到华为elb
2026-01-29 23:39:57 +08:00
xiaojunnuo
933aaeaf25
chore: cfTurnstile
2026-01-29 22:10:27 +08:00
xiaojunnuo
ca43c77525
perf: 验证码支持 Cloudflare Turnstile ,谨慎启用,国内被墙了
2026-01-29 17:21:39 +08:00
xiaojunnuo
b204182c13
build: release
2026-01-29 01:17:50 +08:00
xiaojunnuo
dfb4165a12
build: release
2026-01-29 01:16:15 +08:00
xiaojunnuo
26a54cd228
build: publish
2026-01-29 01:03:11 +08:00
xiaojunnuo
e229f14121
build: trigger build image
2026-01-29 01:02:59 +08:00
xiaojunnuo
ee6cdfb391
v1.38.3
2026-01-29 01:01:31 +08:00
xiaojunnuo
58354e563c
build: prepare to build
2026-01-29 00:57:53 +08:00
xiaojunnuo
48f1bf0918
perf: 站点监控,检查状态挪到前面显示
2026-01-29 00:57:29 +08:00
xiaojunnuo
0ffe1f2cef
chore: metadata refresh
2026-01-29 00:50:45 +08:00
xiaojunnuo
8fe1adacf3
build: prepare to build
2026-01-29 00:48:55 +08:00
xiaojunnuo
30245c5d8a
chore: 移除错误引用
2026-01-29 00:48:50 +08:00
xiaojunnuo
67a5225bde
chore: 修复默认更新天数无效的bug
2026-01-29 00:46:29 +08:00
xiaojunnuo
58c3d7087b
perf: 证书仓库页面增加到期状态查询条件
2026-01-29 00:38:33 +08:00
xiaojunnuo
c408687af7
perf: ucloud支持部署到ulb(alb、clb统一成一个)
2026-01-28 23:53:57 +08:00
xiaojunnuo
33b284afc0
fix: 站点检查多个ip连接超时的报错显示不出来的bug
2026-01-28 19:22:00 +08:00
xiaojunnuo
78004bdfb5
perf: ucloud支持部署到alb
2026-01-27 19:25:50 +08:00
xiaojunnuo
640950d4c8
perf: 部署插件支持ucloud alb
2026-01-27 00:32:23 +08:00
xiaojunnuo
998de0f9a0
perf: 优化首页图标
2026-01-27 00:32:03 +08:00
xiaojunnuo
ce6e515309
chore: tour
2026-01-26 19:07:29 +08:00
xiaojunnuo
e054c8fc55
perf: 首次使用提示新手教程按钮
2026-01-26 18:49:16 +08:00
xiaojunnuo
9fa1c2eb3e
perf: 优化首页统计数据,饼图替换成证书数量统计
2026-01-26 00:42:47 +08:00
xiaojunnuo
64a314c19e
chore: zindex
2026-01-25 23:08:42 +08:00
xiaojunnuo
40be42406c
perf: 输入证书域名时,支持点击导入域名
2026-01-25 22:57:59 +08:00
xiaojunnuo
bca0eefc83
chore: domain import icon
2026-01-25 13:06:19 +08:00
xiaojunnuo
662ca19f8f
chore: domain import 优化
2026-01-25 13:01:12 +08:00
xiaojunnuo
65f9d482f3
chore: domain import task
2026-01-25 02:09:16 +08:00
xiaojunnuo
7058d5cb93
perf: 域名导入任务进度条
2026-01-25 00:50:36 +08:00
xiaojunnuo
f7b13c69e9
chore: page turn
2026-01-24 23:36:44 +08:00
xiaojunnuo
9f21b1a097
perf: 所有的dnsprovider 支持导入域名列表
2026-01-23 18:37:38 +08:00
xiaojunnuo
53983002b6
fix: 当通知配置被删除时,使用默认通知配置进行发送
2026-01-23 17:10:10 +08:00
xiaojunnuo
d3c0914ac1
perf: 多个dns 提供商支持导入域名
2026-01-23 16:56:01 +08:00
xiaojunnuo
7eb9694221
perf: 支持导入51dns域名
2026-01-23 15:28:33 +08:00
xiaojunnuo
b8f0d37420
docs: 1
2026-01-23 14:13:53 +08:00
xiaojunnuo
1d5b1c239c
perf: 证书流水线创建域名输入框支持获取域名数据进行选择
2026-01-22 18:33:39 +08:00
xiaojunnuo
d1ebc08478
chore: publish 优化
2026-01-22 13:50:20 +08:00
xiaojunnuo
5074a91669
build: release
2026-01-22 13:11:06 +08:00
xiaojunnuo
40e56c4040
build: publish
2026-01-22 12:32:55 +08:00
xiaojunnuo
3b0ed9310a
build: trigger build image
2026-01-22 12:32:42 +08:00
xiaojunnuo
f92dc6a1ad
v1.38.2
2026-01-22 12:30:59 +08:00
xiaojunnuo
0040b76a19
build: prepare to build
2026-01-22 12:26:25 +08:00
xiaojunnuo
6c6fbabf14
chore: 手机端流水线历史记录默认收起
2026-01-22 12:25:22 +08:00
xiaojunnuo
8c2d868093
chore: 修改esxi的名字
2026-01-22 12:02:34 +08:00
xiaojunnuo
96c9e74c6f
chore: 1
2026-01-22 11:55:01 +08:00
xiaojunnuo
d947437c10
chore: sql sync
2026-01-22 11:33:42 +08:00
xiaojunnuo
83df29d832
chore: 1
2026-01-22 11:10:53 +08:00
xiaojunnuo
607afe864a
perf: cname记录支持批量导入和导出
2026-01-22 10:56:45 +08:00
xiaojunnuo
a97cee84f3
perf: 支持同步域名过期时间
2026-01-22 00:59:28 +08:00
xiaojunnuo
ad64384891
perf: 域名导入
2026-01-21 18:24:03 +08:00
xiaojunnuo
f75c73d739
perf: 优化流水线创建入口,各种证书申请任务类型拆分成多个按钮
2026-01-21 13:27:14 +08:00
xiaojunnuo
418bcddc95
fix: 修复流水线复制出错的bug
2026-01-20 16:56:36 +08:00
xiaojunnuo
61192b998a
fix: 修复插件修改名字和删除后没有注销注册的bug
2026-01-20 11:52:14 +08:00
xiaojunnuo
5ea2b09dc3
fix: 编辑插件author不允许出现符号
2026-01-20 11:18:10 +08:00
xiaojunnuo
5bfc2c4a9b
chore: 1
2026-01-20 00:15:31 +08:00
xiaojunnuo
8ec47c3894
Merge branch 'v2-domain-sync' of https://github.com/certd/certd into v2-domain-sync
2026-01-20 00:13:10 +08:00
xiaojunnuo
f4423638a2
perf: 支持从提供商导入域名列表
2026-01-20 00:13:05 +08:00
xiaojunnuo
7b3444308b
chore: docs
2026-01-19 16:27:34 +08:00
xiaojunnuo
5ec9916817
chore: FormDialog
2026-01-19 11:01:48 +08:00
xiaojunnuo
be1a70299f
chore: 域名自动同步初步
2026-01-16 18:18:39 +08:00
xiaojunnuo
8685aa371a
chore: publish github
2026-01-16 15:47:25 +08:00
xiaojunnuo
0224faa184
chore: publish github
2026-01-16 12:57:14 +08:00
xiaojunnuo
8546e326cf
build: update github actions
2026-01-16 09:30:47 +08:00
xiaojunnuo
9956fd2f04
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-01-16 09:12:51 +08:00
xiaojunnuo
4f669ca82f
build: release
2026-01-16 01:32:11 +08:00
xiaojunnuo
1cd3881aa8
chore: docs
2026-01-16 01:29:50 +08:00
xiaojunnuo
e634513f7b
chore: docs
2026-01-16 01:22:51 +08:00
xiaojunnuo
7b6cde6ae3
build: publish
2026-01-16 01:00:16 +08:00
xiaojunnuo
18146fdf9e
build: trigger build image
2026-01-16 01:00:03 +08:00
xiaojunnuo
2c80c35b21
v1.38.1
2026-01-16 00:58:32 +08:00
xiaojunnuo
54b73769b8
build: prepare to build
2026-01-16 00:55:54 +08:00
xiaojunnuo
f7983ee4d9
chore: docs
2026-01-16 00:46:57 +08:00
xiaojunnuo
9eace86aee
perf: 自定义插件支持使用_ctx.import("/@/xxx.js")以绝对路径引用模块
2026-01-16 00:46:26 +08:00
xiaojunnuo
2fbb58eb2b
fix: 修复自定义插件name丢失author导致找不到插件的bug
2026-01-15 23:43:07 +08:00
xiaojunnuo
187d04e3a1
chore: docs
2026-01-15 11:19:26 +08:00
xiaojunnuo
d5d7d73440
chore: publish
2026-01-14 16:07:15 +08:00
xiaojunnuo
b747e281b7
chore: publish
2026-01-14 16:00:49 +08:00
xiaojunnuo
e024d50476
chore: publish
2026-01-14 15:57:46 +08:00
xiaojunnuo
a6ba48c075
chore: publish
2026-01-14 15:54:46 +08:00
xiaojunnuo
e19375387d
chore: 1
2026-01-14 15:25:58 +08:00
xiaojunnuo
a9f68187d4
chore: release
2026-01-14 15:25:27 +08:00
xiaojunnuo
4d754fa78d
chore: 拆分git publish
2026-01-14 15:23:42 +08:00
xiaojunnuo
6d07ab2bc5
chore: release
2026-01-14 13:51:40 +08:00
xiaojunnuo
a60b00c440
chore: docs
2026-01-14 12:15:04 +08:00
xiaojunnuo
d0f3f303b6
build: release
2026-01-14 12:07:02 +08:00
xiaojunnuo
4fc8acce8c
perf: 优化内存占用
2026-01-14 11:37:20 +08:00
xiaojunnuo
0797a4f99d
chore: build
2026-01-14 02:06:08 +08:00
xiaojunnuo
db453c8038
chore: 修复metadata的一些bug
2026-01-14 02:05:31 +08:00
xiaojunnuo
c776c34cfd
chore: build
2026-01-14 00:14:00 +08:00
xiaojunnuo
170b39fde6
chore: release
2026-01-14 00:12:43 +08:00
xiaojunnuo
fc27a66825
chore: build only
2026-01-14 00:03:58 +08:00
xiaojunnuo
06b49c140e
chore: publish gitee
2026-01-14 00:00:10 +08:00
xiaojunnuo
3ab45c91e1
chore: publish release to gitee
2026-01-13 23:58:50 +08:00
xiaojunnuo
6660161cec
chore: prebuild export md
2026-01-13 23:33:30 +08:00
xiaojunnuo
8c6e207008
build: publish
2026-01-13 23:30:47 +08:00
xiaojunnuo
4180e3c540
build: trigger build image
2026-01-13 23:30:35 +08:00
xiaojunnuo
a218cd0ffb
v1.38.0
2026-01-13 23:26:42 +08:00
xiaojunnuo
31c8de5bbe
build: prepare to build
2026-01-13 23:23:51 +08:00
xiaojunnuo
faac7f365f
Chroe: 1
2026-01-13 23:23:01 +08:00
xiaojunnuo
8cc4332b10
build: prepare to build
2026-01-13 23:19:47 +08:00
xiaojunnuo
abd30da102
chore: 腾讯云更新证书id不变 说明更新
2026-01-13 23:12:26 +08:00
xiaojunnuo
f4701ff72a
chore: 1
2026-01-13 23:08:03 +08:00
xiaojunnuo
393d7885a1
chore: docs
2026-01-13 23:05:08 +08:00
xiaojunnuo
b4c6d3c975
chore: docs
2026-01-13 23:01:31 +08:00
xiaojunnuo
3ce440a28d
Merge branch 'v2' into v2-dev
2026-01-13 22:59:39 +08:00
xiaojunnuo
cb4ab6a99f
chore: 1
2026-01-13 22:56:47 +08:00
xiaojunnuo
6c39d7b1ee
perf: webhook触发器一个流水线限制只能添加一个
2026-01-13 19:07:21 +08:00
xiaojunnuo
840bd52671
perf: 证书流水线可以开启webhook
2026-01-13 19:02:23 +08:00
xiaojunnuo
f3d70c7ea1
chore: 1
2026-01-13 18:49:52 +08:00
xiaojunnuo
22b8528ee1
chore: sql sync
2026-01-13 18:01:01 +08:00
xiaojunnuo
900e302df7
chore: docs
2026-01-13 00:55:32 +08:00
xiaojunnuo
be03d8e137
perf: 流水线页面可以查看证书过期时间
2026-01-13 00:50:32 +08:00
xiaojunnuo
d338a9639a
chore: 手机端适配
2026-01-13 00:30:30 +08:00
xiaojunnuo
235972f3da
fix: 修复又拍云upyun密码错误没有报错的bug
2026-01-12 16:57:19 +08:00
xiaojunnuo
ae822881e7
chore: upyun 不存在的domain上传证书报错提示优化
2026-01-12 16:10:04 +08:00
xiaojunnuo
26f75c71ba
perf: 优化站点监控,支持设置忽略主站证书一致性,支持开启和关闭自动同步ip
2026-01-09 12:25:56 +08:00
xiaojunnuo
ad2aa2eff5
chore: 1
2026-01-09 01:26:11 +08:00
xiaojunnuo
52689049ae
perf: 站点监控增加是否自动同步IP开关
2026-01-09 01:20:04 +08:00
xiaojunnuo
1a29541140
perf: 支持webhook触发流水线,新增触发类型图标显示
2026-01-09 01:10:43 +08:00
xiaojunnuo
ece17eecef
chore: 1
2026-01-08 19:04:02 +08:00
xiaojunnuo
2b353094eb
chore: 1
2026-01-08 17:57:54 +08:00
xiaojunnuo
70305aa501
chore: 1
2026-01-08 15:42:30 +08:00
xiaojunnuo
22dc504ad0
chore: 1
2026-01-08 15:37:25 +08:00
xiaojunnuo
ef9402d403
chore: ipcheck
2026-01-08 15:33:26 +08:00
xiaojunnuo
f7e29532f7
chore: 1
2026-01-08 09:49:40 +08:00
xiaojunnuo
60770683b6
chore: 1
2026-01-08 09:30:01 +08:00
xiaojunnuo
051bbbc64f
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-01-08 09:27:27 +08:00
xiaojunnuo
206eef964c
chore: 1
2026-01-08 09:27:21 +08:00
xiaojunnuo
b8b7adff17
chore: 优化系统公告显示
2026-01-08 00:49:05 +08:00
xiaojunnuo
42c68d362e
chore: 1
2026-01-08 00:39:31 +08:00
xiaojunnuo
1df3967889
chore: 1
2026-01-08 00:31:18 +08:00
xiaojunnuo
dae87e26a3
perf: 支持部署到exsi,openwrt
2026-01-08 00:11:46 +08:00
xiaojunnuo
f193341eae
fix: 优化源码部署缺少wget的提示
2026-01-07 23:43:03 +08:00
xiaojunnuo
d21a042ad8
chore: 已优化依赖版本
2026-01-07 23:30:42 +08:00
xiaojunnuo
b16b9e813d
chore: 1
2026-01-07 19:06:59 +08:00
xiaojunnuo
a79fe1f350
perf: 支持公告功能
2026-01-07 17:54:18 +08:00
xiaojunnuo
14f99875fb
perf: 每页记录条数保持
2026-01-07 12:12:42 +08:00
xiaojunnuo
2d2890b34f
chore: 1
2026-01-07 12:04:57 +08:00
xiaojunnuo
66d8cafd76
chore: 1
2026-01-07 10:58:17 +08:00
xiaojunnuo
468ccbf2b7
fix: 修复重启certd后,再启用流水线,不会自动执行的bug
2026-01-06 13:38:10 +08:00
xiaojunnuo
6b6668f73b
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2026-01-06 09:24:26 +08:00
xiaojunnuo
5eda05f007
build: refresh metadata
2026-01-06 00:36:21 +08:00
xiaojunnuo
1d6a8bd851
chore: zenlayer 证书刷新插件完成
2026-01-06 00:29:41 +08:00
xiaojunnuo
e500af1ed4
chore: 优化支付提供者插件位置
2026-01-05 23:04:07 +08:00
xiaojunnuo
7ee39fd4ed
fix: 修复禁用第三方登录自动注册无效的bug
2026-01-05 22:29:58 +08:00
xiaojunnuo
9ba6c83821
perf: zenlayer证书更新
2026-01-05 01:00:46 +08:00
xiaojunnuo
4243622414
perf: 新增部署1panel面板证书插件
2026-01-05 00:20:18 +08:00
xiaojunnuo
8374a4f5bf
chore: 默认密码登录
2026-01-04 23:45:55 +08:00
xiaojunnuo
5d851141cb
chore: 1panel面板证书更新提示优化
2026-01-04 18:21:41 +08:00
xiaojunnuo
26ac081182
perf: 手机号登录放到前面
2026-01-04 18:09:34 +08:00
xiaojunnuo
64e0d9a4d5
perf: 优化微信支付对接文档
2026-01-04 11:58:32 +08:00
xiaojunnuo
269a6cad80
chore: 1
2025-12-31 18:54:41 +08:00
xiaojunnuo
806ebdb8a8
chore: 修改metadata scriptPath的相对位置
2025-12-31 18:39:58 +08:00
xiaojunnuo
ed0016fd2b
chore: 修复metadata 插件加载失败的问题
2025-12-31 18:36:24 +08:00
xiaojunnuo
a3fb24993d
feat: 【破坏性更新】插件改为metadata加载模式,plugin-cert、plugin-lib包部分代码转移到certd-server中,影响自定义插件,需要修改相关import引用
...
ssh、aliyun、tencent、qiniu、oss等 access和client需要转移import
2025-12-31 17:01:37 +08:00
xiaojunnuo
9c26598831
chore: 阿里云错误提示优化
2025-12-31 13:25:10 +08:00
xiaojunnuo
7634f153b7
feat: 通过metadata加载插件,降低内存占用
2025-12-30 18:32:00 +08:00
xiaojunnuo
cabc4da3ac
perf: 增加邮件发送证书模版配置
2025-12-30 11:53:26 +08:00
xiaojunnuo
6419539305
chore: metadata update
2025-12-30 11:42:21 +08:00
xiaojunnuo
97e1178525
chore: metadata update
2025-12-30 11:26:59 +08:00
xiaojunnuo
04faf12c14
chore: 忽略sourcemap,gen metadata
2025-12-30 11:09:50 +08:00
xiaojunnuo
e7aa79cc9f
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-12-30 09:49:11 +08:00
xiaojunnuo
f862e3f37f
chore: 邮件格式必填
2025-12-30 09:49:07 +08:00
xiaojunnuo
ce051af5bb
chore: atom git push
2025-12-30 01:05:57 +08:00
xiaojunnuo
dcb9f1c840
chore: 2
2025-12-30 01:04:27 +08:00
xiaojunnuo
83d0fe9f09
chore: auto push atomgit
2025-12-30 01:03:27 +08:00
xiaojunnuo
7789ba4d36
chore: atom ui publish
2025-12-30 00:58:54 +08:00
xiaojunnuo
80101b04e2
chore: atom publish
2025-12-30 00:53:13 +08:00
xiaojunnuo
310d4d1b57
chore: 1
2025-12-30 00:39:46 +08:00
xiaojunnuo
126c0c6ad6
chore: ui-xx.zip
2025-12-30 00:32:57 +08:00
xiaojunnuo
6a43b44087
chore: 1
2025-12-29 23:55:35 +08:00
xiaojunnuo
6772b32609
build: release
2025-12-29 23:49:49 +08:00
xiaojunnuo
db2f0b8c5c
chore: 退回默认的malloc
2025-12-29 23:48:34 +08:00
xiaojunnuo
1376004197
chore: node-base-armv7
2025-12-29 23:16:53 +08:00
xiaojunnuo
1625989c48
chore: build-node-base-image
2025-12-29 22:54:19 +08:00
xiaojunnuo
f7863bd686
build: publish
2025-12-29 22:33:24 +08:00
xiaojunnuo
883565905a
build: trigger build image
2025-12-29 22:33:12 +08:00
xiaojunnuo
786780ce9b
v1.37.17
2025-12-29 22:31:45 +08:00
xiaojunnuo
d2e9fed62d
build: prepare to build
2025-12-29 22:29:22 +08:00
xiaojunnuo
0e5a4fb098
fix: 修复流水线列表step数量统计错误的bug
2025-12-29 22:27:31 +08:00
xiaojunnuo
f223f042de
chore: 1
2025-12-29 22:20:43 +08:00
xiaojunnuo
cd413825ed
chore: 1
2025-12-29 22:08:56 +08:00
xiaojunnuo
a851c272cd
build: prepare to build
2025-12-29 22:05:40 +08:00
xiaojunnuo
412077b418
chore: 1
2025-12-29 22:05:03 +08:00
xiaojunnuo
4df6f8a50e
chore: 1
2025-12-29 18:59:42 +08:00
xiaojunnuo
44bf4b1cc1
perf: 支持部署到goedge
2025-12-29 18:57:22 +08:00
xiaojunnuo
136e8dd7c5
perf: 升级lego到4.30.1版本
2025-12-29 16:44:00 +08:00
xiaojunnuo
024b2b04a4
chore: 邮件优化
2025-12-29 15:54:21 +08:00
xiaojunnuo
5bbf210394
fix: 修复serverchan3 没有选择tags报错的bug
2025-12-29 15:45:42 +08:00
xiaojunnuo
039c62b09b
perf: 批量运行优化,支持普通运行和强制重新运行
2025-12-29 15:31:33 +08:00
xiaojunnuo
07f0aa45ef
chore: publish合并
2025-12-29 14:58:32 +08:00
xiaojunnuo
de11f44309
chore: 1
2025-12-29 14:47:22 +08:00
xiaojunnuo
acee96ef17
chore: 升级axios版本
2025-12-29 14:39:01 +08:00
xiaojunnuo
4ed49f9dfa
chore: 1
2025-12-29 14:29:35 +08:00
xiaojunnuo
f68b585f8f
chore: 1
2025-12-29 14:24:27 +08:00
xiaojunnuo
13ddc979ec
perf: 优化源码方式部署,前端无需编译
2025-12-29 14:21:25 +08:00
xiaojunnuo
b0b7ac3efb
chore: 1
2025-12-29 10:31:11 +08:00
xiaojunnuo
62f8525dd5
fix: 修复站点ip监控报主站与ip证书过期时间不一致的问题
2025-12-29 10:29:53 +08:00
xiaojunnuo
1347355cb1
perf: 支持授权给管理员查看和下载用户证书
2025-12-28 23:36:53 +08:00
xiaojunnuo
f847c4a414
chore: 1
2025-12-28 01:05:48 +08:00
xiaojunnuo
776fa924e3
chore: 1
2025-12-28 00:49:41 +08:00
xiaojunnuo
8872466968
perf: 支持从阿里云商用证书订单中获取证书
2025-12-28 00:38:38 +08:00
xiaojunnuo
b620038d98
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-12-27 22:57:31 +08:00
xiaojunnuo
a248367b15
perf: 支持ucloud waf(未测试)
2025-12-27 22:57:26 +08:00
xiaojunnuo
c159ec4a9a
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-12-27 15:05:52 +08:00
xiaojunnuo
5359a7670f
perf: 优化阿里云esa清理证书时机
2025-12-27 15:05:43 +08:00
xiaojunnuo
7e1c7a6de2
chore: 1
2025-12-27 02:23:29 +08:00
xiaojunnuo
91e19bbdd3
chore: 优化图标
2025-12-27 02:20:01 +08:00
xiaojunnuo
e61daaee2d
perf: 支持ucloud,上传到ussl,部署到ucdn
2025-12-27 01:54:47 +08:00
xiaojunnuo
8caab1fd92
perf: aws route53
2025-12-26 23:20:14 +08:00
xiaojunnuo
cd944882c3
perf: 执行队列数量支持设置
2025-12-26 18:17:05 +08:00
xiaojunnuo
888d9591fe
perf: 支持执行队列,避免同一时间触发流水线太多导致被限制
2025-12-26 16:30:03 +08:00
xiaojunnuo
833808c5de
fix: 修复从模版创建的流水线不会自动执行的bug
2025-12-26 16:29:20 +08:00
xiaojunnuo
d731956b06
fix: 首页最快到期证书,不包含已禁用的流水线
2025-12-26 14:37:03 +08:00
xiaojunnuo
40449ae4de
chore: docs
2025-12-26 14:26:27 +08:00
xiaojunnuo
44ad61f004
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-12-26 09:29:37 +08:00
xiaojunnuo
74865d53f8
chore: 修复aws route53 删除record失败的问题
2025-12-26 09:29:29 +08:00
xiaojunnuo
373415261e
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-12-25 22:20:59 +08:00
xiaojunnuo
d0f653da9a
perf: 批量修改定时时间支持随机时间
2025-12-25 22:20:54 +08:00
xiaojunnuo
cbb8319cfa
perf: 支持aws route53 dns
2025-12-25 18:56:27 +08:00
xiaojunnuo
0e467a6024
chore: docs
2025-12-22 16:36:32 +08:00
xiaojunnuo
e505916525
fix: 修复用户删除后,用相同的oauth授权登录报错用户不存在的问题
...
https://github.com/certd/certd/issues/603
2025-12-19 11:37:22 +08:00
xiaojunnuo
31f09ab117
chore: ip证书文档
2025-12-19 11:30:01 +08:00
xiaojunnuo
09e5e0f9b3
chore: 1
2025-12-19 10:49:10 +08:00
xiaojunnuo
773cada57a
perf: ip证书校验方式提示
2025-12-19 10:08:28 +08:00
xiaojunnuo
403947ed6d
chore: 开源地址
2025-12-18 19:07:27 +08:00
xiaojunnuo
d9d08a725c
perf: 官方开源地址
2025-12-18 19:03:46 +08:00
xiaojunnuo
e2ed75af94
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-12-17 10:02:30 +08:00
xiaojunnuo
dd19afce92
fix: 修复部署到华为obs 报错的bug
2025-12-17 10:02:23 +08:00
xiaojunnuo
5b5deac7d9
perf: 腾讯云EO增加请求参数打印
2025-12-16 23:10:30 +08:00
xiaojunnuo
3f3ee3456e
chore: 支持仅查询其他用户的流水线
2025-12-16 22:52:07 +08:00
xiaojunnuo
3e2f2fc02e
chore: 批量修改流水线优化
2025-12-16 22:31:06 +08:00
xiaojunnuo
c5a3003cf7
fix: 发送证书到邮箱插件的邮件模版转为使用邮箱配置中的通用模版
2025-12-16 22:07:39 +08:00
xiaojunnuo
4c6dcddf11
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-12-16 10:02:31 +08:00
xiaojunnuo
b314e500cd
build: release
2025-12-16 07:43:49 +08:00
xiaojunnuo
b83e6ad13f
build: publish
2025-12-16 01:47:46 +08:00
xiaojunnuo
fee401cfdf
build: trigger build image
2025-12-16 01:47:35 +08:00
xiaojunnuo
fa14f62198
v1.37.16
2025-12-16 01:46:13 +08:00
xiaojunnuo
5526665494
build: prepare to build
2025-12-16 01:44:10 +08:00
xiaojunnuo
6249af996a
build: prepare to build
2025-12-16 01:41:26 +08:00
xiaojunnuo
e51a1b365e
build: prepare to build
2025-12-16 01:30:58 +08:00
xiaojunnuo
f53f00d126
chore: 1
2025-12-16 00:39:21 +08:00
xiaojunnuo
ab8fbaf21d
chore: 修复清除定时任务未生效的bug
2025-12-16 00:34:32 +08:00
xiaojunnuo
63d8bcf882
perf: 批量设置定时,支持清除定时
2025-12-16 00:21:31 +08:00
xiaojunnuo
e4e16bc6a6
fix: 修复ipv6作为证书域名申请证书校验失败的bug
2025-12-15 23:34:47 +08:00
xiaojunnuo
e4c21c4d5c
chore: 模版发邮件 plus
2025-12-15 22:32:25 +08:00
xiaojunnuo
d9e6dbf889
chore: 优化telegram更多保留字符
2025-12-15 22:21:43 +08:00
xiaojunnuo
5f4469e306
fix: telegram 修复消息内存在横杠无法发出的bug
2025-12-15 15:12:07 +08:00
xiaojunnuo
16f6365b18
chore: oidc自动注册时增加邮箱
2025-12-15 00:23:35 +08:00
xiaojunnuo
cdab54bf51
chore: 1
2025-12-15 00:21:42 +08:00
xiaojunnuo
b6fea0c856
perf: oidc支持使用第三方昵称或账号作为certd用户的用户名
2025-12-15 00:19:55 +08:00
xiaojunnuo
6f186932cc
perf: 支持彩虹聚合登录
2025-12-15 00:12:27 +08:00
xiaojunnuo
de544ec725
chore: email template优化
2025-12-14 23:19:32 +08:00
xiaojunnuo
a6c0d2c6f1
perf: 支持邮件模版设置
2025-12-14 01:36:20 +08:00
xiaojunnuo
437d956cad
chore: email template
2025-12-12 23:39:09 +08:00
xiaojunnuo
43ba0b9da6
docs: 1panel增加应用商店部署方式
2025-12-11 18:14:15 +08:00
xiaojunnuo
fe1e2c3b62
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-12-10 14:17:20 +08:00
xiaojunnuo
bbe7e5f96d
chore: 1
2025-12-10 14:15:39 +08:00
xiaojunnuo
2bfad9fc65
fix: 优化西部数据 500 already exists 的问题
2025-12-09 23:33:11 +08:00
xiaojunnuo
9f24c18f7f
chore: 优化数据库脚本
2025-12-09 23:28:29 +08:00
xiaojunnuo
a2d1e5ea03
chore: 修复sqlite语句双引号改单引号
2025-12-09 23:11:19 +08:00
xiaojunnuo
b082e4e988
chore: 1
2025-12-09 00:47:08 +08:00
xiaojunnuo
45fbce0c2a
perf: 新增数据库迁移doc说明文档,优化datetime字段平滑迁移
2025-12-09 00:45:10 +08:00
xiaojunnuo
ff7006e232
build: release
2025-12-07 01:17:22 +08:00
xiaojunnuo
c68fdef0e4
build: publish
2025-12-07 00:59:50 +08:00
xiaojunnuo
4c60e4edc1
build: trigger build image
2025-12-07 00:59:39 +08:00
xiaojunnuo
f2e4e59f8d
v1.37.15
2025-12-07 00:58:12 +08:00
xiaojunnuo
898205b5b1
build: prepare to build
2025-12-07 00:56:13 +08:00
xiaojunnuo
8ec6862861
chore: 升级fs
2025-12-07 00:56:06 +08:00
xiaojunnuo
c3ba6322d8
build: prepare to build
2025-12-07 00:55:38 +08:00
xiaojunnuo
e589828425
build: prepare to build
2025-12-07 00:47:24 +08:00
xiaojunnuo
c909aa161b
chore: webhook修改为隐藏变量,避免别人fork后触发我的流水线
2025-12-07 00:18:05 +08:00
xiaojunnuo
5cee7d44f1
perf: 第三方登录支持gitee
2025-12-06 17:25:02 +08:00
xiaojunnuo
973b323a99
docs: 优化教程
2025-12-06 16:24:19 +08:00
xiaojunnuo
d55954a363
perf: 支持k8s apply
2025-12-05 02:05:27 +08:00
xiaojunnuo
adca151e4f
perf: 邮件模版安全优化
2025-12-05 00:45:56 +08:00
xiaojunnuo
43513049be
perf: 支持部署到中国移动CDN
2025-12-04 00:46:25 +08:00
xiaojunnuo
a5ca41131b
fix: oidc 支持nonce
2025-12-03 22:00:35 +08:00
xiaojunnuo
2ea3810980
build: release
2025-12-03 10:09:24 +08:00
xiaojunnuo
c9cb54e8b2
build: release
2025-12-03 07:34:48 +08:00
xiaojunnuo
23dd3db50b
build: publish
2025-12-03 01:01:31 +08:00
xiaojunnuo
179c46914d
build: trigger build image
2025-12-03 01:01:20 +08:00
xiaojunnuo
ddb18e6c21
v1.37.14
2025-12-03 00:59:54 +08:00
xiaojunnuo
d2e147ba51
build: prepare to build
2025-12-03 00:57:50 +08:00
xiaojunnuo
b63033f846
build: release
2025-12-03 00:57:37 +08:00
xiaojunnuo
677e1101e6
fix: 修复注销登录时,第三方登录注销请求失败的报错
2025-12-03 00:57:17 +08:00
xiaojunnuo
3abc2ccfbb
build: 1
2025-12-03 00:48:21 +08:00
xiaojunnuo
827d28f1cd
build: publish
2025-12-03 00:41:16 +08:00
xiaojunnuo
59d12a1bbe
build: trigger build image
2025-12-03 00:40:59 +08:00
xiaojunnuo
8134172301
v1.37.13
2025-12-03 00:39:32 +08:00
xiaojunnuo
8d983aa561
build: prepare to build
2025-12-03 00:36:47 +08:00
xiaojunnuo
bb3085ef84
perf: 第三方登录允许选择logo
2025-12-03 00:35:17 +08:00
xiaojunnuo
78b1650bdb
fix: 修复西部数据返回信息乱码问题
2025-12-02 16:37:26 +08:00
xiaojunnuo
5edc72d475
fix: 修复西部数码使用域名级别的key申请证书失败的问题
2025-12-02 16:11:33 +08:00
xiaojunnuo
1df32c9dfa
docs: 阿里云超时配置
2025-12-01 19:10:47 +08:00
xiaojunnuo
bedb1ff7f9
docs: 流水线有效期
2025-12-01 11:48:57 +08:00
xiaojunnuo
fbf12f16b5
perf: 支持OIDC单点登录
2025-12-01 00:40:46 +08:00
xiaojunnuo
22a5f34e1f
build: release
2025-11-30 02:53:41 +08:00
xiaojunnuo
e1a8b08619
build: publish
2025-11-30 02:32:23 +08:00
xiaojunnuo
466d30fb74
build: trigger build image
2025-11-30 02:32:06 +08:00
xiaojunnuo
7a1c6d2918
v1.37.12
2025-11-30 02:30:29 +08:00
xiaojunnuo
9fcc0dc8e7
build: prepare to build
2025-11-30 02:28:22 +08:00
xiaojunnuo
286f244caf
build: prepare to build
2025-11-30 02:18:12 +08:00
xiaojunnuo
52ebeab90b
chore: group dict刷新
2025-11-30 02:16:04 +08:00
xiaojunnuo
6be7591332
perf: 支持证书颁发机构 LiteSSL
...
https://github.com/certd/certd/issues/590
2025-11-30 01:30:47 +08:00
xiaojunnuo
73325aaefb
perf: 支持微信扫码登录
2025-11-30 01:13:55 +08:00
xiaojunnuo
0adcc6a8d1
fix: 修复waf tls版本号小写
2025-11-29 12:15:58 +08:00
xiaojunnuo
93fb6acd1d
build: release
2025-11-29 04:30:52 +08:00
xiaojunnuo
77d52b323d
build: publish
2025-11-29 04:17:51 +08:00
xiaojunnuo
ca8e8bf6ef
build: trigger build image
2025-11-29 04:17:34 +08:00
xiaojunnuo
9acac86ed5
v1.37.11
2025-11-29 04:15:57 +08:00
xiaojunnuo
ba5007219d
build: prepare to build
2025-11-29 04:13:44 +08:00
xiaojunnuo
ec046fd599
build: prepare to build
2025-11-29 04:10:55 +08:00
xiaojunnuo
5452ff1153
build: prepare to build
2025-11-29 04:08:56 +08:00
xiaojunnuo
d03b1e0608
chore: 数据库脚本同步
2025-11-29 04:06:51 +08:00
xiaojunnuo
53c88ad5af
perf: 优化天翼云cdn 等待5秒部署完成
2025-11-29 03:25:21 +08:00
xiaojunnuo
21585ca565
chore: 优化oidc登录
2025-11-28 01:42:42 +08:00
xiaojunnuo
2fabee647a
fix: 修复阿里云 waf tlsVersion参数缺失导致部署失败的问题
2025-11-27 22:36:33 +08:00
xiaojunnuo
cf4632045c
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-11-27 01:59:28 +08:00
xiaojunnuo
ec75afbc44
perf: 支持oidc单点登录
2025-11-27 01:59:22 +08:00
xiaojunnuo
c7b298c46f
fix: 修复备注撑开表格行高的bug
...
https://github.com/certd/certd/issues/586
2025-11-26 23:38:34 +08:00
xiaojunnuo
3406bb5a4a
fix: 修复域名管理无法创建tencent-eo dns授权的bug
...
https://github.com/certd/certd/issues/587
2025-11-26 23:36:34 +08:00
xiaojunnuo
e9427b4694
chore: oauth-second
2025-11-26 23:25:51 +08:00
xiaojunnuo
517a1f1835
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-11-26 16:04:24 +08:00
xiaojunnuo
6e735bbd1e
fix: openapi 成功后失败都返回msg
2025-11-26 16:04:14 +08:00
xiaojunnuo
5a148aa3b9
chore: oidc first
2025-11-26 07:34:42 +08:00
xiaojunnuo
b4c362da37
docs: openapi
2025-11-25 09:12:35 +08:00
xiaojunnuo
575ae164c8
perf: ssh支持ppk格式私钥
2025-11-25 00:48:21 +08:00
xiaojunnuo
a9606bfb4e
chore: 1
2025-11-24 23:43:14 +08:00
xiaojunnuo
b5ec04723d
perf: ssl.com支持ecc
2025-11-24 23:33:25 +08:00
xiaojunnuo
51cc08411f
perf: 优化宝塔网站证书在并发部署时导致nginx配置文件错乱的问题
2025-11-24 23:18:56 +08:00
xiaojunnuo
d75034deae
build: release
2025-11-19 23:57:16 +08:00
xiaojunnuo
4ce23debb6
build: publish
2025-11-19 23:55:03 +08:00
xiaojunnuo
063706a7bf
build: trigger build image
2025-11-19 23:54:03 +08:00
xiaojunnuo
eb41a3655f
v1.37.10
2025-11-19 23:52:19 +08:00
xiaojunnuo
a84476187f
build: prepare to build
2025-11-19 23:49:47 +08:00
xiaojunnuo
70b603d601
perf: 站点证书监控备注输入框改成textarea
2025-11-19 23:49:09 +08:00
xiaojunnuo
c9709f2698
perf: 优化dokploy 部署插件,配置选择serverId
2025-11-19 23:47:26 +08:00
xiaojunnuo
be4f479afd
build: release
2025-11-19 15:41:19 +08:00
xiaojunnuo
a251465dbc
build: publish
2025-11-19 15:30:56 +08:00
xiaojunnuo
9b7051f2be
build: trigger build image
2025-11-19 15:30:33 +08:00
xiaojunnuo
8bfdef79c4
v1.37.9
2025-11-19 15:28:27 +08:00
xiaojunnuo
f2c2bf81b3
build: prepare to build
2025-11-19 15:24:37 +08:00
xiaojunnuo
8b5247b9bb
build: prepare to build
2025-11-19 15:23:57 +08:00
xiaojunnuo
075b1dc0eb
fix: 商用证书上传保存失败的bug
2025-11-19 15:13:08 +08:00
xiaojunnuo
42e1f0478d
chore: docs
2025-11-19 13:24:40 +08:00
xiaojunnuo
d4653678b2
perf: 优化阿里云clb 过期证书清理报错的问题
2025-11-18 18:09:59 +08:00
xiaojunnuo
a4ce752e58
chore: 阿里云nlb证书清理增加日志打印
2025-11-18 18:02:55 +08:00
xiaojunnuo
f6649398ef
chore: 清理过期证书增加日志打印
2025-11-18 18:01:23 +08:00
xiaojunnuo
02859cc270
build: release
2025-11-18 01:28:48 +08:00
xiaojunnuo
4ed30e082f
build: publish
2025-11-18 01:18:48 +08:00
xiaojunnuo
d3985dd129
build: trigger build image
2025-11-18 01:18:32 +08:00
xiaojunnuo
ac70821fea
v1.37.8
2025-11-18 01:16:57 +08:00
xiaojunnuo
38b273a1c9
build: prepare to build
2025-11-18 01:14:14 +08:00
xiaojunnuo
eb5c88fbb2
perf: 支持回车键触发登录
2025-11-18 01:13:31 +08:00
xiaojunnuo
1102952b47
perf: 修复西数解析记录添加失败的bug,支持部署证书到西数虚拟主机
2025-11-18 01:04:47 +08:00
xiaojunnuo
5ad6cadcee
chore: 1
2025-11-15 16:56:04 +08:00
xiaojunnuo
5d236808d6
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-11-15 16:46:06 +08:00
xiaojunnuo
ada9243e84
chore: 1
2025-11-15 16:32:41 +08:00
xiaojunnuo
ad4e1c1b5b
Merge branch 'v2' into v2-dev
2025-11-13 13:54:44 +08:00
xiaojunnuo
c5105c29b0
build: release
2025-11-13 01:31:28 +08:00
xiaojunnuo
f689b0f3b2
Merge branch 'v2-dev' into v2
2025-11-13 01:17:55 +08:00
xiaojunnuo
730f614024
build: publish
2025-11-13 01:17:09 +08:00
xiaojunnuo
2e4eb17a48
build: trigger build image
2025-11-13 01:16:45 +08:00
xiaojunnuo
55d2a1f09b
v1.37.7
2025-11-13 01:15:01 +08:00
xiaojunnuo
e3a5bcb907
build: prepare to build
2025-11-13 01:12:01 +08:00
xiaojunnuo
d56567c9de
chore: teo dns 测试成功
2025-11-13 01:11:04 +08:00
xiaojunnuo
d7c381e05d
chore: 1
2025-11-13 00:50:40 +08:00
xiaojunnuo
1d23dd2426
perf: 支持腾讯云teo dns解析
2025-11-13 00:45:05 +08:00
xiaojunnuo
86ce00adf9
perf: 支持使用letencrypt测试环境申请ip证书
2025-11-12 23:56:02 +08:00
xiaojunnuo
e1eef013a8
fix: 修复点击立即触发运行报错的bug
2025-11-12 22:15:17 +08:00
Rab
d20046c866
fix(plugins/woai-cdn): 修正默认接口域名与帮助链接中的路径 ( #576 ) @LjyLab
2025-11-12 15:30:32 +08:00
xiaojunnuo
2df452fe5b
Merge branch 'v2' of https://github.com/certd/certd into v2
2025-11-12 09:10:43 +08:00
xiaojunnuo
c31bfd8b94
docs: 1
2025-11-11 16:03:40 +08:00
xiaojunnuo
f443675f4f
docs: 1
2025-11-11 16:03:19 +08:00
xiaojunnuo
a44bd8849d
chore: 1
2025-11-11 13:29:38 +08:00
xiaojunnuo
274c887140
chore: nslookup 改成dig命令
2025-11-11 11:41:36 +08:00
xiaojunnuo
44973ebd00
fix: 账号绑定页面某些情况下打不开的bug
2025-11-11 11:05:34 +08:00
xiaojunnuo
88f74163ff
build: release
2025-11-11 01:16:32 +08:00
xiaojunnuo
6cd57dd426
Merge branch 'v2-dev' into v2
2025-11-11 00:57:37 +08:00
xiaojunnuo
481e866011
build: publish
2025-11-11 00:50:16 +08:00
xiaojunnuo
a78450ba79
build: trigger build image
2025-11-11 00:49:58 +08:00
xiaojunnuo
9fcdeca692
v1.37.6
2025-11-11 00:48:12 +08:00
xiaojunnuo
8e10c56304
build: prepare to build
2025-11-11 00:42:43 +08:00
xiaojunnuo
591f600b11
build: prepare to build
2025-11-11 00:34:53 +08:00
xiaojunnuo
af03e55a73
build: prepare to build
2025-11-11 00:33:55 +08:00
xiaojunnuo
1462cddd1e
perf: 支持letencrypt测试环境,支持IP证书?
2025-11-11 00:32:43 +08:00
xiaojunnuo
aac569a925
fix: 修复创建流水线报id不能为空的bug
2025-11-11 00:15:09 +08:00
greper
d19ac1fd15
Update promotional content in README.md
2025-11-10 10:56:54 +08:00
greper
410a23751b
Update README.md
2025-11-10 10:56:23 +08:00
greper
8190507e8c
Revise README for permanent version promotion
...
Updated promotional text for the permanent professional version and adjusted the display format.
2025-11-10 10:54:47 +08:00
greper
645f74f39d
Update README with promotional content
...
Added promotional message for permanent professional version and Double Eleven event.
2025-11-10 10:53:38 +08:00
xiaojunnuo
acdf0912d4
perf: server 增加 "@peculiar/x509" 依赖
2025-11-09 20:10:52 +08:00
xiaojunnuo
32e4e91ab8
perf: 增加vip时间同步按钮
2025-11-09 14:38:38 +08:00
xiaojunnuo
b59ca329f3
build: release
2025-11-09 05:19:54 +08:00
xiaojunnuo
beb9099bdc
build: publish
2025-11-09 05:08:01 +08:00
xiaojunnuo
a013d95f0f
build: trigger build image
2025-11-09 05:07:44 +08:00
xiaojunnuo
9d5daf0015
v1.37.5
2025-11-09 05:06:02 +08:00
xiaojunnuo
1146307736
build: prepare to build
2025-11-09 05:00:01 +08:00
xiaojunnuo
c25eaadc1d
build: prepare to build
2025-11-09 04:56:37 +08:00
xiaojunnuo
50f6e76ab9
chore: 1
2025-11-09 04:14:33 +08:00
xiaojunnuo
c3637e731f
Merge branch 'v2-dev-buy' into v2-dev
2025-11-09 02:06:57 +08:00
xiaojunnuo
c31eef6b82
chore: buy
2025-11-09 00:12:31 +08:00
xiaojunnuo
802683b765
chore: 1
2025-11-07 01:50:34 +08:00
xiaojunnuo
335cf93970
perf: doge云支持删除过期证书
2025-11-07 01:46:44 +08:00
xiaojunnuo
041954c067
perf: doge云插件支持选择CDN域名,以及支持同时部署多个域名
2025-11-07 01:38:46 +08:00
xiaojunnuo
2da44c3699
chore: 优化流水线运行时状态timeline被挤成2行的问题
2025-11-07 01:35:30 +08:00
xiaojunnuo
65e53092e8
fix: 修复某些情况下编辑流水线,没有立即展示变更效果的bug
2025-11-07 01:15:05 +08:00
xiaojunnuo
0203aa2b6e
perf: 优化任务参数配置界面在手机版下的展示效果
2025-11-07 00:44:13 +08:00
xiaojunnuo
f83fe28a18
chore: 优化input-number
2025-11-06 23:24:58 +08:00
xiaojunnuo
e487b45898
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-11-06 23:20:09 +08:00
xiaojunnuo
4a94eab393
perf: 支持列表展示时固定证书最大天数,有助于列表进度条整齐展示
2025-11-06 23:20:02 +08:00
xiaojunnuo
5ff7e6ef0e
fix: 修复在苹果手机下输入框被放大的问题
2025-11-05 13:59:40 +08:00
xiaojunnuo
0c99f41bd9
chore: bindurl 提示消除
2025-11-05 00:08:59 +08:00
xiaojunnuo
bcac810f71
Merge branch 'v2-dev' into v2-dev-buy
2025-11-04 23:04:11 +08:00
xiaojunnuo
feae105426
docs: 群晖delegated配置说明
2025-11-03 18:22:35 +08:00
xiaojunnuo
d46b9c54b1
perf: 支持记忆字段排序
2025-10-31 16:57:32 +08:00
xiaojunnuo
d0b7162b6a
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-10-30 15:08:20 +08:00
xiaojunnuo
c16660254b
fix: 修复批量修改定时没有立即显示生效的bug
2025-10-30 15:08:14 +08:00
xiaojunnuo
bbe0d52740
build: release
2025-10-29 01:52:41 +08:00
xiaojunnuo
65117ebdd7
build: publish
2025-10-29 01:32:37 +08:00
xiaojunnuo
445d55e800
build: trigger build image
2025-10-29 01:32:19 +08:00
xiaojunnuo
dbce751464
v1.37.4
2025-10-29 01:30:41 +08:00
xiaojunnuo
b8640d903f
build: prepare to build
2025-10-29 01:28:26 +08:00
xiaojunnuo
6e7560ee77
build: prepare to build
2025-10-29 01:25:54 +08:00
xiaojunnuo
efa26a067f
fix: 修复站点证书监控复制按钮无效的bug
2025-10-28 23:45:08 +08:00
xiaojunnuo
f7cf7c198d
fix: 修复lego模式下 私钥加密类型错误的bug
2025-10-28 15:46:52 +08:00
xiaojunnuo
d32f4fc38e
修复邮箱注册验证码报错的bug
2025-10-28 15:30:31 +08:00
xiaojunnuo
0c8b8647f3
docs: openapi
2025-10-28 10:34:52 +08:00
xiaojunnuo
c38dbbb1d7
perf: 优化数据备份效率,流式写入文件
2025-10-27 15:25:41 +08:00
xiaojunnuo
98cec15625
build: release
2025-10-25 01:26:51 +08:00
xiaojunnuo
bad9828f47
build: publish
2025-10-25 01:15:11 +08:00
xiaojunnuo
18f91ddffa
build: trigger build image
2025-10-25 01:14:52 +08:00
xiaojunnuo
335745d365
v1.37.3
2025-10-25 01:13:14 +08:00
xiaojunnuo
4204b31398
build: prepare to build
2025-10-25 01:10:48 +08:00
xiaojunnuo
029a568645
build: prepare to build
2025-10-25 01:06:05 +08:00
xiaojunnuo
6b2f1fcd3e
perf: 注册页面增加手机注册tab页签
2025-10-25 01:05:42 +08:00
xiaojunnuo
3bdc610249
chore: 流水线有效期
2025-10-25 00:42:27 +08:00
xiaojunnuo
c03a70fde2
fix: 修复网络测试,telnet的bug
2025-10-25 00:15:40 +08:00
xiaojunnuo
c77645e173
perf: 通知支持meow
2025-10-25 00:09:54 +08:00
xiaojunnuo
6531002d61
chore: 流水线有效期优化
2025-10-24 23:48:32 +08:00
xiaojunnuo
fea808ca5f
chore: 1
2025-10-24 23:11:21 +08:00
xiaojunnuo
59ba408070
perf: 流水线创建时支持添加到证书监控
2025-10-24 23:10:20 +08:00
xiaojunnuo
3a8931feef
perf: ssh 增加禁止-i参数提示
2025-10-24 22:48:32 +08:00
xiaojunnuo
7ebd8f6bf5
chore: 1
2025-10-23 00:37:35 +08:00
xiaojunnuo
73883979c6
chore: 1
2025-10-23 00:37:09 +08:00
xiaojunnuo
d8935b46b3
chore: check before
2025-10-23 00:36:20 +08:00
xiaojunnuo
1505d04622
chore: pipeline valid time add to plus
2025-10-23 00:14:31 +08:00
xiaojunnuo
3b690cc31f
支持开启流水线有效期设置
2025-10-23 00:05:36 +08:00
xiaojunnuo
b3814920bd
perf: 群辉增加请求超时时长设置
2025-10-22 23:40:00 +08:00
xiaojunnuo
8bf1f828b9
perf: esa 自动删除过期证书提示
2025-10-22 23:07:33 +08:00
xiaojunnuo
911e69e3bc
perf: 流水线支持有效期设置
2025-10-21 23:23:56 +08:00
xiaojunnuo
77b4a1eaf6
站点监控批量导入支持分组和备注
2025-10-21 22:38:02 +08:00
xiaojunnuo
2ed12c429e
perf: 站点证书监控增加导出和分组功能
2025-10-21 22:28:02 +08:00
xiaojunnuo
e578c52fdf
perf: 证书监控增加批量删除
2025-10-21 00:01:28 +08:00
xiaojunnuo
5ff4e3c4ea
chore: 1
2025-10-17 14:48:39 +08:00
xiaojunnuo
1c2e7256c1
doc: 1
2025-10-17 13:43:15 +08:00
xiaojunnuo
7a51ca225a
Merge branch 'v2' into v2-dev
2025-10-17 09:34:22 +08:00
xiaojunnuo
8d242d8072
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-10-17 09:33:24 +08:00
xiaojunnuo
543b068efa
chore: gitignore
2025-10-17 09:33:14 +08:00
xiaojunnuo
eadbd5e821
doc: plugin doc gen
2025-10-17 09:32:14 +08:00
xiaojunnuo
c771f5a13c
Merge branch 'v2' of https://github.com/certd/certd into v2
2025-10-17 09:25:31 +08:00
xiaojunnuo
f13b3111c3
doc: plugin-doc-gen
2025-10-17 09:25:22 +08:00
xiaojunnuo
bb2714ff24
fix: 修复并发情况下证书申请日志混乱的bug
2025-10-15 23:03:59 +08:00
xiaojunnuo
54c42b1fc2
build: release
2025-10-14 23:24:59 +08:00
xiaojunnuo
1f42f933f0
fix: 修复站点证书监控,证书已经更新到最新日期了,仍然发出警告通知的bug
2025-10-14 23:24:47 +08:00
xiaojunnuo
6c533d225b
chore: 1
2025-10-14 23:00:30 +08:00
xiaojunnuo
67a89d1289
chore: 1
2025-10-14 22:53:32 +08:00
xiaojunnuo
0b9bef2f38
build: publish
2025-10-14 22:52:22 +08:00
xiaojunnuo
1c4649409d
build: trigger build image
2025-10-14 22:52:03 +08:00
xiaojunnuo
e1daaf07ce
v1.37.2
2025-10-14 22:50:33 +08:00
xiaojunnuo
cd21f2d1d7
build: prepare to build
2025-10-14 22:48:36 +08:00
xiaojunnuo
836e41064f
build: prepare to build
2025-10-14 22:43:55 +08:00
xiaojunnuo
4658e4c739
build: prepare to build
2025-10-14 22:41:32 +08:00
xiaojunnuo
7993a7cdb0
perf: 优化start.sh脚本,去掉删除非ui目录的操作及提示
2025-10-14 22:41:03 +08:00
xiaojunnuo
567cb7d737
perf: start.sh脚本支持根据当前系统判断是否使用sudo
2025-10-14 22:35:24 +08:00
xiaojunnuo
985128b537
chore: 1
2025-10-14 22:25:42 +08:00
xiaojunnuo
cd35568e04
perf: 证书监控支持设置证书即将过期天数
2025-10-14 22:25:04 +08:00
xiaojunnuo
f612509cac
perf: 支持新网代理方式
2025-10-14 12:05:31 +08:00
xiaojunnuo
f415190483
perf: dns支持新网互联
2025-10-14 10:55:10 +08:00
xiaojunnuo
e00733a346
fix: aliyunoss 选择证书接入点选择新加坡无法上传的bug
2025-10-13 23:16:03 +08:00
xiaojunnuo
aafafa0e73
chore: 1
2025-10-12 23:57:17 +08:00
xiaojunnuo
c87c9af12e
chore: 1
2025-10-12 23:56:14 +08:00
xiaojunnuo
622215715f
chore: 删除无用依赖
2025-10-11 19:08:14 +08:00
xiaojunnuo
c87250c028
docs: ipv6地址提示
2025-10-11 18:52:57 +08:00
xiaojunnuo
d6b6d700a5
docs: ipv6地址提示
2025-10-11 18:21:17 +08:00
xiaojunnuo
9d4e2c98a3
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-10-11 17:00:00 +08:00
xiaojunnuo
08094c2660
docs: ipv6地址提示
2025-10-11 16:59:28 +08:00
xiaojunnuo
fda82c82b0
chore: 1
2025-10-07 21:54:50 +08:00
xiaojunnuo
f0eabd4ea0
build: vscode auto compile
2025-10-07 21:45:09 +08:00
xiaojunnuo
5a4d812146
perf: 增加飞牛证书id选择的提示
2025-10-07 21:05:28 +08:00
xiaojunnuo
bf156a13bd
fix: 修复飞牛证书部署后无法生效的bug
2025-10-07 21:01:19 +08:00
xiaojunnuo
53d276a8fc
chore: 官方email服务支持发送附件
2025-10-05 22:44:59 +08:00
xiaojunnuo
978fa54518
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-10-05 08:05:59 +00:00
xiaojunnuo
31f82e58b5
chore: test优化
2025-10-05 07:59:56 +00:00
xiaojunnuo
5967f66e6d
chore: 1
2025-10-05 15:01:35 +08:00
xiaojunnuo
bea81b54ca
chore: 1
2025-10-05 14:52:25 +08:00
xiaojunnuo
6fd403bdca
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-10-05 14:47:45 +08:00
xiaojunnuo
3d673d9d40
chroe: remote
2025-10-05 14:47:40 +08:00
xiaojunnuo
cac949de56
Merge branch 'v2-dev' of https://github.com/certd/certd into v2-dev
2025-10-05 05:57:03 +00:00
xiaojunnuo
dffa152698
chore: nettest
2025-10-05 13:10:03 +08:00
xiaojunnuo
7796298fca
1
2025-10-01 02:11:03 +08:00
xiaojunnuo
5291bfe8d4
chore: 网络测试
2025-09-30 18:03:16 +00:00
xiaojunnuo
b364313297
chore: linux 网络测试命令验证
2025-09-30 18:01:49 +00:00
xiaojunnuo
2bef608e07
perf: 支持网络测试
2025-09-30 23:27:31 +08:00
xiaojunnuo
aee13ad909
docs
2025-09-29 21:11:43 +08:00
xiaojunnuo
9d82eba599
docs:
2025-09-29 21:00:28 +08:00
xiaojunnuo
4852beb390
1.37.1
2025-09-29 20:48:34 +08:00
xiaojunnuo
522c2f61c0
build: publish
2025-09-29 20:37:20 +08:00
xiaojunnuo
d331396afe
build: trigger build image
2025-09-29 20:37:03 +08:00
xiaojunnuo
c725cee044
v1.37.1
2025-09-29 20:35:30 +08:00
xiaojunnuo
367ef4ecb2
build: prepare to build
2025-09-29 20:32:54 +08:00
xiaojunnuo
c3a64facd5
chore
2025-09-29 20:32:31 +08:00
xiaojunnuo
2671781e1b
fix: 修复某些情况下cname申请证书报错主域名不一致的bug
2025-09-29 18:58:19 +08:00
xiaojunnuo
9291fa68aa
perf: dns解析支持阿里esa
2025-09-28 23:29:56 +08:00
xiaojunnuo
6ebb3659f4
perf: cname主域名校验提示优化,显示不一致的两方便于排查问题
2025-09-28 16:18:39 +08:00
xiaojunnuo
109696e965
fix: 修复版本比较bug
2025-09-28 12:49:53 +08:00
xiaojunnuo
b86bbd370c
chore: deploy 1.37.0
2025-09-28 12:44:02 +08:00
xiaojunnuo
1575a4fb1a
chore: deploy 1.37.0
2025-09-28 12:42:54 +08:00
xiaojunnuo
e2f500be90
chore: deploy 1.37.0
2025-09-28 12:37:22 +08:00
xiaojunnuo
284b00a826
chore:
2025-09-28 12:21:42 +08:00
xiaojunnuo
66180e19b5
build: publish
2025-09-28 12:18:46 +08:00
xiaojunnuo
1531462d22
build: trigger build image
2025-09-28 12:18:30 +08:00
xiaojunnuo
e17cd1f298
v1.37.0
2025-09-28 12:17:05 +08:00
xiaojunnuo
13092e9f80
build: prepare to build
2025-09-28 12:14:35 +08:00
xiaojunnuo
8133b8b9dd
build: prepare to build
2025-09-28 12:07:54 +08:00
xiaojunnuo
e25aafac6d
chore:
2025-09-28 12:07:51 +08:00
xiaojunnuo
037c7beb1b
build: prepare to build
2025-09-28 12:06:22 +08:00
xiaojunnuo
faac4dfc30
chore:
2025-09-28 12:06:13 +08:00
xiaojunnuo
469a088a4d
build: prepare to build
2025-09-28 11:30:24 +08:00
xiaojunnuo
9c854f727f
chore:
2025-09-28 11:29:57 +08:00
xiaojunnuo
8f6e5bd24b
feat: dist打包前检查
2025-09-28 11:02:25 +08:00
xiaojunnuo
992f91cf4c
Merge branch 'refs/heads/v2' into v2-dev
2025-09-28 10:42:17 +08:00
xiaojunnuo
0c61d4c978
feat: @certd/ui-server module import报错的问题
2025-09-28 09:58:22 +08:00
xiaojunnuo
72d32edf9a
build: publish
2025-09-27 09:41:54 +08:00
xiaojunnuo
dde39def9e
build: trigger build image
2025-09-27 09:41:37 +08:00
xiaojunnuo
6b43007c44
v1.36.25
2025-09-27 09:40:13 +08:00
xiaojunnuo
876558cf77
build: prepare to build
2025-09-27 09:38:14 +08:00
xiaojunnuo
b35a146edf
chore:
2025-09-27 09:37:30 +08:00
xiaojunnuo
86cf6a9908
chore:
2025-09-27 09:30:22 +08:00
xiaojunnuo
b0f7288ac0
build: prepare to build
2025-09-27 09:28:26 +08:00
xiaojunnuo
32fcc1a8fb
chore:
2025-09-27 09:27:21 +08:00
xiaojunnuo
eb4d125eaf
fix: 固定midwayjs版本,修复ui-server import 错误的bug
2025-09-27 09:26:17 +08:00
xiaojunnuo
87e5cced3c
chore:
2025-09-27 09:03:29 +08:00
xiaojunnuo
bcd9ee2d48
build: publish
2025-09-27 08:36:18 +08:00
xiaojunnuo
edf3d87458
build: trigger build image
2025-09-27 08:36:02 +08:00
xiaojunnuo
0c0c353ecc
v1.36.24
2025-09-27 08:34:35 +08:00
xiaojunnuo
aaa4c8f899
build: prepare to build
2025-09-27 08:32:23 +08:00
xiaojunnuo
57e3565c11
chore:
2025-09-27 08:32:17 +08:00
xiaojunnuo
fbcf72d762
build: prepare to build
2025-09-27 08:31:29 +08:00
xiaojunnuo
ca8daa836e
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-09-27 08:29:44 +08:00
xiaojunnuo
c2ccdbec9d
fix: 修复 ui-server 加载失败问题
2025-09-27 08:29:22 +08:00
xiaojunnuo
69aee36e75
chore: 修复 ui-server 加载失败问题
2025-09-27 08:29:16 +08:00
xiaojunnuo
063f5c3b55
fix: 修复 ui-server 加载失败问题
2025-09-27 08:26:18 +08:00
xiaojunnuo
6d1b8ca65e
chore: fix ui-server 加载失败问题
2025-09-27 08:24:39 +08:00
xiaojunnuo
03899d4d9c
perf: 重置管理员密码同时会关闭验证码,防止验证码失效之后无法登录
2025-09-27 01:47:53 +08:00
xiaojunnuo
2b84af977d
build: publish
2025-09-27 01:45:35 +08:00
xiaojunnuo
e15b180322
build: trigger build image
2025-09-27 01:45:19 +08:00
xiaojunnuo
f070030f6b
v1.36.23
2025-09-27 01:43:28 +08:00
xiaojunnuo
330ac66b38
build: prepare to build
2025-09-27 01:39:53 +08:00
xiaojunnuo
12a9e650af
chore: sql
2025-09-27 01:39:30 +08:00
xiaojunnuo
1e5ccd811e
build: prepare to build
2025-09-27 01:35:54 +08:00
xiaojunnuo
2902ee6ad5
chore: sql
2025-09-27 01:35:39 +08:00
xiaojunnuo
90ce4fec2c
chore: sql
2025-09-27 01:24:34 +08:00
xiaojunnuo
a7ab26d08d
chore:
2025-09-27 01:19:32 +08:00
xiaojunnuo
dcc396afb7
perf: 动态加载验证码script
2025-09-27 00:43:20 +08:00
xiaojunnuo
3f1722d54d
fix: 授权页面,id列位置不在第一列的bug
2025-09-27 00:17:29 +08:00
xiaojunnuo
c79658afbb
chore:
2025-09-26 01:32:26 +08:00
xiaojunnuo
6f84ebb323
chore:
2025-09-26 01:27:55 +08:00
xiaojunnuo
54c8d62243
perf: 开启子域名托管之后cname记录支持重置
2025-09-26 01:21:24 +08:00
xiaojunnuo
83e6476408
perf: 验证码支持测试,登录验证码需要测试通过后才能开启
2025-09-26 01:21:01 +08:00
xiaojunnuo
03f317ffdb
perf: 支持腾讯云验证码
2025-09-26 01:20:25 +08:00
xiaojunnuo
3f67c7c74a
docs: 增加子域名托管下的cname记录问题说明
2025-09-25 22:38:13 +08:00
xiaojunnuo
b8b4660563
chore: 1
2025-09-24 23:55:43 +08:00
xiaojunnuo
3d42bfd479
perf: 手动上传证书优化,增加到期前报错提醒
2025-09-24 14:14:19 +08:00
xiaojunnuo
c4ebbaba74
Merge branch 'v2-dev' into v2-dev-buy
...
# Conflicts:
# packages/core/basic/src/utils/util.hash.ts
2025-09-24 01:58:11 +08:00
xiaojunnuo
2ae193092d
build: publish
2025-09-24 01:50:34 +08:00
xiaojunnuo
7e1d52ff00
build: trigger build image
2025-09-24 01:50:19 +08:00
xiaojunnuo
c98f43b984
v1.36.22
2025-09-24 01:48:55 +08:00
xiaojunnuo
e93f128a7a
build: prepare to build
2025-09-24 01:46:48 +08:00
xiaojunnuo
71d8e7edd2
perf: 优化连接失败的报错提示
2025-09-24 01:40:11 +08:00
xiaojunnuo
48f4298a8d
chore: 新网已支持
2025-09-24 00:55:31 +08:00
xiaojunnuo
1c15beadc7
perf: 登录失败时清除验证码状态
2025-09-24 00:06:00 +08:00
xiaojunnuo
2c1600ddfb
chore: 新网dns完善
2025-09-23 23:27:36 +08:00
xiaojunnuo
298f7d9d52
chore: 新网dns完善
2025-09-23 23:24:36 +08:00
xiaojunnuo
105f0bfde2
chore:
2025-09-23 00:56:08 +08:00
xiaojunnuo
cf3a78e114
perf: dns支持新网域名解析
2025-09-22 23:30:28 +08:00
xiaojunnuo
9cc5f0f889
perf: 公共cname支持权限校验
2025-09-22 23:29:55 +08:00
xiaojunnuo
81e588a896
Merge branch 'refs/heads/v2-dev' into v2-dev-buy
...
# Conflicts:
# docs/.vitepress/config.ts
# packages/ui/certd-client/src/views/certd/pipeline/sub-domain/index.vue
2025-09-22 22:29:59 +08:00
xiaojunnuo
e30db9ee77
docs:
2025-09-21 17:33:44 +08:00
xiaojunnuo
235be757f8
Merge branch 'v2' into v2-dev
2025-09-19 18:03:15 +08:00
Zero Clover
e31d26a887
perf: add preferred chain for google trust service ( #539 ) @ZeroClover
2025-09-19 17:36:29 +08:00
xiaojunnuo
2293ba02ea
docs: 宝塔动态IP白名单
2025-09-19 15:31:59 +08:00
xiaojunnuo
7188997dd1
perf: 7001绑定::地址
2025-09-18 10:05:07 +08:00
xiaojunnuo
31cfb09468
fix: 选择授权对话框编辑时,名称字段排在最后的bug
2025-09-17 16:15:31 +08:00
xiaojunnuo
b76f2e2008
fix: 修复旧版本升级上来报错eab授权的bug
2025-09-17 13:25:08 +08:00
xiaojunnuo
4b90972341
perf: gcore flush plugin ssl_id改为必填项
2025-09-16 10:26:16 +08:00
xiaojunnuo
f4ff34224c
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-09-16 09:31:54 +08:00
xiaojunnuo
877c9c4ff9
perf: 增加自签名证书提示
2025-09-16 09:31:02 +08:00
xiaojunnuo
ac0b7291dd
build: publish
2025-09-15 21:10:22 +08:00
xiaojunnuo
491ef6085a
build: trigger build image
2025-09-15 21:09:51 +08:00
xiaojunnuo
3cedef4974
v1.36.21
2025-09-15 21:08:26 +08:00
xiaojunnuo
22ab04bd2b
build: prepare to build
2025-09-15 20:59:51 +08:00
xiaojunnuo
e5a080aebe
fix: 修复导入插件对话框无法打开的bug,修复插件编辑页面打开多个代码编辑器消失的bug
2025-09-15 18:03:55 +08:00
xiaojunnuo
c560cc5add
fix: 修复ssl.com报EMAILADDRESS数量不对的bug
2025-09-14 23:01:18 +08:00
xiaojunnuo
0d27bc323b
chore: build new version
2025-09-14 02:29:41 +08:00
xiaojunnuo
c71d3cef18
chore: 升级fast-crud
2025-09-14 02:29:22 +08:00
xiaojunnuo
4e2d8daa3a
chore:
2025-09-14 02:16:55 +08:00
xiaojunnuo
d0f51da0af
chore:
2025-09-14 01:51:16 +08:00
xiaojunnuo
aeb73bca27
chore:
2025-09-14 01:40:55 +08:00
xiaojunnuo
f239b03291
chore:
2025-09-14 01:39:52 +08:00
xiaojunnuo
297c2965f4
Merge branch 'v2-dev' into v2
2025-09-14 01:04:20 +08:00
xiaojunnuo
daddf4d98e
build: publish
2025-09-14 01:01:39 +08:00
xiaojunnuo
e05f9bfebf
build: trigger build image
2025-09-14 01:01:18 +08:00
xiaojunnuo
ef46aeae6f
v1.36.20
2025-09-14 00:59:40 +08:00
xiaojunnuo
7edb3fd856
build: prepare to build
2025-09-14 00:56:22 +08:00
xiaojunnuo
43b79778ea
fix: 修复授权类型和名称字段排到最后的bug
2025-09-14 00:47:30 +08:00
xiaojunnuo
37f1f53b56
chore: 数据库同步
2025-09-14 00:40:38 +08:00
xiaojunnuo
67bd1cdcd9
chore:
2025-09-14 00:22:17 +08:00
xiaojunnuo
506385e5a2
fix: 修复证书手动托管时新上传的证书无效的bug
2025-09-13 23:59:16 +08:00
ahe
2d4586b1c4
perf: 证书到期剩余天数进度条根据实际证书有效期计算 ( #528 ) nicheng-he
...
* Create FUNDING.yml
* Update FUNDING.yml
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README_en.md
* 证书到期剩余天数进度条根据实际证书时间计算
---------
Co-authored-by: greper <xiaojunnuo@qq.com >
2025-09-13 23:40:06 +08:00
xiaojunnuo
1476b9cb9c
chore: 设置tab页签标题中英文优化
2025-09-13 23:33:18 +08:00
xiaojunnuo
7bdde68ece
perf: 登录注册、找回密码都支持极验验证码和图片验证码
2025-09-13 23:01:14 +08:00
xiaojunnuo
50f92f55e2
chore:
2025-09-13 16:27:20 +08:00
xiaojunnuo
370db62bf0
perf: 登录支持极验验证码
2025-09-11 23:47:05 +08:00
xiaojunnuo
65f34f1d31
Merge branch 'v2-dev' into v2-dev-addon
2025-09-11 20:42:44 +08:00
xiaojunnuo
00a3908abb
docs:
2025-09-11 15:20:13 +08:00
xiaojunnuo
32034d590a
docs:
2025-09-11 11:24:51 +08:00
xiaojunnuo
3635fb3910
chore:
2025-09-11 00:19:38 +08:00
xiaojunnuo
d2ecfe5491
fix: 修复证书监控某些情况下报 options.lookup不能为null的bug
2025-09-10 14:12:36 +08:00
xiaojunnuo
1f759dce5b
docs:
2025-09-10 12:21:04 +08:00
xiaojunnuo
ae41c6038b
perf: ssh配置增加脚本类型设置,bash还是sh
2025-09-09 18:14:14 +08:00
xiaojunnuo
f41f7eb2ad
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-09-09 16:31:39 +08:00
xiaojunnuo
d04f383161
fix: 修复secret patch 类型多了type:的bug
2025-09-09 16:30:21 +08:00
xiaojunnuo
cb989d7489
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-09-08 23:04:25 +08:00
xiaojunnuo
b5cba19d26
chore:
2025-09-08 23:04:02 +08:00
xiaojunnuo
b7271d7a46
perf: start.sh增加sudo
2025-09-08 23:01:45 +08:00
greper
768bdc2cc2
Update README_en.md
2025-09-08 22:27:59 +08:00
greper
a0a093e260
Update README.md
2025-09-08 22:27:28 +08:00
greper
0b2a7fdc15
Update README.md
2025-09-08 22:27:01 +08:00
greper
f1876e20f8
Update README.md
2025-09-08 22:25:52 +08:00
greper
7d6a6e53f7
Update README.md
2025-09-08 22:23:43 +08:00
greper
6b765a1f77
Update FUNDING.yml
2025-09-08 22:14:57 +08:00
greper
3b3c93dd53
Create FUNDING.yml
2025-09-08 22:06:57 +08:00
xiaojunnuo
521083a309
chore:
2025-09-08 14:45:31 +08:00
xiaojunnuo
6d35325601
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-09-08 14:45:21 +08:00
xiaojunnuo
3c65f37d84
perf: 优化加量包展示效果
2025-09-08 14:43:36 +08:00
xiaojunnuo
d75dd058d6
fix: 修复商业版退出登录后,丢失站点个性化设置的bug
2025-09-08 14:29:15 +08:00
xiaojunnuo
40475e02ec
chore:
2025-09-06 20:07:50 +08:00
COYG⚡️
f6ea9c1300
docs: 更改中英文档跳转链接显示形式 ( #518 ) @1411430556
...
* Update README.md
* Update README_en.md
2025-09-06 00:43:08 +08:00
Zero Clover
902359f24e
perf: add preferred chain option ( #519 ) @ZeroClover
2025-09-06 00:41:03 +08:00
xiaojunnuo
bb4d5f1e93
build: publish
2025-09-06 00:35:14 +08:00
xiaojunnuo
1dec3f000e
build: trigger build image
2025-09-06 00:34:58 +08:00
xiaojunnuo
6d89814795
v1.36.19
2025-09-06 00:33:10 +08:00
xiaojunnuo
f339bc9f7f
build: prepare to build
2025-09-06 00:30:00 +08:00
xiaojunnuo
bb80bc0c07
chore:
2025-09-06 00:29:55 +08:00
xiaojunnuo
96677ff8bf
build: prepare to build
2025-09-06 00:28:54 +08:00
xiaojunnuo
c7b6a6df79
chore:
2025-09-06 00:28:50 +08:00
xiaojunnuo
8bb7e8bfb2
chore:
2025-09-06 00:28:43 +08:00
xiaojunnuo
02ab343e22
build: prepare to build
2025-09-06 00:26:48 +08:00
xiaojunnuo
4d875a18de
chore:
2025-09-06 00:26:29 +08:00
xiaojunnuo
cff2336923
build: prepare to build
2025-09-06 00:17:10 +08:00
xiaojunnuo
0e96bfdfa3
perf: 创建证书时支持选择通知时机
2025-09-06 00:12:16 +08:00
xiaojunnuo
a24ef48ad1
chore:
2025-09-06 00:01:45 +08:00
xiaojunnuo
fe9c4f3391
perf: 支持根据id更新证书(证书Id不变接口),不过该接口为白名单功能,普通腾讯云账户无法使用
2025-09-06 00:01:17 +08:00
xiaojunnuo
6cbb0739f8
fix: 修复远程数据选择无法过滤的bug
2025-09-05 22:19:03 +08:00
xiaojunnuo
79ebabfcfb
perf: 创建k8s secret 时设置type为tls
2025-09-05 21:32:34 +08:00
xiaojunnuo
0c8e3262fe
chore:
2025-09-05 21:17:15 +08:00
xiaojunnuo
c24a040c19
perf: ssh 增加超时断开连接,默认10分钟超时
2025-09-05 21:16:09 +08:00
xiaojunnuo
4f39cb8dfa
chore:
2025-09-05 18:08:23 +08:00
xiaojunnuo
cdd2816642
chore:
2025-09-05 00:16:34 +08:00
xiaojunnuo
27b6dfa4d2
perf: 支持ssl.com证书颁发机构
2025-09-04 23:42:03 +08:00
xiaojunnuo
204cbd0209
chore:
2025-09-04 15:21:53 +08:00
xiaojunnuo
b7980aad5a
perf: 支持godaddy
2025-09-04 15:13:45 +08:00
xiaojunnuo
e175729e2c
chore:
2025-09-02 10:39:46 +08:00
xiaojunnuo
c26ad4c807
fix: 修复mysql下购买套餐加量包无效的bug
2025-09-02 10:37:36 +08:00
xiaojunnuo
4372adc703
fix: 修复批量流水线执行时日志显示错乱的问题
2025-09-01 18:10:32 +08:00
xiaojunnuo
8a0c2b9b13
perf: 去掉宝塔url后面的斜杠
2025-09-01 17:01:14 +08:00
xiaojunnuo
4443a1c030
perf: 商业版隐藏文档相关链接
2025-09-01 16:18:50 +08:00
xiaojunnuo
39a02235cf
perf: 子域名托管说明
2025-09-01 15:52:19 +08:00
xiaojunnuo
db89561480
perf: 商业版隐藏文档相关链接
2025-09-01 15:52:14 +08:00
xiaojunnuo
a4cbb11693
chore:
2025-09-01 14:18:42 +08:00
xiaojunnuo
1ceeacc526
chore:
2025-09-01 13:33:12 +08:00
xiaojunnuo
b59052cc43
fix: 前置任务输出不存在时输出警告提示
2025-09-01 13:29:47 +08:00
xiaojunnuo
b5d8161bc2
perf: 子域名托管说明
2025-08-31 10:50:07 +08:00
xiaojunnuo
b497eda26e
Merge branch 'v2-dev' into v2-dev-buy
2025-08-29 16:54:11 +08:00
xiaojunnuo
44019e1042
perf: 增加健康检查探针 /health/liveliness 和 /health/readiness
2025-08-29 10:07:17 +08:00
xiaojunnuo
fd0e1da4a2
build: publish
2025-08-29 00:43:39 +08:00
xiaojunnuo
f6c67b475a
build: trigger build image
2025-08-29 00:43:24 +08:00
xiaojunnuo
ea18a5ad15
v1.36.18
2025-08-29 00:41:56 +08:00
xiaojunnuo
4d0cd3f497
build: prepare to build
2025-08-29 00:39:03 +08:00
xiaojunnuo
7dbdeaebe0
perf: 支持部署到dokploy
2025-08-29 00:38:45 +08:00
xiaojunnuo
2085bcceb6
perf: openapi返回证书时挑选匹配范围最小的那一个;增加format参数,增加返回值p7b格式,增加detail返回
2025-08-28 22:39:11 +08:00
xiaojunnuo
c09c962cb6
perf: 部署到k8s支持自动创建secret
2025-08-28 21:28:32 +08:00
xiaojunnuo
9108459ae4
perf: 短信验证码支持腾讯云
2025-08-28 17:35:17 +08:00
xiaojunnuo
992bac0b1f
chore:
2025-08-28 15:53:15 +08:00
xiaojunnuo
ebd6917a1d
fix: 修复proxmox某些情况下执行卡住的bug
2025-08-28 15:47:32 +08:00
xiaojunnuo
3e079e3b80
chore:
2025-08-28 00:58:17 +08:00
xiaojunnuo
2ca20be197
perf: 支持部署到阿里云云原生API网关、AI网关
2025-08-28 00:36:28 +08:00
xiaojunnuo
17f23f3751
perf: 商业版支持自定义插件的参数配置
2025-08-27 18:23:24 +08:00
xiaojunnuo
8e3d699856
chore:
2025-08-27 09:56:36 +08:00
xiaojunnuo
f1a168fa53
chore: plugin config
2025-08-26 18:42:54 +08:00
xiaojunnuo
3575113655
perf: 支持删除宝塔证书夹中的过期证书
2025-08-25 23:58:03 +08:00
xiaojunnuo
fe9dd7d23f
Merge branch 'v2-dev' into v2-dev-buy
2025-08-25 23:22:39 +08:00
xiaojunnuo
9feb9d04b3
perf: 支持部署到华为云obs
2025-08-25 23:22:17 +08:00
xiaojunnuo
5419b1439a
Merge branch 'v2' into v2-dev
2025-08-25 21:52:50 +08:00
xiaojunnuo
6f8fbe3f09
chore:
2025-08-25 21:16:33 +08:00
xiaojunnuo
e4489343fe
perf: lecdnv2支持api token
2025-08-25 18:38:35 +08:00
xiaojunnuo
d9f4a5793d
perf: 支持p7b证书格式
2025-08-25 18:21:38 +08:00
xiaojunnuo
70fcdc9ebb
perf: 腾讯云EO插件支持自动获取zoneid和域名列表
2025-08-25 17:22:55 +08:00
SHAREWEBS
78e7a81638
fix: 更新我爱云CDN域名地址,和部分目录结构 @tyjsjxh ( #514 )
...
更新我爱云CDN域名地址,和部分目录结构
2025-08-25 16:30:23 +08:00
xiaojunnuo
58e82d5dbd
perf: 腾讯云插件支持国际版
2025-08-25 16:19:37 +08:00
xiaojunnuo
06d15be43a
chore:
2025-08-21 15:57:39 +08:00
xiaojunnuo
e1e7011853
perf: ssh 配置sudo免密提示
2025-08-19 17:06:14 +08:00
xiaojunnuo
eff7645035
chore: 移除ksyun-sdk-node包
2025-08-19 11:01:01 +08:00
xiaojunnuo
eb75e52278
fix: 修复cron选择组件星期显示错误的bug
2025-08-18 18:48:42 +08:00
xiaojunnuo
15e6148272
chore:
2025-08-18 00:28:55 +08:00
xiaojunnuo
ccd448a675
chore:
2025-08-18 00:27:31 +08:00
xiaojunnuo
db54c019ad
chore:
2025-08-18 00:16:28 +08:00
xiaojunnuo
b762b4d72c
build: publish
2025-08-17 23:58:37 +08:00
xiaojunnuo
2f8faa839d
build: trigger build image
2025-08-17 23:58:22 +08:00
xiaojunnuo
831c325c63
v1.36.17
2025-08-17 23:56:48 +08:00
xiaojunnuo
f4f73078c5
build: prepare to build
2025-08-17 23:53:21 +08:00
xiaojunnuo
f7d43ad5af
perf: 部署到腾讯云cdn,每个域名增加3每秒延迟
2025-08-17 23:43:39 +08:00
xiaojunnuo
a77c777980
perf: 腾讯云关闭证书通知增加开关选项,在腾讯云授权里面
2025-08-17 23:32:29 +08:00
xiaojunnuo
a34db7449e
perf: 阿里云 FC3.0 不在要求证书加密方式为旧版, 修复支持的协议类型可以正常选择
2025-08-17 23:27:50 +08:00
xiaojunnuo
0283bd2f97
perf: 证书申请任务默认不发送申请成功通知
2025-08-17 23:08:50 +08:00
xiaojunnuo
a8de2f8ae7
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-08-17 20:13:42 +08:00
xiaojunnuo
d5dee75df3
fix: 修复新部署的无法保存公共eab配置的bug
2025-08-17 19:08:08 +08:00
xiaojunnuo
6b7631ed5e
fix: 修复新部署的无法保存公共eab配置的bug
2025-08-17 19:07:50 +08:00
xiaojunnuo
79cb5c0631
build: publish
2025-08-16 12:51:23 +08:00
xiaojunnuo
7d9901540f
build: trigger build image
2025-08-16 12:51:04 +08:00
xiaojunnuo
e979e9c9fb
v1.36.16
2025-08-16 12:49:25 +08:00
xiaojunnuo
de719df6fe
build: prepare to build
2025-08-16 12:46:55 +08:00
xiaojunnuo
38d7f91ea0
build: prepare to build
2025-08-16 12:44:29 +08:00
xiaojunnuo
a20a429e8c
chore:
2025-08-16 12:23:03 +08:00
xiaojunnuo
9b63fb4ee2
perf: 支持apisix证书部署
2025-08-16 01:33:51 +08:00
xiaojunnuo
099efdbc1d
chore:
2025-08-15 19:11:03 +08:00
xiaojunnuo
af9120fc7a
chore:
2025-08-15 19:02:59 +08:00
xiaojunnuo
798a48aa96
perf: 百度云支持上传到证书托管,支持部署到负载均衡
2025-08-15 18:19:36 +08:00
xiaojunnuo
462e22a3b0
perf: 支持更新金山云cdn证书
2025-08-15 10:27:06 +08:00
xiaojunnuo
4e432ed03f
perf: 部署到百度cdn支持自动获取域名列表选择
2025-08-15 10:26:52 +08:00
xiaojunnuo
1b56c0f191
chore: comm trial
2025-08-15 00:20:38 +08:00
xiaojunnuo
94cbeba495
chore: comm trial
2025-08-15 00:11:48 +08:00
xiaojunnuo
dfa74a69f7
perf: 支持部署到金山云CDN
2025-08-14 18:48:04 +08:00
xiaojunnuo
9e1e4eeec2
perf: 支持阿里云API网关
2025-08-14 11:00:10 +08:00
xiaojunnuo
962f8233b0
chore:
2025-08-11 02:02:30 +08:00
xiaojunnuo
31923d511e
chore: 修复vip过期时间显示错误的问题
2025-08-11 01:47:39 +08:00
xiaojunnuo
fdbb8300d3
chore: 自动更新vip状态
2025-08-10 23:48:40 +08:00
xiaojunnuo
203d8bca57
chore: 永久专业版特殊颜色
2025-08-10 02:21:32 +08:00
xiaojunnuo
74c331eaf7
chore: 永久专业版特殊颜色
2025-08-10 02:07:48 +08:00
xiaojunnuo
54365528a8
chore: buy page and login
2025-08-09 23:41:59 +08:00
xiaojunnuo
bc174f7054
perf: cname方式hostRecord增加user校验
2025-08-09 23:37:31 +08:00
xiaojunnuo
221e068bac
fix: 修复授权配置复制功能,无法复制已加密字段的问题
2025-08-09 18:11:20 +08:00
xiaojunnuo
1bdceeecf4
perf: 验证码可重试次数设置为3次
2025-08-09 16:59:48 +08:00
xiaojunnuo
a6824d9cd0
Merge branch 'v2' into v2-dev
2025-08-09 16:47:12 +08:00
ahe
fe03f9942b
perf: 增加找回密码的验证码可重试次数 @nicheng-he ( #496 )
...
2.找回密码邮件方式增加长度到6位
3.开启自主找回密码放置更合适的位置
2025-08-09 16:41:57 +08:00
xiaojunnuo
4c196922fb
chore: 使用TZ
2025-08-08 08:56:19 +08:00
xiaojunnuo
2a9a513d85
build: publish
2025-08-07 23:23:23 +08:00
xiaojunnuo
2bcea27ecd
build: trigger build image
2025-08-07 23:23:07 +08:00
xiaojunnuo
fb7341f1f7
v1.36.15
2025-08-07 23:21:18 +08:00
xiaojunnuo
f327daa12d
build: prepare to build
2025-08-07 23:18:12 +08:00
xiaojunnuo
2872b9fbf9
chore:
2025-08-07 22:40:17 +08:00
xiaojunnuo
cedd5c9c96
chore:
2025-08-07 22:37:21 +08:00
xiaojunnuo
60e6aa9b54
fix: 修复 https://cas.undefined.aliyuncs.com 的bug
2025-08-07 22:31:25 +08:00
xiaojunnuo
541f482518
chore:
2025-08-07 21:56:02 +08:00
xiaojunnuo
4019b7939a
chore:
2025-08-07 18:52:20 +08:00
xiaojunnuo
013b9c4c7c
perf: 部署到阿里云支持选择bucket和域名
2025-08-07 18:30:47 +08:00
xiaojunnuo
79addfda42
chore: issue template
2025-08-07 14:35:21 +08:00
xiaojunnuo
8546bda471
chore:
2025-08-07 11:48:26 +08:00
xiaojunnuo
0770f174a1
fix: 修复阿里云clb api接口没有使用region的问题
2025-08-07 11:40:13 +08:00
xiaojunnuo
5f4a89cecc
chore:
2025-08-07 11:26:14 +08:00
xiaojunnuo
cbe0b1c5a6
perf: 支持webhook部署证书
2025-08-07 11:04:25 +08:00
xiaojunnuo
0af193c505
chore: cron * 开头的 换成 0
2025-08-07 10:39:48 +08:00
xiaojunnuo
fdcfcc77a0
perf: 注册时支持填写用户名
2025-08-07 10:36:34 +08:00
xiaojunnuo
06d166d0d7
chore: 用户名注册不能为保留字
2025-08-07 10:28:21 +08:00
xiaojunnuo
b1b3e39fcd
Merge branch 'v2' into v2-dev
2025-08-07 10:23:44 +08:00
greper
5ec025a3b9
Potential fix for code scanning alert no. 31: Incomplete string escaping or encoding ( #479 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-08-07 09:57:17 +08:00
greper
58b7fbcf75
Potential fix for code scanning alert no. 26: Clear-text logging of sensitive information ( #480 )
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-08-07 08:59:47 +08:00
ayakasuki
be053d47e4
perf: 添加免费通知,OneBot V11协议通知支持 ( #491 ) @ayakasuki
2025-08-07 08:59:01 +08:00
只捱宅
fae1981161
perf: add start:server npm script for quick server launch from root directory ( #484 ) @orzyyyy
2025-08-07 08:57:13 +08:00
xiaojunnuo
fd95549de9
perf: 清理数据库备份的临时目录
2025-08-04 18:31:06 +08:00
xiaojunnuo
ff10bc05ec
chore:
2025-07-31 11:05:22 +08:00
xiaojunnuo
eb8cd53de2
fix: 修复站点监控使用自定义dns解析域名报错的bug
2025-07-31 10:44:50 +08:00
xiaojunnuo
3fc863561a
build: publish
2025-07-28 23:44:43 +08:00
xiaojunnuo
131cd94495
build: trigger build image
2025-07-28 23:44:27 +08:00
xiaojunnuo
f3a90a63b6
v1.36.14
2025-07-28 23:42:30 +08:00
xiaojunnuo
2494173aec
build: prepare to build
2025-07-28 23:38:49 +08:00
xiaojunnuo
866eb6241b
perf: 授权管理支持模糊查询
2025-07-28 23:36:10 +08:00
xiaojunnuo
86b3df1941
perf: 运行主机脚本插件支持选择运行策略
2025-07-28 23:22:38 +08:00
xiaojunnuo
e87f6d56f5
perf: cdnfly 支持 账号密码登陆授权
2025-07-28 23:20:44 +08:00
xiaojunnuo
acc890730f
perf: 1panel支持 currenNode
2025-07-28 22:41:45 +08:00
xiaojunnuo
b0707739fd
fix: 修复复制流水线为空的bug
2025-07-28 18:29:28 +08:00
xiaojunnuo
251dd1fe45
fix: 修复商用证书上传第二次运行无法使用pfx格式证书的bug
2025-07-28 16:18:49 +08:00
xiaojunnuo
b9f3dc65e0
chore: 雨云ref
2025-07-25 17:29:37 +08:00
xiaojunnuo
238ad7ce51
perf: 优化start脚本
2025-07-25 16:57:21 +08:00
xiaojunnuo
99fd5fca4d
chore:
2025-07-25 12:05:42 +08:00
xiaojunnuo
8eda77b76d
Merge branch 'v2' into v2-dev
2025-07-25 10:18:35 +08:00
ahe
81ac240ac8
perf: 新增找回密码功能 @nicheng-he
...
* feat 找回密码
* 1.发送邮件时修改模版
2.重置成功时清除登陆错误次数
* 增加自助找回密码控制
* 补充接口自助找回判断
2025-07-24 16:56:22 +08:00
xiaojunnuo
6109798fab
chore:
2025-07-24 16:23:13 +08:00
xiaojunnuo
95715a007d
perf: k8s ack、tke 支持重启ingress
2025-07-24 16:22:07 +08:00
xiaojunnuo
b33ec201ac
build: publish
2025-07-23 23:41:46 +08:00
xiaojunnuo
b53fbaf5b3
build: trigger build image
2025-07-23 23:41:31 +08:00
xiaojunnuo
1e03a2e553
v1.36.13
2025-07-23 23:40:09 +08:00
xiaojunnuo
fda7c6f67a
build: prepare to build
2025-07-23 23:37:57 +08:00
xiaojunnuo
fabb7982ff
chore:
2025-07-23 17:55:08 +08:00
xiaojunnuo
cbf206be60
chore:
2025-07-23 17:41:16 +08:00
xiaojunnuo
aa0c282205
Merge branch 'v2' into v2-dev
2025-07-23 15:59:14 +08:00
xiaojunnuo
9759365329
Merge remote-tracking branch 'origin/v2' into v2
2025-07-23 15:56:09 +08:00
ahe
e3738f6422
perf: 阿里云部分插件优化 @nicheng-he
...
1.新增RemoteAutoComplete插件
2.阿里云OSS部署插件支持自动获取BucketList
3.阿里云ESA支持选择上传到阿里云CAS产物
4.解决阿里云OSS默认接入点配置错误问题
2025-07-23 15:55:52 +08:00
ahe
9746d169f9
阿里云部分插件优化 @nicheng-he
...
1.新增RemoteAutoComplete插件
2.阿里云OSS部署插件支持自动获取BucketList
3.阿里云ESA支持选择上传到阿里云CAS产物
4.解决阿里云OSS默认接入点配置错误问题
2025-07-23 15:45:40 +08:00
xiaojunnuo
2e6d03ff00
fix: 修复阿里云发送短信验证码失败的bug
2025-07-23 11:33:02 +08:00
xiaojunnuo
f7b7d3d65e
build: publish
2025-07-23 00:18:48 +08:00
xiaojunnuo
4037cf11aa
build: trigger build image
2025-07-23 00:18:32 +08:00
xiaojunnuo
02aeb321ce
v1.36.12
2025-07-23 00:17:02 +08:00
xiaojunnuo
0012619257
build: prepare to build
2025-07-23 00:14:43 +08:00
xiaojunnuo
6f3ade0d94
Merge branch 'v2' into v2-dev
2025-07-23 00:13:58 +08:00
xiaojunnuo
cf572f328a
Merge branch 'v2' into v2-dev
2025-07-23 00:13:29 +08:00
xiaojunnuo
d1ce36038c
perf: 增加版本过低提示
2025-07-23 00:10:15 +08:00
xiaojunnuo
b382351c7b
fix: 上传到阿里云cas,证书前缀无效的bug
2025-07-22 23:53:33 +08:00
xiaojunnuo
4e5e862f58
fix: 修复自定义插件onlyAdmin报错的bug
2025-07-22 23:31:42 +08:00
xiaojunnuo
ab84835362
perf: 部署到k8s,tke,ack忽悠证书校验
2025-07-22 17:03:52 +08:00
xiaojunnuo
41ce8489dc
perf: 首页增加更新日志按钮
2025-07-22 16:42:17 +08:00
xiaojunnuo
ef3faf5832
Merge branch 'v2-dev' into v2
2025-07-22 12:27:51 +08:00
xiaojunnuo
edf089ec9e
build: publish
2025-07-22 12:27:21 +08:00
xiaojunnuo
0ae9a3605c
build: trigger build image
2025-07-22 12:27:10 +08:00
xiaojunnuo
7f9c4e52ac
v1.36.11
2025-07-22 12:25:40 +08:00
xiaojunnuo
35947f96a8
build: prepare to build
2025-07-22 12:23:42 +08:00
xiaojunnuo
b0f91f1eea
chore:
2025-07-22 12:22:54 +08:00
xiaojunnuo
13dfca1749
fix: 安全更新,备份数据库插件仅限管理员运行
2025-07-22 11:51:27 +08:00
xiaojunnuo
9d9cd8a362
build:
2025-07-19 12:02:08 +08:00
xiaojunnuo
5e5c41fda5
build:
2025-07-19 12:01:47 +08:00
xiaojunnuo
3ebdc52b3e
build:
2025-07-19 08:58:02 +08:00
xiaojunnuo
af54f48cec
Merge branch 'v2-dev' into v2
2025-07-18 23:14:52 +08:00
xiaojunnuo
8656059151
build: publish
2025-07-18 23:09:44 +08:00
xiaojunnuo
a6d38f2458
build: trigger build image
2025-07-18 23:09:27 +08:00
xiaojunnuo
085bdf5cfa
v1.36.10
2025-07-18 23:08:03 +08:00
xiaojunnuo
6883bcacee
build: prepare to build
2025-07-18 23:02:57 +08:00
xiaojunnuo
2ecc6e0368
build: prepare to build
2025-07-18 23:00:39 +08:00
xiaojunnuo
8fb5ca2fe1
chore: ip检查新旧ip变化对比逻辑修复
2025-07-18 18:24:01 +08:00
xiaojunnuo
e40345095f
perf: 账号即将过期通知
2025-07-18 18:18:01 +08:00
xiaojunnuo
ffc0c7bb7b
perf: 子域名托管重复域名不允许添加
2025-07-18 16:36:56 +08:00
xiaojunnuo
58fadc8928
chore:
2025-07-18 16:32:19 +08:00
xiaojunnuo
d96a607c04
chore:
2025-07-18 16:00:34 +08:00
xiaojunnuo
2ea2c8c05f
perf: 部署到阿里云oss插件支持选择上传到阿里云cas中的证书
2025-07-18 15:35:35 +08:00
xiaojunnuo
b15f514018
perf: 优化子域名托管的说明
2025-07-18 14:47:15 +08:00
xiaojunnuo
05a33a0ec9
fix: api接口获取不到证书的bug
2025-07-18 14:46:58 +08:00
xiaojunnuo
747d266742
fix: 企业微信通知改成text类型,因为markdown类型不支持@用户
2025-07-15 17:15:43 +08:00
xiaojunnuo
522d30545b
Merge branch 'v2-dev' into v2
2025-07-15 16:56:31 +08:00
xiaojunnuo
6135a44a8d
build: publish
2025-07-15 16:54:52 +08:00
xiaojunnuo
7c7d646792
build: trigger build image
2025-07-15 16:54:35 +08:00
xiaojunnuo
4a36fd2ec3
v1.36.9
2025-07-15 16:53:06 +08:00
xiaojunnuo
b1bcc287cb
build: prepare to build
2025-07-15 16:46:42 +08:00
xiaojunnuo
6f5868a9d7
build: prepare to build
2025-07-15 16:43:58 +08:00
xiaojunnuo
75863441f4
build: prepare to build
2025-07-15 16:41:37 +08:00
xiaojunnuo
9763cb00e5
fix: 修复ssh无法执行命令的bug
2025-07-15 16:41:15 +08:00
xiaojunnuo
521599ef39
Merge branch 'v2-dev' into v2
2025-07-15 15:47:46 +08:00
xiaojunnuo
1921a64f4b
build: publish
2025-07-15 15:36:31 +08:00
xiaojunnuo
6b73f5d555
build: trigger build image
2025-07-15 15:36:14 +08:00
xiaojunnuo
e0408f30ba
v1.36.7
2025-07-15 15:33:36 +08:00
xiaojunnuo
dca44fa093
build: prepare to build
2025-07-15 15:21:52 +08:00
xiaojunnuo
bbacb76581
build: prepare to build
2025-07-15 15:19:18 +08:00
xiaojunnuo
1da8617a53
perf: 支持上传证书到各种对象存储,oss、cos、七牛、s3、minio等
2025-07-15 15:18:35 +08:00
xiaojunnuo
e5967f7e9d
chore:
2025-07-15 15:17:11 +08:00
xiaojunnuo
65d84f9e9d
chore:
2025-07-15 15:06:59 +08:00
xiaojunnuo
93e9498b41
fix: 修复流水线页面状态没有刷新的bug
2025-07-15 15:05:09 +08:00
xiaojunnuo
95332d5db9
perf: 支持邮箱发送证书
2025-07-15 13:58:01 +08:00
xiaojunnuo
9864792bbf
fix: 修复流水线列表页报length错误的bug
2025-07-15 10:53:11 +08:00
xiaojunnuo
ca9d1eed7a
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-07-15 10:45:34 +08:00
xiaojunnuo
38e867c917
fix: 修复自定义证书检查时间重启之后不生效的bug
2025-07-15 10:42:56 +08:00
xiaojunnuo
1ff6daaa27
Merge branch 'v2-dev' into v2
2025-07-14 23:55:04 +08:00
xiaojunnuo
3ee1dbb8a5
build: publish
2025-07-14 23:54:12 +08:00
xiaojunnuo
b4571d5c98
build: trigger build image
2025-07-14 23:53:51 +08:00
xiaojunnuo
29d49d72f9
v1.36.6
2025-07-14 23:52:25 +08:00
xiaojunnuo
81de0fc7e4
build: prepare to build
2025-07-14 23:48:40 +08:00
xiaojunnuo
9d5d266d2a
build: prepare to build
2025-07-14 23:46:40 +08:00
xiaojunnuo
b97935299f
chore: auto功能 数据库升级脚本
2025-07-14 23:46:24 +08:00
xiaojunnuo
32a7ea1c16
chore:
2025-07-14 23:29:35 +08:00
xiaojunnuo
9fd95e6a1e
chore:
2025-07-14 23:26:54 +08:00
xiaojunnuo
61ba83c775
perf: 通知和定时器的删除按钮显示为红色更显眼
2025-07-14 23:25:56 +08:00
xiaojunnuo
6369fed5fc
chore:
2025-07-14 23:15:22 +08:00
xiaojunnuo
42f4d1477d
perf: OpenAPI支持autoApply参数
2025-07-14 23:02:47 +08:00
xiaojunnuo
609ac9c9a2
perf: 优化流水线列表页面、详情页面性能,精简返回数据
2025-07-14 01:36:40 +08:00
xiaojunnuo
79f2367472
chore:
2025-07-14 00:34:47 +08:00
xiaojunnuo
dfc9362084
fix: 修复运行流水线后会闪烁一下的bug
2025-07-14 00:33:42 +08:00
xiaojunnuo
487b469603
chore: 增强cname安全性
2025-07-14 00:15:46 +08:00
xiaojunnuo
19e1df1e5d
chore:
2025-07-13 23:58:07 +08:00
xiaojunnuo
fc55010888
Merge branch 'v2-dev-auto' into v2-dev
2025-07-13 23:23:47 +08:00
xiaojunnuo
56a36aa595
chore: 修复商业版翻译导致报错的bug
2025-07-13 23:20:04 +08:00
xiaojunnuo
0b3158fdd5
fix: 修复某些页面翻译不全显示错误的bug
2025-07-13 23:14:28 +08:00
xiaojunnuo
896cd950e9
chore: auto
2025-07-13 23:08:00 +08:00
xiaojunnuo
af5e1b805f
chore:
2025-07-13 18:30:04 +08:00
xiaojunnuo
3f9943270c
perf: 支持自动选择校验方式申请证书
2025-07-13 18:25:09 +08:00
xiaojunnuo
902d246d1a
perf: 部署plesk证书,支持删除未使用的证书
2025-07-13 17:10:15 +08:00
xiaojunnuo
785bee2b39
chore: auto
2025-07-12 23:00:04 +08:00
xiaojunnuo
4b335db31c
chore:
2025-07-11 18:17:11 +08:00
xiaojunnuo
4bef527ebb
Merge branch 'v2-dev' into v2-dev-auto
...
# Conflicts:
# packages/ui/certd-client/src/locales/langs/en-US/certd.ts
# packages/ui/certd-client/src/locales/langs/zh-CN/certd.ts
2025-07-11 17:44:04 +08:00
xiaojunnuo
8273031d7e
docs: 自动升级帮助文档
2025-07-11 17:37:33 +08:00
xiaojunnuo
dbf69bcd98
chore:
2025-07-11 11:11:22 +08:00
xiaojunnuo
24d3096752
build: publish
2025-07-11 10:51:21 +08:00
xiaojunnuo
9a3754fbf8
build: trigger build image
2025-07-11 10:51:05 +08:00
xiaojunnuo
c2a95a13fe
v1.36.5
2025-07-11 10:49:26 +08:00
xiaojunnuo
b46466ac96
build: prepare to build
2025-07-11 10:46:08 +08:00
xiaojunnuo
06991ddb17
chore:
2025-07-11 10:44:49 +08:00
xiaojunnuo
4b3f4a868a
fix: 某些插件找不到的bug
2025-07-11 09:45:33 +08:00
xiaojunnuo
014eff3534
build: publish
2025-07-10 23:42:44 +08:00
xiaojunnuo
c01b7ddb59
build: trigger build image
2025-07-10 23:42:27 +08:00
xiaojunnuo
0ff700849f
v1.36.4
2025-07-10 23:41:05 +08:00
xiaojunnuo
5c695dea20
build: prepare to build
2025-07-10 23:36:24 +08:00
xiaojunnuo
c7ee4ca4db
build: prepare to build
2025-07-10 23:32:50 +08:00
xiaojunnuo
c3da026b33
perf: 支持部署证书到网宿CDN
2025-07-10 23:30:33 +08:00
xiaojunnuo
98da4e1791
perf: 支持部署到阿里云vod
2025-07-10 21:40:35 +08:00
xiaojunnuo
8626b6d9f2
fix: 修复查看证书对话框翻译错误的bug
2025-07-10 18:27:56 +08:00
xiaojunnuo
80c5331a5d
perf: 站点证书即将过期通知标题颜色优化为红色
2025-07-10 17:02:48 +08:00
xiaojunnuo
39dc5c8160
chore: domain manager
2025-07-10 17:00:47 +08:00
xiaojunnuo
f3002e4fb6
chore: domain manager
2025-07-10 16:32:12 +08:00
xiaojunnuo
c451823c2b
chore: chore: auto domain entity
2025-07-09 16:00:55 +08:00
xiaojunnuo
b37cffd704
fix: 执行windows nginx命令时,改为return code判断是否执行成功
2025-07-09 15:43:25 +08:00
xiaojunnuo
2af91dbf2a
perf: 优化证书进度条颜色
2025-07-09 15:24:23 +08:00
xiaojunnuo
f2551318fc
chore: 增加多dns提供商选项支持
2025-07-09 15:10:21 +08:00
xiaojunnuo
22eb84f944
chore:
2025-07-09 15:03:04 +08:00
xiaojunnuo
1ece0915f1
perf: 重置管理员密码同时可以清除管理员的2FA设置
2025-07-09 14:49:11 +08:00
xiaojunnuo
87853a2015
perf: output-selector from参数支持更丰富的过滤规则
...
规则: pluginName:valueType:keyName
2025-07-09 14:34:24 +08:00
xiaojunnuo
46a1b74799
fix: 修复translation后分组编辑打不开的bug
2025-07-09 11:14:09 +08:00
xiaojunnuo
0f6e7e5eab
build: publish
2025-07-07 22:22:09 +08:00
xiaojunnuo
5dfa9615d2
build: trigger build image
2025-07-07 22:21:52 +08:00
xiaojunnuo
1bde777bee
v1.36.3
2025-07-07 22:20:26 +08:00
xiaojunnuo
fa4f5df3e7
build: prepare to build
2025-07-07 22:18:24 +08:00
xiaojunnuo
8a3c3810e0
build: prepare to build
2025-07-07 22:14:35 +08:00
xiaojunnuo
144532530a
perf: 优化部署到腾讯TKE插件,支持Opaque类型选择,优化填写说明
2025-07-07 21:30:45 +08:00
xiaojunnuo
0f1129e19b
chore:
2025-07-07 18:20:25 +08:00
xiaojunnuo
1f74580f15
chore: cname的key转为小写
2025-07-07 16:27:25 +08:00
xiaojunnuo
f93ba9970c
fix: 修复开放接口添加按钮文本显示问题
2025-07-07 14:21:00 +08:00
xiaojunnuo
f87a3d0892
build: publish
2025-07-07 00:47:44 +08:00
xiaojunnuo
c661ad67d0
build: trigger build image
2025-07-07 00:47:26 +08:00
xiaojunnuo
ce4dc9e3fa
v1.36.2
2025-07-07 00:45:59 +08:00
xiaojunnuo
3d2c6e6032
build: prepare to build
2025-07-07 00:43:45 +08:00
xiaojunnuo
6000a0cfe3
chore:
2025-07-07 00:41:17 +08:00
xiaojunnuo
b80c60997a
build: prepare to build
2025-07-07 00:41:03 +08:00
xiaojunnuo
35e45f0df1
build: prepare to build
2025-07-07 00:37:55 +08:00
xiaojunnuo
e65f5b9f78
chore: 优化 notification check plus
2025-07-07 00:37:44 +08:00
xiaojunnuo
5969f71e67
build: prepare to build
2025-07-07 00:22:54 +08:00
xiaojunnuo
b1307863eb
build: prepare to build
2025-07-07 00:21:47 +08:00
xiaojunnuo
9d0abe993b
chore:
2025-07-07 00:21:23 +08:00
xiaojunnuo
c53bb7cf67
perf: 证书检查支持自定义dns服务器
2025-07-07 00:10:51 +08:00
xiaojunnuo
0cea26c628
fix: 修复notification编辑按钮无法打开对话框的bug
2025-07-06 17:54:00 +08:00
xiaojunnuo
610c919c72
fix: 优化更新飞牛os证书有效期,修复某些情况下部署证书后飞牛无法访问https的bug
2025-07-04 23:05:04 +08:00
xiaojunnuo
2c35f94f7c
docs: english readme
2025-07-03 15:54:24 +08:00
xiaojunnuo
cd9a3870b3
build: trigger build image
2025-07-02 23:01:08 +08:00
xiaojunnuo
e11373f23a
1
2025-07-02 23:00:47 +08:00
xiaojunnuo
f591635fc1
build: trigger build image
2025-07-02 23:00:24 +08:00
xiaojunnuo
474b57ca61
build: trigger build image
2025-07-02 22:57:56 +08:00
xiaojunnuo
8671887abc
v1.36.1
2025-07-02 22:56:15 +08:00
xiaojunnuo
8274d1baa5
build: prepare to build
2025-07-02 22:53:59 +08:00
xiaojunnuo
bde601bfff
perf: 支持部署到七牛云DCDN
2025-07-02 22:51:22 +08:00
xiaojunnuo
a2e0951042
fix: 修复通知和触发器无法编辑的bug
2025-07-02 16:47:50 +08:00
xiaojunnuo
3c9a8a38dd
build: publish
2025-07-01 23:26:41 +08:00
xiaojunnuo
4c067fd39f
build: trigger build image
2025-07-01 23:26:24 +08:00
xiaojunnuo
5c251ee774
v1.36.0
2025-07-01 23:24:39 +08:00
xiaojunnuo
ddda691552
build: prepare to build
2025-07-01 23:22:04 +08:00
xiaojunnuo
ba73090d53
Merge branch 'v2' into v2-dev
...
# Conflicts:
# README.md
2025-07-01 23:00:15 +08:00
xiaojunnuo
a080b606ab
perf: 站点IP监控前先同步一下IP
2025-07-01 22:33:27 +08:00
xiaojunnuo
7c0f43c8a3
perf: 添加用户资料编辑功能
...
- 新增用户资料编辑对话框组件
- 添加后端更新用户资料接口
- 在用户信息页面添加编辑按钮
- 新增中英文翻译字段
- 实现头像上传和昵称修改功能
2025-07-01 16:30:07 +08:00
greper
4fad1aee6b
Update README.md
2025-07-01 15:59:38 +08:00
greper
19aec5bc8d
Update README.md
2025-07-01 15:58:34 +08:00
greper
33ee60736c
Update README.md
2025-07-01 15:55:26 +08:00
xiaojunnuo
c1bccb970f
chore: doc
2025-07-01 15:54:26 +08:00
xiaojunnuo
481cc029fa
fix: 支持自定义证书生成插件
2025-07-01 15:18:55 +08:00
xiaojunnuo
bdaf58a3c4
chore:
2025-07-01 09:30:54 +08:00
xiaojunnuo
0f64671dc0
chore:
2025-06-30 23:48:19 +08:00
xiaojunnuo
60f055f293
perf: 支持选择运行策略设置
2025-06-30 23:48:00 +08:00
xiaojunnuo
c67a9215e3
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-06-30 22:57:21 +08:00
xiaojunnuo
a0e9df6d6d
chore:
2025-06-30 21:57:17 +08:00
xiaojunnuo
8341749c04
chore: 更多翻译
2025-06-30 16:34:09 +08:00
xiaojunnuo
66d1886663
chore: 优化插件的翻页查询
2025-06-29 19:59:13 +08:00
xiaojunnuo
710e1fc278
chore:
2025-06-29 19:38:44 +08:00
xiaojunnuo
4cf98584da
perf: 阿里云waf cname站点选择支持翻页及域名查询
2025-06-29 19:36:46 +08:00
xiaojunnuo
3fb3cee423
chore: vip label translate
2025-06-29 17:41:54 +08:00
xiaojunnuo
2d1504a057
chore:
2025-06-29 16:57:28 +08:00
xiaojunnuo
4fcfd089d8
chore: code format
2025-06-29 14:09:09 +08:00
xiaojunnuo
04422a4637
chore: 模版导入式创建流水线
2025-06-29 01:33:43 +08:00
xiaojunnuo
37e6548246
Merge branch 'v2-translation' into v2-dev
...
# Conflicts:
# packages/ui/certd-client/src/components/plugins/common/remote-select.vue
# packages/ui/certd-client/src/router/source/modules/certd.ts
# packages/ui/certd-client/src/views/certd/pipeline/certd-form/use.tsx
# packages/ui/certd-client/src/views/certd/pipeline/crud.tsx
2025-06-29 00:26:34 +08:00
xiaojunnuo
a761989f3e
chore: 小修改
2025-06-29 00:25:08 +08:00
xiaojunnuo
acaa8b1731
perf: 优化中英文翻译与切换
2025-06-28 23:57:01 +08:00
greper
082f47663d
perf: 英文翻译 by @lorenzo93
...
Translation @lorenzo93
2025-06-28 21:45:48 +08:00
xiaojunnuo
92f42154d5
chore:
2025-06-28 21:08:26 +08:00
Lorenzo
fc1084ce33
More translation
2025-06-27 01:31:31 +02:00
Lorenzo
adc3ab7e0a
Add other translations
2025-06-27 00:39:00 +02:00
xiaojunnuo
dcc8c56969
perf: 模版导入流水线
2025-06-26 18:43:16 +08:00
Lorenzo
0b3472d227
Partially translate user settings
2025-06-26 00:56:43 +02:00
Lorenzo
b50121ad0b
Translate user account info page
2025-06-26 00:36:22 +02:00
Lorenzo
dfddfc3e06
Translate user security page
2025-06-26 00:16:30 +02:00
Lorenzo
34ec6210c6
Translate VIP popup
2025-06-26 00:08:13 +02:00
Lorenzo
daaef316e9
Other translations
2025-06-25 23:52:44 +02:00
Lorenzo
cdac12bb2f
Translate other parts
2025-06-25 21:01:34 +02:00
Lorenzo
3ab99647aa
First translation step
2025-06-25 20:09:29 +02:00
xiaojunnuo
529482a83e
chore: 模版创建流水线
2025-06-25 18:40:20 +08:00
xiaojunnuo
29906ec057
chore: 模版创建流水线
2025-06-25 18:18:57 +08:00
xiaojunnuo
9296ba7492
chore: 模版创建流水线
2025-06-25 14:41:27 +08:00
xiaojunnuo
821c6d807d
perf: 优化阿里云waf的日志信息
2025-06-24 11:26:38 +08:00
xiaojunnuo
991b741cbe
perf: 部署到ssh主机命令支持前置命令
2025-06-24 11:08:26 +08:00
xiaojunnuo
2559f0e822
feat: 支持模版创建流水线
2025-06-23 18:20:49 +08:00
xiaojunnuo
8bb1ed3e95
docs: 生态章节文档
2025-06-23 16:04:50 +08:00
xiaojunnuo
56ba3fcb92
Merge branch 'v2-dev' into v2-dev-template
2025-06-21 17:11:15 +08:00
xiaojunnuo
e99a20a120
chore: 腾讯云国际站类型无需加密
2025-06-20 23:18:59 +08:00
xiaojunnuo
f1a25b21a6
build: publish
2025-06-20 17:16:53 +08:00
xiaojunnuo
cf9595ce58
build: trigger build image
2025-06-20 17:16:36 +08:00
xiaojunnuo
7feece597a
v1.35.5
2025-06-20 17:14:13 +08:00
xiaojunnuo
fa16c782ca
build: prepare to build
2025-06-20 17:10:08 +08:00
xiaojunnuo
a03d0b6a4a
chore:
2025-06-20 17:09:59 +08:00
xiaojunnuo
dff76b8912
build: prepare to build
2025-06-20 17:07:59 +08:00
xiaojunnuo
cffea9a9bc
chore:
2025-06-20 17:07:26 +08:00
xiaojunnuo
43fee42198
perf: 首次打开任务日志查看页面,自动滚动到底部
2025-06-20 17:06:34 +08:00
xiaojunnuo
5cd3968929
fix: 腾讯云授权支持设置是否国际站,部署到EO插件支持国际站
2025-06-20 16:58:20 +08:00
xiaojunnuo
65dcae79f8
fix: 修复邮箱包含.号校验失败的bug
2025-06-20 16:45:29 +08:00
xiaojunnuo
2b3b75a4a5
chore:
2025-06-20 16:25:29 +08:00
xiaojunnuo
26b395110c
chore: 流水线模版初步
2025-06-19 18:17:35 +08:00
xiaojunnuo
e11b3becfd
perf: 支持批量修改通知和定时
2025-06-18 12:29:43 +08:00
xiaojunnuo
73fa937f5c
chore:
2025-06-17 13:39:40 +08:00
xiaojunnuo
6ebe2e54ac
chore:
2025-06-16 23:57:11 +08:00
xiaojunnuo
fb29a11cc9
build: publish
2025-06-13 12:24:08 +08:00
xiaojunnuo
a9e06cbf92
build: trigger build image
2025-06-13 12:23:51 +08:00
xiaojunnuo
93017c044d
v1.35.4
2025-06-13 12:22:12 +08:00
xiaojunnuo
c223ddbb9a
build: prepare to build
2025-06-13 12:19:21 +08:00
xiaojunnuo
f00aeacb8b
perf: 支持s3 access做测试
2025-06-13 12:18:26 +08:00
xiaojunnuo
5b49071d6b
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-06-13 09:53:30 +08:00
xiaojunnuo
17053a882b
chore:
2025-06-13 09:53:07 +08:00
xiaojunnuo
5e723d31a4
chore:
2025-06-13 00:40:54 +08:00
xiaojunnuo
3283bd8b75
build: publish
2025-06-13 00:40:05 +08:00
xiaojunnuo
770d3c0015
build: trigger build image
2025-06-13 00:39:33 +08:00
xiaojunnuo
d15dfafd5d
v1.35.3
2025-06-13 00:29:59 +08:00
xiaojunnuo
545c13d55c
build: prepare to build
2025-06-13 00:27:18 +08:00
xiaojunnuo
e2099ac9ca
fix: 修复重试次数设置无效的bug
2025-06-13 00:25:08 +08:00
xiaojunnuo
c937583a50
fix: 修复消息内容存在()<>等括号情况下无法发送tg通知的bug
2025-06-13 00:24:55 +08:00
xiaojunnuo
43c7a19849
perf: 支持雨云dns解析以及雨云证书更新
2025-06-12 23:51:21 +08:00
xiaojunnuo
83543487e7
perf: 支持雨云dns解析
2025-06-12 22:41:08 +08:00
xiaojunnuo
434b259525
chore:
2025-06-11 22:40:21 +08:00
xiaojunnuo
add8efaba8
chore:
2025-06-10 18:44:32 +08:00
xiaojunnuo
12ed79ca60
chore: 雨云支持
2025-06-10 18:41:25 +08:00
xiaojunnuo
1e863382d3
perf: 授权列表类型颜色优化
2025-06-10 18:40:23 +08:00
xiaojunnuo
bad3504d4a
perf: github 版本检查支持执行脚本
2025-06-10 12:13:04 +08:00
xiaojunnuo
d94f207162
chore: 首创流水线模式自动申请和部署证书,已被多个项目“借鉴”,被抄也是一种成功。
2025-06-10 10:59:40 +08:00
xiaojunnuo
2c4b7781a4
chore:
2025-06-10 10:52:58 +08:00
xiaojunnuo
4574c6ff07
chore:
2025-06-10 10:52:30 +08:00
xiaojunnuo
7b5043e87b
chore: 增加专业版过期通知
2025-06-10 10:21:09 +08:00
xiaojunnuo
a06f3ac5da
build: publish
2025-06-09 23:58:39 +08:00
xiaojunnuo
721346a40a
build: trigger build image
2025-06-09 23:58:23 +08:00
xiaojunnuo
f252871fb8
v1.35.2
2025-06-09 23:57:04 +08:00
xiaojunnuo
107196122c
build: prepare to build
2025-06-09 23:54:50 +08:00
xiaojunnuo
563c02d8da
build: prepare to build
2025-06-09 23:50:44 +08:00
xiaojunnuo
765934970a
chore: 数据库
2025-06-09 23:50:19 +08:00
xiaojunnuo
9cbdfda829
perf: 优化阿里云nlb支持部署扩展证书
2025-06-09 23:41:44 +08:00
xiaojunnuo
c1fbc8cd68
fix: 修复阿里云新加坡clb无法部署证书的bug
2025-06-09 23:41:21 +08:00
xiaojunnuo
a92107cc47
fix: 修复检查github release 插件无法保存最后版本的bug
2025-06-09 23:35:17 +08:00
xiaojunnuo
3e84e116e8
fix: 修复阿里云新加坡clb无法部署证书的bug
2025-06-09 22:46:59 +08:00
xiaojunnuo
7c0cdd169e
perf: 子域名托管帮助链接优化为打开新窗口
...
Closes https://github.com/certd/certd/issues/419
2025-06-09 22:28:56 +08:00
xiaojunnuo
424fd96615
perf: 阿里云dns操作增加重试机制
2025-06-09 11:42:25 +08:00
xiaojunnuo
ebfcea88da
chore:
2025-06-09 11:38:07 +08:00
xiaojunnuo
3c7eb2f5e2
chore: 小优化
2025-06-09 11:32:06 +08:00
xiaojunnuo
936167972f
fix: 修复站点监控定时器多次添加的bug
2025-06-09 11:14:45 +08:00
xiaojunnuo
7f6070c960
perf: history增加触发类型显示
2025-06-09 11:13:51 +08:00
xiaojunnuo
0aea9c129c
build: publish
2025-06-07 09:12:22 +08:00
xiaojunnuo
d20fb7daa8
build: trigger build image
2025-06-07 09:12:06 +08:00
xiaojunnuo
a619f8a2fe
v1.35.1
2025-06-07 09:10:46 +08:00
xiaojunnuo
0acb858d7b
build: prepare to build
2025-06-07 09:08:51 +08:00
xiaojunnuo
e459be76fe
build: prepare to build
2025-06-07 09:05:35 +08:00
xiaojunnuo
c4c59ccc75
revert:
2025-06-07 01:19:47 +08:00
xiaojunnuo
c820315409
perf: 优化流水线页面,增加下次执行时间、查看证书显示
2025-06-07 01:19:37 +08:00
xiaojunnuo
2a19b61b7a
perf: aliyun alb支持部署扩展证书
2025-06-07 00:15:16 +08:00
xiaojunnuo
e1cf64ae16
perf: 修改 HTTPS 服务器监听地址
...
- 将 HTTPS服务器的监听地址从 '0.0.0.0' 修改为 '::',以支持 IPv6
https://github.com/certd/certd/issues/416
2025-06-06 22:27:41 +08:00
xiaojunnuo
d3c2f8eb43
perf: 站点证书监控支持定时设置,重试次数设置
2025-06-06 18:20:30 +08:00
xiaojunnuo
a00453c83a
fix: 修复站点监控通知渠道设置无效的bug
2025-06-06 16:12:30 +08:00
xiaojunnuo
2eb0e54909
perf: 证书申请支持letencrypt profile选项
2025-06-06 15:12:24 +08:00
xiaojunnuo
ac87bc57e9
fix: 某些证书提供商的证书确实commonName导致无法转换证书的问题
2025-06-06 13:53:05 +08:00
xiaojunnuo
2b8ea857f0
build: publish
2025-06-06 00:12:42 +08:00
xiaojunnuo
11c52114b2
build: trigger build image
2025-06-06 00:12:26 +08:00
xiaojunnuo
f55f9b4dd3
v1.35.0
2025-06-06 00:11:09 +08:00
xiaojunnuo
cdd369ea98
build: prepare to build
2025-06-06 00:09:15 +08:00
xiaojunnuo
f2aab9f476
build: prepare to build
2025-06-06 00:02:00 +08:00
xiaojunnuo
2619dc3556
chore:
2025-06-06 00:01:39 +08:00
xiaojunnuo
1bbed351ba
Merge branch 'v2-dev' into v2
2025-06-05 23:56:47 +08:00
xiaojunnuo
4cfb2644c6
build: publish
2025-06-05 23:52:05 +08:00
xiaojunnuo
5b85c7ad39
build: trigger build image
2025-06-05 23:51:48 +08:00
xiaojunnuo
ab3a3156f2
v1.34.11
2025-06-05 23:50:29 +08:00
xiaojunnuo
28a582025e
build: prepare to build
2025-06-05 23:48:30 +08:00
xiaojunnuo
8451a83a3a
chore:
2025-06-05 23:48:14 +08:00
xiaojunnuo
92c8dcc666
build: prepare to build
2025-06-05 23:43:24 +08:00
xiaojunnuo
da68b02e1e
chore:
2025-06-05 23:43:14 +08:00
xiaojunnuo
2d7729dbe9
perf: 站点监控支持批量导入域名和ip
2025-06-05 23:31:36 +08:00
xiaojunnuo
6467edb843
fix: 修复flexcdn部署证书的顶级CA名称显示
2025-06-05 20:31:18 +08:00
xiaojunnuo
1f01b3a9ff
chore:
2025-06-05 16:57:49 +08:00
xiaojunnuo
8aa1f8926d
chore:
2025-06-05 16:54:35 +08:00
xiaojunnuo
ace363fa35
fix: 修复flexcdn证书commonNames错误的问题
2025-06-05 16:53:39 +08:00
xiaojunnuo
919f70a5fd
fix: 修复用户最大流水线数量校验的问题
2025-06-05 16:29:13 +08:00
greper
9d6ad771a3
perf: AWS 中国区 CloudFront 证书部署(IAM 证书)@wifi9984
...
feat: AWS 中国区 CloudFront 证书部署(IAM 证书) @wifi9984
2025-06-05 15:50:31 +08:00
greper
bafccb20c6
perf: 为proxmox登录添加领域字段(@yajiedesign)
...
为proxmox登录添加领域字段
2025-06-05 15:48:32 +08:00
xiaojunnuo
cef30c2af0
chore:
2025-06-05 14:59:29 +08:00
yajiedesign
ca58056a75
根据要求修改
2025-06-05 14:25:36 +08:00
xiaojunnuo
03e2e99498
perf: 分组选择支持清空选项
2025-06-05 13:49:27 +08:00
yajiedesign
fba7afc4e9
为proxmox登录添加领域字段
2025-06-05 13:39:10 +08:00
xiaojunnuo
d7dda336ec
chore:
2025-06-05 13:25:17 +08:00
xiaojunnuo
55d4395160
chore:
2025-06-05 11:26:27 +08:00
xiaojunnuo
f7d5baa6d0
fix: 修复中文域名使用cname方式校验无法通过的问题
2025-06-05 11:25:16 +08:00
xiaojunnuo
6ff509d263
perf: 增加下载日志按钮
2025-06-04 23:18:40 +08:00
xiaojunnuo
57778981a7
chore:
2025-06-04 23:06:07 +08:00
xiaojunnuo
6ac3bc564f
perf: 支持设置用户有效期
2025-06-04 23:00:37 +08:00
xiaojunnuo
82d08e2153
chore:
2025-06-04 18:43:35 +08:00
xiaojunnuo
6212cd77e8
chore:
2025-06-04 17:31:40 +08:00
xiaojunnuo
170034f943
chore:
2025-06-04 17:28:56 +08:00
xiaojunnuo
e639a8f9f1
perf: 优化cname检查,当有冲突的cname记录时,给出提示
2025-06-04 17:26:56 +08:00
greper
9d10c45dac
Merge pull request #411 from 5aaee9/v2
...
支持为 Lego 添加额外的命令参数
2025-06-04 16:41:17 +08:00
Indexyz
b84159f2f1
feat(lego): support for command options
2025-06-04 16:31:25 +08:00
xiaojunnuo
49f26b4049
fix: 修复cv4pve sdk (proxmox插件连接失败时无法正常结束任务的bug)
2025-06-04 13:36:31 +08:00
xiaojunnuo
0e7e44cee2
build: publish
2025-06-03 23:57:43 +08:00
xiaojunnuo
36e769502c
build: trigger build image
2025-06-03 23:57:27 +08:00
xiaojunnuo
a4b6580247
v1.34.10
2025-06-03 23:56:13 +08:00
xiaojunnuo
84fb1c5127
build: prepare to build
2025-06-03 23:54:07 +08:00
xiaojunnuo
ddfd0fb81d
perf: 支持部署到飞牛OS
2025-06-03 23:52:43 +08:00
xiaojunnuo
37edbf5824
perf: 支持日志写入文件
2025-06-03 18:16:35 +08:00
xiaojunnuo
e15212bf49
Merge branch 'v2' into v2-dev
2025-06-03 17:45:50 +08:00
xiaojunnuo
6a0cc1b1f3
perf: 优化流水线名称过长时的显示
2025-06-03 17:40:26 +08:00
xiaojunnuo
0e8339c701
perf: 阿里云CLB支持部署到扩展域名
2025-06-03 17:39:52 +08:00
greper
5d71a4dbde
Merge pull request #409 from 5aaee9/v2
...
修复 FlexCDN 的问题
2025-06-03 11:09:24 +08:00
xiaojunnuo
0b78030c59
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-06-03 10:24:21 +08:00
xiaojunnuo
24237c16bf
chore: 隐藏导出按钮
2025-06-03 10:23:28 +08:00
5aaee9
c48da5dea7
fix(flexcdn): fix cert upload and skipSslVerify required
2025-06-01 01:23:44 +08:00
wifi9984
6702ca10a1
feat: 完善注释
2025-05-31 22:19:34 +08:00
wifi9984
4b44bd5e61
reset pnpm-lock
2025-05-31 22:00:32 +08:00
wifi9984
8a55beda92
feat: AWS 中国区 CloudFront 证书部署(IAM 证书)
2025-05-31 21:46:21 +08:00
xiaojunnuo
a12b824339
build: publish
2025-05-31 00:57:52 +08:00
xiaojunnuo
c4a743189e
build: trigger build image
2025-05-31 00:57:34 +08:00
xiaojunnuo
85f9ef35f6
v1.34.9
2025-05-31 00:56:14 +08:00
xiaojunnuo
6de220e38a
build: prepare to build
2025-05-31 00:54:04 +08:00
xiaojunnuo
0d455d8c2f
chore: email-selector 优化
2025-05-31 00:53:05 +08:00
xiaojunnuo
f7b0b44ef6
perf: 邮箱支持保存和选择
2025-05-31 00:45:54 +08:00
xiaojunnuo
81282a9c88
chore: 通知优化
2025-05-29 23:31:39 +08:00
xiaojunnuo
a9b302e38d
perf: 不止证书自动化,插件解锁无限可能
2025-05-29 20:41:55 +08:00
xiaojunnuo
1fe4c367f7
fix: 修复Farcdn证书有效期错误的问题
2025-05-29 20:37:17 +08:00
xiaojunnuo
2de7583900
chore:
2025-05-29 09:41:21 +08:00
xiaojunnuo
356703c83e
perf: 支持github 新版本检查并发布通知
2025-05-29 00:08:10 +08:00
xiaojunnuo
1cae709b2b
build: publish
2025-05-28 23:14:49 +08:00
xiaojunnuo
46a492248f
build: trigger build image
2025-05-28 23:14:34 +08:00
xiaojunnuo
d876ea6711
v1.34.8
2025-05-28 23:13:12 +08:00
xiaojunnuo
b40b4c3cfd
build: prepare to build
2025-05-28 23:11:23 +08:00
xiaojunnuo
44980d6c46
build: prepare to build
2025-05-28 23:02:13 +08:00
xiaojunnuo
442f9647a2
chore:
2025-05-28 23:01:55 +08:00
xiaojunnuo
a06ef07178
perf: farcdn优化
2025-05-28 16:11:18 +08:00
xiaojunnuo
0c2ea5da4c
fix: 修复阿里云 esa 证书获取站点列表错误的问题
2025-05-28 16:06:38 +08:00
xiaojunnuo
45814ceb49
chore: 优化站点ip检查
2025-05-28 15:49:48 +08:00
xiaojunnuo
41f4617e66
chore: 优化站点ip检查
2025-05-28 15:12:54 +08:00
xiaojunnuo
a463711b03
perf: 优化站点ip检查
2025-05-28 13:57:31 +08:00
xiaojunnuo
3a147141b1
perf: 优化站点选择组件,切换选择时不刷新列表
2025-05-28 11:22:39 +08:00
xiaojunnuo
aea1c13bd3
chore:
2025-05-28 01:22:23 +08:00
xiaojunnuo
9cc4c017ae
perf: 站点监控支持监控IP
2025-05-28 00:57:52 +08:00
xiaojunnuo
88022747be
fix: 修复证书申请任务无法修改dns提供商类型的bug
2025-05-27 15:32:31 +08:00
xiaojunnuo
ebb292a2f7
fix: 修复部署到华为cdn,子账号ak查询不到域名的bug
2025-05-27 12:02:54 +08:00
xiaojunnuo
818998259d
perf: 支持批量重新运行
2025-05-27 11:08:08 +08:00
xiaojunnuo
36b02c2cec
fix: 同步更新namesilo接口,修复无法创建和删除dns记录的问题
2025-05-27 10:31:48 +08:00
xiaojunnuo
e6195ade3e
fix: 更新 1panel API 版本支持v1/v2设置
2025-05-27 00:22:39 +08:00
xiaojunnuo
231a875bb4
perf: 关闭腾讯云证书通知提醒
2025-05-27 00:10:50 +08:00
xiaojunnuo
378c777a38
chore:
2025-05-27 00:03:15 +08:00
xiaojunnuo
8ef63916ef
chore:
2025-05-26 23:36:19 +08:00
xiaojunnuo
f32ecdf5f1
build: trigger build image
2025-05-26 23:34:59 +08:00
xiaojunnuo
94739b9b8e
chore:
2025-05-26 23:25:43 +08:00
xiaojunnuo
023db4e04e
v1.34.7
2025-05-26 23:24:35 +08:00
xiaojunnuo
5a4b95f5fe
build: prepare to build
2025-05-26 23:20:59 +08:00
xiaojunnuo
b091657b5c
perf: 优化阿里云DCDN插件,支持多选
2025-05-26 23:10:31 +08:00
xiaojunnuo
f7bf5c9328
chore:
2025-05-26 22:50:58 +08:00
xiaojunnuo
86e521b9aa
chore:
2025-05-26 22:44:56 +08:00
xiaojunnuo
e08cf57b72
perf: 支持部署到farcdn
2025-05-26 22:22:39 +08:00
xiaojunnuo
9e06cb9a83
docs:
2025-05-26 00:03:22 +08:00
xiaojunnuo
c65e8622b8
Merge branch 'v2-dev' into v2
2025-05-26 00:00:32 +08:00
xiaojunnuo
7795efeb7a
build: publish
2025-05-25 23:46:02 +08:00
xiaojunnuo
e725e0020e
build: trigger build image
2025-05-25 23:45:46 +08:00
xiaojunnuo
8478ce25f1
v1.34.6
2025-05-25 23:44:23 +08:00
xiaojunnuo
22cdac6210
build: prepare to build
2025-05-25 23:42:01 +08:00
xiaojunnuo
3422a1a59f
perf: 站点证书监控增加通知设置
2025-05-25 23:38:25 +08:00
xiaojunnuo
f807b8cb46
fix: 修复lego模式下每次都重新申请证书的bug
2025-05-25 22:58:30 +08:00
xiaojunnuo
e1e510ce1e
fix: 修复公共插件配置修改不生效的bug,优化系统设置参数注入时机
...
- 将系统设置参数注入移至 outputContext读取输入参数之后
-修复了某些情况下系统设置参数可能被覆盖的问题
- 优化了代码结构,提高了可读性和维护性
2025-05-25 21:08:23 +08:00
xiaojunnuo
36bc3ff22d
fix: 优化 RunnableError错误信息展示
...
- 确保在不同错误场景下都能正确显示错误详情
2025-05-25 20:50:15 +08:00
xiaojunnuo
1db1ffde99
perf: 添加阿里云 ESA证书部署插件
...
- 新增 AliyunDeployCertToESA 插件类,实现证书上传和部署到阿里云 ESA 功能
- 优化证书名称生成逻辑,支持通配符域名
- 重构部分代码,提高可复用性和可维护性
- 更新相关依赖版本,确保兼容性
2025-05-22 23:21:50 +08:00
xiaojunnuo
7984b625ba
fix: 修复又拍云 CDN 设置证书参数和强制 HTTPS 配置报错的bug
2025-05-20 23:37:24 +08:00
xiaojunnuo
bb22f062ed
perf: 二次认证页面中,添加动态验证码输入框的焦点控制,提升用户体验
2025-05-20 23:28:09 +08:00
xiaojunnuo
a3086e6a5b
fix(cert): 修正证书过期时间计算逻辑
2025-05-20 23:19:50 +08:00
xiaojunnuo
1eb9bd34fd
docs:
2025-05-20 09:36:13 +08:00
xiaojunnuo
cff7baaaad
Merge branch 'v2-dev' into v2
2025-05-20 01:42:12 +08:00
xiaojunnuo
47af700375
build: publish
2025-05-20 01:40:26 +08:00
xiaojunnuo
eb7f53a1e3
build: trigger build image
2025-05-20 01:40:08 +08:00
xiaojunnuo
d23792fda2
v1.34.5
2025-05-20 01:38:18 +08:00
xiaojunnuo
b5cbb8e450
build: prepare to build
2025-05-20 01:35:39 +08:00
xiaojunnuo
fc037b4518
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-05-20 01:13:50 +08:00
xiaojunnuo
c04921f42b
docs:
2025-05-20 01:13:01 +08:00
xiaojunnuo
8af3463668
perf: aaWaf、cdnfly站点选择支持查询
2025-05-20 01:11:26 +08:00
xiaojunnuo
094565ccd6
perf: 支持部署到宝塔aaWAF
2025-05-20 00:27:18 +08:00
xiaojunnuo
07b9769504
docs:
2025-05-19 11:34:59 +08:00
xiaojunnuo
566b12f5d1
perf: 1panel增加授权测试按钮
2025-05-19 10:58:28 +08:00
xiaojunnuo
a560999d13
perf: 优化钉钉通知标题颜色
2025-05-17 01:13:36 +08:00
xiaojunnuo
a818a3d293
perf: 优化飞书通知为卡片模式
2025-05-17 00:47:28 +08:00
xiaojunnuo
4d68a174cb
Merge branch 'v2-dev' into v2
2025-05-17 00:14:16 +08:00
xiaojunnuo
905219e523
build: publish
2025-05-17 00:05:31 +08:00
xiaojunnuo
c675b87040
build: trigger build image
2025-05-17 00:05:13 +08:00
xiaojunnuo
e2dadfdc40
v1.34.4
2025-05-17 00:03:13 +08:00
xiaojunnuo
a66f9aa04d
build: prepare to build
2025-05-16 23:58:51 +08:00
xiaojunnuo
863e74dd2e
fix: 修复自建插件保存丢失部署策略的bug
2025-05-16 23:50:18 +08:00
xiaojunnuo
aebb07c5cc
perf: 调整小助手,仅在登录之后显示
2025-05-16 23:14:43 +08:00
xiaojunnuo
677fec0a0b
fix: 修复插件导入的bug
2025-05-16 08:55:54 +08:00
xiaojunnuo
61f06faaf5
chore:
2025-05-16 08:42:31 +08:00
xiaojunnuo
fcf8309c23
fix: 修复导入在线插件不生效的bug
2025-05-16 08:38:38 +08:00
xiaojunnuo
76b19a4980
fix: 修复部署flexcdn问题
2025-05-16 08:38:16 +08:00
xiaojunnuo
ed1a9fc7aa
Merge branch 'v2-dev' into v2
2025-05-16 00:21:55 +08:00
xiaojunnuo
b71e30755d
build: publish
2025-05-16 00:14:32 +08:00
xiaojunnuo
fe196d1b20
build: trigger build image
2025-05-16 00:14:14 +08:00
xiaojunnuo
0b152a3cb8
v1.34.3
2025-05-16 00:12:33 +08:00
xiaojunnuo
1a0e096ddb
build: prepare to build
2025-05-16 00:08:05 +08:00
xiaojunnuo
bf040d4c42
perf: 添加 FlexCDN 更新证书插件
...
- 新增 FlexCDNRefreshCert 插件类,实现更新证书功能
- 添加 FlexCDNAccess 授权类和 FlexCDNClient 客户端类
- 实现获取证书列表和更新证书的 API 调用
- 提供插件配置界面和执行逻辑
2025-05-16 00:04:52 +08:00
xiaojunnuo
3e2101aa5b
perf: 小助手可以关闭
2025-05-15 23:06:22 +08:00
xiaojunnuo
44f11b38e7
docs:
2025-05-15 22:54:13 +08:00
xiaojunnuo
06f8514bc1
docs(guide): 更新常见问题解答
...
- 新增 ping 域名的故障排查步骤
- 添加查看容器日志的方法
- 补充 IPv6网络配置的说明
2025-05-15 21:54:20 +08:00
xiaojunnuo
d9a9f1c25c
docs:
2025-05-15 21:10:23 +08:00
xiaojunnuo
e77f7244ba
chore:
2025-05-15 18:08:50 +08:00
xiaojunnuo
09779cd1e1
chore:
2025-05-15 14:35:45 +08:00
xiaojunnuo
11024168db
chore:
2025-05-15 14:08:30 +08:00
xiaojunnuo
304914513e
chore:
2025-05-15 14:08:14 +08:00
xiaojunnuo
03d0efcfc6
chore:
2025-05-15 13:16:29 +08:00
xiaojunnuo
0c2bdc9146
chore:
2025-05-15 13:05:07 +08:00
xiaojunnuo
188450b0c0
chore:
2025-05-15 13:03:37 +08:00
xiaojunnuo
ddf6bbfa46
docs:
2025-05-15 12:24:14 +08:00
xiaojunnuo
2c7c98a152
docs:
2025-05-15 12:20:20 +08:00
xiaojunnuo
d31ac75718
docs:
2025-05-15 11:18:31 +08:00
xiaojunnuo
4b28c659de
docs:
2025-05-15 09:38:35 +08:00
xiaojunnuo
00b937e52a
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-05-15 09:22:00 +08:00
xiaojunnuo
68f333fb87
perf: 支持部署到maoyun cdn
2025-05-15 01:03:21 +08:00
xiaojunnuo
085b4d9319
docs:
2025-05-14 16:02:49 +08:00
xiaojunnuo
b8edd14f39
refactor(ui): 优化 AI聊天功能
...
- 在打开聊天时增加对空消息的检查,避免发送无效请求
- 在发送消息时添加来源标识,以便服务端区分消息来源
- 在任务视图中增加对空日志的检查,避免触发空指针异常
2025-05-14 15:46:41 +08:00
xiaojunnuo
61a19d694b
docs: ip证书说明
2025-05-14 15:06:58 +08:00
xiaojunnuo
aa96859798
perf: 支持AI分析报错
2025-05-14 15:03:47 +08:00
xiaojunnuo
abf015f485
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-05-14 08:57:15 +08:00
xiaojunnuo
0b9a02afde
docs: docs
2025-05-14 08:56:48 +08:00
xiaojunnuo
e332ce28f8
chore: baotawaf access
2025-05-14 01:06:30 +08:00
xiaojunnuo
08e779f9f1
docs: ipv6
2025-05-13 23:06:54 +08:00
xiaojunnuo
a53b6cd28f
perf: 宝塔插件、1panel 改成完全免费版
2025-05-13 21:15:59 +08:00
xiaojunnuo
47ebab237b
Merge branch 'v2-dev' into v2
2025-05-11 20:29:59 +08:00
xiaojunnuo
5a5af60f97
build: publish
2025-05-11 20:29:09 +08:00
xiaojunnuo
50cc17c7cb
build: trigger build image
2025-05-11 20:28:45 +08:00
xiaojunnuo
a1e504c138
v1.34.2
2025-05-11 20:27:04 +08:00
xiaojunnuo
4cc413047c
build: prepare to build
2025-05-11 20:23:52 +08:00
xiaojunnuo
2397097e4d
fix: 修复部署到又拍云强制https无效的bug
2025-05-11 12:29:04 +08:00
xiaojunnuo
c88f959ec9
chore:
2025-05-11 10:55:45 +08:00
xiaojunnuo
0b2e28b62d
fix: 修复刷新流水线页面后,日志不自动更新的bug
2025-05-11 10:55:01 +08:00
xiaojunnuo
c7f2ead696
chore: doc
2025-05-11 10:22:10 +08:00
xiaojunnuo
b454e02d01
chore: doc
2025-05-11 10:04:54 +08:00
xiaojunnuo
47df2ffc3e
chore: doc
2025-05-10 22:05:21 +08:00
xiaojunnuo
d18e431e2f
perf: 支持设置网安备案号
2025-05-10 21:31:32 +08:00
xiaojunnuo
0a147d2db7
chore:
2025-05-10 20:52:23 +08:00
xiaojunnuo
ccdc933064
chore:
2025-05-10 17:29:10 +08:00
xiaojunnuo
023f2d4569
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-05-10 15:05:28 +08:00
xiaojunnuo
06a7371d2b
chore:
2025-05-10 15:04:57 +08:00
xiaojunnuo
626f5d3487
chore:
2025-05-10 13:58:08 +08:00
xiaojunnuo
8cd3b9fe2e
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-05-09 18:51:39 +08:00
xiaojunnuo
716c35d52a
chore: doc
2025-05-09 18:51:08 +08:00
xiaojunnuo
8cc0f3918b
chore: 文档增加插件列表
2025-05-08 23:47:50 +08:00
xiaojunnuo
98b51f0799
chore: 文档增加插件列表
2025-05-08 23:27:46 +08:00
xiaojunnuo
81d6dad548
chore:
2025-05-08 10:29:42 +08:00
xiaojunnuo
41bc11cf96
chore:
2025-05-08 10:29:25 +08:00
xiaojunnuo
721dbe415a
chore:
2025-05-08 10:28:44 +08:00
xiaojunnuo
f5c0b51428
chore:
2025-05-08 10:27:49 +08:00
xiaojunnuo
892c6ad80c
chore:
2025-05-08 10:23:47 +08:00
xiaojunnuo
a47805e494
chore:
2025-05-08 10:22:31 +08:00
xiaojunnuo
9dd49054d1
perf: 集成智能问答机器人
2025-05-07 14:15:32 +08:00
xiaojunnuo
f5d1d1a0b7
chore: 1
2025-05-06 17:52:39 +08:00
xiaojunnuo
d75fcb7fec
perf: http方式支持校验443端口
2025-05-06 17:01:20 +08:00
xiaojunnuo
826be45b6a
chore: 等待解析生效时长可自定义
2025-05-06 11:04:02 +08:00
xiaojunnuo
d35d9c17c5
chore: doc
2025-05-06 10:57:07 +08:00
xiaojunnuo
f9553e7d44
Merge branch 'v2-dev' into v2
2025-05-06 00:33:19 +08:00
xiaojunnuo
638c9720cf
chore: 1.34.1
2025-05-06 00:32:38 +08:00
xiaojunnuo
08a190882f
build: trigger build image
2025-05-06 00:32:25 +08:00
xiaojunnuo
bfa7530a39
chore: 1.34.1
2025-05-06 00:32:11 +08:00
xiaojunnuo
6c74148c27
v1.34.1
2025-05-06 00:21:50 +08:00
xiaojunnuo
480cad0fed
build: prepare to build
2025-05-06 00:16:10 +08:00
xiaojunnuo
32be489136
chore: parseDomain优化
2025-05-06 00:14:17 +08:00
xiaojunnuo
11801d8e2e
chore:
2025-05-05 22:20:42 +08:00
xiaojunnuo
1b280a2940
fix: 根据SOA记录判断子域名托管有缺陷,改回手动配置子域名托管记录的方式
2025-05-05 21:43:39 +08:00
xiaojunnuo
424890a1e1
chore: safePromise 优化
2025-04-30 09:38:44 +08:00
xiaojunnuo
5f85219495
perf: 支持部署证书到火山dcdn
2025-04-29 18:40:13 +08:00
xiaojunnuo
a63d687f1c
perf: 支持部署证书到unicloud
2025-04-29 13:36:24 +08:00
xiaojunnuo
f2d6c3ad83
chore: 移除 autowire
2025-04-28 23:34:08 +08:00
xiaojunnuo
0b6941d5ce
chore: 移除autowire特性
2025-04-28 21:55:23 +08:00
xiaojunnuo
048696ee93
fix: 修复宝塔授权测试按钮显示错误的bug
2025-04-28 21:33:07 +08:00
xiaojunnuo
ae51676471
Merge branch 'v2-dev' into v2
2025-04-28 17:31:04 +08:00
xiaojunnuo
27a405fb1d
build: publish
2025-04-28 17:29:04 +08:00
xiaojunnuo
e2cf65b591
build: trigger build image
2025-04-28 17:28:45 +08:00
xiaojunnuo
9749fc817d
v1.34.0
2025-04-28 17:27:05 +08:00
xiaojunnuo
e6600f2c43
build: prepare to build
2025-04-28 17:24:37 +08:00
xiaojunnuo
a664931e7a
build: prepare to build
2025-04-28 17:14:39 +08:00
xiaojunnuo
a2ba965600
chore:
2025-04-28 17:12:25 +08:00
xiaojunnuo
65255dbb50
chore: 恢复加载插件方式为注解方式
2025-04-28 17:05:14 +08:00
xiaojunnuo
a5cb8761a5
build: prepare to build
2025-04-28 16:58:59 +08:00
xiaojunnuo
e3930e0717
fix: 修复二次认证登录进入错误账号的bug
2025-04-28 16:57:30 +08:00
xiaojunnuo
afd59e9933
perf: 优化cdnfly插件,支持自动匹配域名部署
2025-04-28 00:55:39 +08:00
xiaojunnuo
8087524bef
chore: product info
2025-04-27 22:51:47 +08:00
xiaojunnuo
605440812f
Merge remote-tracking branch 'refs/remotes/origin/v2-dev-plugin-yaml' into v2-dev
...
# Conflicts:
# packages/ui/certd-server/export-plugin-yaml.js
2025-04-27 22:50:19 +08:00
xiaojunnuo
b10c6eb615
Merge branch 'v2-dev-yaml' into v2-dev
2025-04-27 21:35:36 +08:00
xiaojunnuo
a96264ff6a
chore:
2025-04-27 15:50:38 +08:00
xiaojunnuo
deb3893820
feat: 从yaml文件注册插件
2025-04-27 15:11:50 +08:00
xiaojunnuo
9b1d822b5b
chore:
2025-04-27 11:05:01 +08:00
xiaojunnuo
f933fb705c
Merge branch 'v2-dev' into v2
2025-04-27 02:01:28 +08:00
xiaojunnuo
5cd61c4c02
build: publish
2025-04-27 01:58:54 +08:00
xiaojunnuo
586fa70eac
build: trigger build image
2025-04-27 01:58:37 +08:00
xiaojunnuo
9b420ad33f
v1.33.8
2025-04-27 01:56:54 +08:00
xiaojunnuo
5891290672
build: prepare to build
2025-04-27 01:54:19 +08:00
xiaojunnuo
72a7b51d47
fix: 修复http上传方式无法清除记录文件的bug
2025-04-27 01:52:42 +08:00
xiaojunnuo
2943e0e58d
chore: oss 库 完善
2025-04-27 01:31:46 +08:00
xiaojunnuo
5abce916a8
chore:
2025-04-25 18:45:42 +08:00
xiaojunnuo
89d4be8a0a
chore:
2025-04-25 18:37:29 +08:00
xiaojunnuo
b7113bda23
perf: 七牛oss支持删除过期备份
2025-04-25 18:36:49 +08:00
xiaojunnuo
0088929622
perf: 支持反向代理增加contextPath路径
2025-04-25 18:04:59 +08:00
xiaojunnuo
b3468cf7f2
perf: 支持阿里云中文域名申请
2025-04-25 18:04:24 +08:00
xiaojunnuo
f88c5c8528
chore:
2025-04-25 02:11:23 +08:00
xiaojunnuo
687fdda7f7
chore:
2025-04-25 02:11:08 +08:00
xiaojunnuo
aec51e514c
chore:
2025-04-25 01:44:15 +08:00
xiaojunnuo
308d4600ef
perf: 数据库备份支持oss
2025-04-25 01:26:04 +08:00
xiaojunnuo
50a5fa15bb
fix: 修复token过期后,疯狂打印token过期信息的bug
2025-04-24 23:54:09 +08:00
xiaojunnuo
7d96a57d73
chore:
2025-04-24 17:27:13 +08:00
xiaojunnuo
162ebfd4e0
perf: 支持中文域名
2025-04-24 11:55:14 +08:00
xiaojunnuo
a586a92d5e
perf: 从域名的soa获取主域名,子域名托管无需额外配置
2025-04-24 11:54:54 +08:00
xiaojunnuo
3df20a924f
fix: 修复复制流水线无效的bug
2025-04-24 09:09:38 +08:00
xiaojunnuo
ddcf466e4e
docs: 升级前切记备份数据
2025-04-23 17:59:48 +08:00
xiaojunnuo
5d10cbf18d
fix: 服务器时间获取不准确的bug
2025-04-23 14:55:51 +08:00
xiaojunnuo
918ea59b9a
Merge branch 'v2-dev' into v2
2025-04-22 22:49:53 +08:00
xiaojunnuo
8d9afa7592
build: publish
2025-04-22 22:32:56 +08:00
xiaojunnuo
95e05336c2
build: trigger build image
2025-04-22 22:32:18 +08:00
xiaojunnuo
a188385817
v1.33.7
2025-04-22 22:27:50 +08:00
xiaojunnuo
0a6baf331b
build: prepare to build
2025-04-22 22:12:51 +08:00
xiaojunnuo
0e29e052d5
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-04-22 22:11:32 +08:00
xiaojunnuo
d8d255980e
chore:
2025-04-22 15:53:19 +08:00
xiaojunnuo
dc5a5fa543
chore:
2025-04-22 11:41:45 +08:00
xiaojunnuo
8638fc91ff
perf: 证书申请支持51dns
2025-04-22 11:39:09 +08:00
xiaojunnuo
96a0900edc
perf: 支持51dns
2025-04-22 11:39:07 +08:00
xiaojunnuo
abea80e3ab
perf: 添加部署证书至火山 Live
...
- 新增 VolcengineDeployToLive 插件,用于将证书部署到火山引擎视频直播
- 新增 VolcengineDeployToVOD 插件,用于将证书部署到火山引擎视频点播
- 更新 ve-client.ts,增加对 Live 和 VOD 服务的支持
2025-04-21 23:39:33 +08:00
xiaojunnuo
42dfe936b7
perf: ssh伪终端模式优化,windows下不开启
2025-04-21 17:34:26 +08:00
xiaojunnuo
8385bcc2d7
perf: ssh PTY模式登录设置
2025-04-21 17:26:42 +08:00
xiaojunnuo
9b8f60b64b
perf: 优化首页插件列表展示
2025-04-21 12:13:01 +08:00
xiaojunnuo
b9dab77c8b
Merge branch 'v2-dev' into v2
2025-04-21 00:18:53 +08:00
xiaojunnuo
474114236e
build: publish
2025-04-21 00:08:56 +08:00
xiaojunnuo
238b0b421a
build: trigger build image
2025-04-21 00:08:38 +08:00
xiaojunnuo
8abe62886a
v1.33.6
2025-04-21 00:06:48 +08:00
xiaojunnuo
78cc9cffe4
build: prepare to build
2025-04-21 00:04:13 +08:00
xiaojunnuo
59a5dd713f
chore:
2025-04-20 23:58:02 +08:00
xiaojunnuo
a39024ff03
build: prepare to build
2025-04-20 23:55:30 +08:00
xiaojunnuo
72bfbd93a8
chore:
2025-04-20 23:55:05 +08:00
xiaojunnuo
c9a3e3d9d2
perf: 新增部署到火山引擎ALB/CLB、上传到证书中心
2025-04-20 23:53:27 +08:00
xiaojunnuo
8387708901
docs:
2025-04-20 21:23:59 +08:00
xiaojunnuo
b565b4b3b9
perf: 优化华为cdn插件引用ccm证书
2025-04-20 20:16:36 +08:00
xiaojunnuo
893dcd4f24
perf: 切换到不同的分组后再打开创建对话框,会自动选择分组
2025-04-19 17:08:44 +08:00
xiaojunnuo
d613aa8f3e
perf: 优化证书流水线创建,支持选择分组
2025-04-19 16:05:24 +08:00
xiaojunnuo
5750bb7067
fix: 上传商用证书,直接粘贴文本报错的问题;修复无法上传ec加密证书的bug
2025-04-19 15:00:34 +08:00
xiaojunnuo
0e07ae6ce8
fix: 修复下载证书时提示token已过期的问题
2025-04-19 14:25:56 +08:00
xiaojunnuo
02b6351e13
docs: 宝塔network
2025-04-19 12:14:19 +08:00
xiaojunnuo
78367af830
perf: 更新license时同时绑定url
2025-04-19 11:48:40 +08:00
xiaojunnuo
dc05cd481f
perf: 优化/api缓存为0
2025-04-18 15:23:51 +08:00
xiaojunnuo
7daad5477a
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-04-18 10:17:48 +08:00
xiaojunnuo
45cdfbfae8
chore:
2025-04-18 10:17:24 +08:00
xiaojunnuo
4159534a64
Merge branch 'v2-dev' into v2
2025-04-17 23:38:29 +08:00
xiaojunnuo
3fb5c38571
build: publish
2025-04-17 23:37:26 +08:00
xiaojunnuo
59f80ebc47
build: trigger build image
2025-04-17 23:37:09 +08:00
xiaojunnuo
198a97b00c
v1.33.5
2025-04-17 23:35:14 +08:00
xiaojunnuo
3ea4e917e8
build: prepare to build
2025-04-17 23:32:08 +08:00
xiaojunnuo
60ad077172
pref: 任务日志查看页面,增加强制重新运行按钮
2025-04-17 23:31:43 +08:00
xiaojunnuo
356ad28e41
chore:
2025-04-17 23:11:04 +08:00
xiaojunnuo
e241141220
build: prepare to build
2025-04-17 23:07:14 +08:00
xiaojunnuo
14bb1b467a
chore:
2025-04-17 23:06:17 +08:00
xiaojunnuo
2bbea6fd3f
chore:
2025-04-17 23:05:52 +08:00
xiaojunnuo
48aef25b3f
perf: 登录支持双重认证
2025-04-17 22:34:21 +08:00
xiaojunnuo
8e50e5dee3
chore: plus
2025-04-17 13:41:08 +08:00
xiaojunnuo
d5d54d4d3b
chore: 2FA
2025-04-17 01:15:55 +08:00
xiaojunnuo
412e8a32dd
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-04-17 00:06:58 +08:00
xiaojunnuo
0f82cf409b
perf: 多重认证登录
2025-04-17 00:06:49 +08:00
xiaojunnuo
79df39acab
perf: 优化部署到华为云CDN,支持先上传到ccm,再使用证书id部署,修复offline状态下导致部署报错的bug
2025-04-16 09:34:04 +08:00
xiaojunnuo
d00177a9b6
chore:
2025-04-16 00:04:40 +08:00
xiaojunnuo
8786bae7dc
chore:
2025-04-16 00:03:13 +08:00
xiaojunnuo
4b3f8ca361
chore:
2025-04-16 00:02:58 +08:00
xiaojunnuo
03183218f7
chore:
2025-04-16 00:01:52 +08:00
xiaojunnuo
95b6db57e1
chore:
2025-04-15 23:57:50 +08:00
xiaojunnuo
bbe0c2457b
build: publish
2025-04-15 23:50:06 +08:00
xiaojunnuo
c894c53e69
build: trigger build image
2025-04-15 23:49:48 +08:00
xiaojunnuo
5b3fb7387d
v1.33.4
2025-04-15 23:48:00 +08:00
xiaojunnuo
feac310caf
build: prepare to build
2025-04-15 23:45:18 +08:00
xiaojunnuo
d67ec3feb3
chore:
2025-04-15 23:45:11 +08:00
xiaojunnuo
cf8abb4528
perf: 插件支持导入导出
2025-04-15 23:43:01 +08:00
xiaojunnuo
d66de26de4
Merge branch 'v2' into v2-dev
2025-04-15 21:34:13 +08:00
xiaojunnuo
e5a7ada3cf
Merge branch 'v2' into v2-dev-yaml
2025-04-15 21:19:39 +08:00
xiaojunnuo
b76fdd7fe4
Merge branch 'v2-dev' into v2-dev-yaml
2025-04-15 21:19:36 +08:00
greper
7edf3f6147
fix: 修复腾讯云部署到任意资源插件,无法使用之前已上传的腾讯云证书问题 from xinghejd/dev @xinghejd
...
fix: 修复腾讯云部署到任意资源插件,无法使用之前已上传的腾讯云证书问题
2025-04-15 21:16:49 +08:00
xinghejd
2143dff2ae
fix: 补充类型断言
2025-04-15 08:54:28 +00:00
xinghejd
32c714d1b6
fix: 修复腾讯云部署到任意资源插件,无法使用之前已上传的腾讯云证书问题
2025-04-15 08:47:57 +00:00
xiaojunnuo
84e699ee24
chore: 思维导图
2025-04-15 11:22:42 +08:00
xiaojunnuo
7fdb572b8b
chore: 思维导图
2025-04-15 11:07:27 +08:00
xiaojunnuo
91ffb0820a
chore: plugin元数据换成yaml格式
2025-04-15 00:16:57 +08:00
xiaojunnuo
cfd3b66be9
perf: 支持上传证书到华为云CCM
2025-04-14 23:31:59 +08:00
xiaojunnuo
75c4f9dea8
build: publish
2025-04-14 22:27:24 +08:00
xiaojunnuo
a76a32230d
build: trigger build image
2025-04-14 22:26:59 +08:00
xiaojunnuo
0730f5ff4f
v1.33.3
2025-04-14 22:25:16 +08:00
xiaojunnuo
c43d0a684c
build: prepare to build
2025-04-14 22:22:17 +08:00
xiaojunnuo
66f1eda6cf
chore:
2025-04-14 22:22:01 +08:00
xiaojunnuo
bf4d191c8b
fix: 修复登录错误次数过多阻止再次登录逻辑
2025-04-14 18:09:54 +08:00
xiaojunnuo
d76d56fcce
pref: 安全特性支持,站点隐藏功能
2025-04-14 17:40:23 +08:00
xiaojunnuo
251b0c58de
chore:
2025-04-14 10:06:58 +08:00
xiaojunnuo
073cca4e8e
chore:
2025-04-14 09:54:24 +08:00
xiaojunnuo
a4ad99f189
build: publish
2025-04-13 01:33:57 +08:00
xiaojunnuo
d37b910889
build: trigger build image
2025-04-13 01:33:28 +08:00
xiaojunnuo
be69244e8d
v1.33.2
2025-04-13 01:31:52 +08:00
xiaojunnuo
617f74a225
build: prepare to build
2025-04-13 01:29:05 +08:00
xiaojunnuo
a2710ddc25
perf: 修复内置插件分页查询逻辑
...
- 在前端添加 lastType 变量,用于判断类型变化并重置分页偏移量
- 在后端修改内置插件查询逻辑,支持分页请求
- 优化后端返回数据结构,使其与前端请求一致
2025-04-13 01:28:10 +08:00
xiaojunnuo
70101bfa7a
fix: 修复某些情况下无法输出日志的bug
2025-04-13 01:17:52 +08:00
xiaojunnuo
203f2984d7
chore: 1.33.1
2025-04-13 01:05:51 +08:00
xiaojunnuo
1d510e76b8
build: trigger build image
2025-04-13 01:02:07 +08:00
xiaojunnuo
64244af2cc
v1.33.1
2025-04-13 00:49:14 +08:00
xiaojunnuo
35e109882e
build: prepare to build
2025-04-13 00:45:32 +08:00
xiaojunnuo
18a32ffb0b
chore: 修复一些小问题
2025-04-13 00:45:01 +08:00
xiaojunnuo
a5af3ba0cb
build: prepare to build
2025-04-13 00:19:38 +08:00
xiaojunnuo
83bd39a9a8
chore: 1
2025-04-13 00:10:23 +08:00
xiaojunnuo
cc0657aaa8
pref: 优化插件store
2025-04-12 23:59:03 +08:00
xiaojunnuo
965dc2cb47
fix: 修复阿里云cdn证书部署失败问题,增加certname参数传入
...
- 添加证书所在地域选择功能,默认为 cn-hangzhou(杭州)
- 国际站用户可选择 ap-southeast-1(新加坡)地域
- 优化证书上传和设置流程,增加证书名称和地域参数
2025-04-12 23:58:38 +08:00
xiaojunnuo
9c4cbe17a2
fix: 修复ssh插件报length空指针的bug
...
- 在数据加密判断中增加非空检查,避免对未定义或空值进行加密判断- 提高了代码的健壮性和安全性
2025-04-12 22:04:14 +08:00
xiaojunnuo
835fcfa4ea
pref: 优化mysql版的插件脚本字段为longtext
2025-04-12 22:02:54 +08:00
xiaojunnuo
932780c578
pref: 优化部署到腾讯云任意资源插件,支持region,和资源类型选择
...
- 添加资源类型选择输入,支持多种腾讯云产品
-增加证书上传功能,支持直接上传证书到腾讯云
- 优化证书 ID 输入,支持选择上传任务或申请任务的输出- 添加 Region 输入,用于指定云资源所在地域
- 更新文档链接,提供更详细的参考信息
2025-04-12 22:02:16 +08:00
xiaojunnuo
37f160a452
pref: 增加又拍云 CDN 部署时的 HTTPS 配置选项
...
- 在插件中添加了两个新的配置项:强制 HTTPS 和开启 HTTPS- 用户可以在部署证书时选择是否强制 HTTPS 或开启 HTTPS
-根据用户选择,插件会相应地设置 CDN 域名的 HTTPS 配置
2025-04-12 22:01:29 +08:00
xiaojunnuo
f80b706fc3
chore:
2025-04-12 03:29:02 +08:00
xiaojunnuo
f78cbed4d8
perf: 镜像支持armv7
2025-04-12 03:25:43 +08:00
xiaojunnuo
e0b12c78ff
chore: build 1.33.0
2025-04-12 03:13:31 +08:00
xiaojunnuo
e7cf814a59
build: prepare to build
2025-04-12 03:13:06 +08:00
xiaojunnuo
865c45593b
chore: build 1.33.0
2025-04-12 03:12:53 +08:00
xiaojunnuo
62e6f109c7
chore: build 1.33.0
2025-04-12 03:03:26 +08:00
xiaojunnuo
60be8ed022
chore: build 1.33.0
2025-04-12 02:58:19 +08:00
xiaojunnuo
c157882900
chore: build 1.33.0
2025-04-12 02:55:28 +08:00
xiaojunnuo
a23c211a65
build: publish
2025-04-12 02:40:33 +08:00
xiaojunnuo
293ed6bd7e
build: trigger build image
2025-04-12 02:40:15 +08:00
xiaojunnuo
13ddd7c5f9
v1.33.0
2025-04-12 02:38:31 +08:00
xiaojunnuo
0de015fc8b
build: prepare to build
2025-04-12 02:35:34 +08:00
xiaojunnuo
d34fedae01
build: prepare to build
2025-04-12 02:34:03 +08:00
xiaojunnuo
7c623fc467
chore: 新增插件编辑页面跳转
...
- 在插件创建成功后跳转到编辑页面
- 优化了插件管理功能,提高了用户操作的便捷性
2025-04-12 02:33:44 +08:00
xiaojunnuo
359079c3e6
chore: v21适配多数据库
2025-04-12 02:24:38 +08:00
xiaojunnuo
ba72fa3f05
chore:
2025-04-12 02:10:17 +08:00
xiaojunnuo
23caab5b06
chore: 添加子域名托管解析设置并更新相关提示
...
- 在证书申请页面添加子域名托管解析设置入口
- 更新域名输入提示,增加子域名托管解析相关说明
- 更改子域名托管解析页面图标
2025-04-12 02:00:40 +08:00
xiaojunnuo
b506bd15a5
chore:
2025-04-12 01:48:08 +08:00
xiaojunnuo
d0d9d68fe6
feat: 支持在线自定义插件,无需源码开发
2025-04-12 01:38:48 +08:00
xiaojunnuo
88134ac130
refactor(plugin): 优化插件配置界面和功能
...
-调整插件配置界面布局和样式
- 增加插件类型和图标字段
- 修改字段显示逻辑,根据不同插件类型显示相应字段
- 优化插件服务端处理逻辑,支持不同类型的插件配置
2025-04-12 01:34:48 +08:00
xiaojunnuo
3d8a5196a0
refactor(core): 重构访问控制和插件实例化逻辑
...
- 修改访问控制和插件注册方式,使用异步函数统一实例化逻辑
- 更新相关组件和控制器以适应新的异步实例化方式
- 优化 DNS 提供商选择器,增加访问类型支持
2025-04-12 01:21:50 +08:00
xiaojunnuo
c4fb138ae8
chore:
2025-04-12 00:21:19 +08:00
xiaojunnuo
759cfdaabd
pref: 日志中加密授权信息输出替换成星号
2025-04-12 00:14:55 +08:00
xiaojunnuo
3d9620abb0
refactor(plugin): 重构插件定义和安装流程
...
- 更新插件配置格式,增加依赖库和插件类型字段
- 修改插件安装流程,支持安装依赖插件和第三方库
- 优化插件列表过滤逻辑,按类型筛选插件
- 调整 Dockerfile,使用 Node.js22 镜像并更新 pnpm 安装方式
2025-04-11 23:39:40 +08:00
xiaojunnuo
420b0394a7
Merge remote-tracking branch 'origin/v2-plugin' into v2-plugin
2025-04-11 22:38:16 +08:00
xiaojunnuo
84bb4c8b07
Merge branch 'v2-dev' into v2-plugin
2025-04-11 22:35:35 +08:00
greper
310dbb61ee
发布镜像到 GitHub Packages @5aaee9
...
发布镜像到 GitHub Packages
2025-04-11 16:53:00 +08:00
Indexyz
9b536af9e6
feat: release image to ghcr
2025-04-11 16:37:31 +08:00
xiaojunnuo
c2ca1ea1e5
chore: 新增插件额外配置功能
...
- 在插件管理中添加 extra 字段,用于存储额外配置信息
- 实现插件编辑页面的额外配置编辑功能
- 更新数据库结构,增加 extra 列
- 优化代码编辑器的导入方式
- 更新 fast-crud 相关包版本
2025-04-11 14:00:28 +08:00
greper
ada4b226de
Lego 支持设定加密算法 @5aaee9
...
Lego 支持设定加密算法
2025-04-11 12:17:37 +08:00
xiaojunnuo
67f956d4a0
pref: 支持子域名托管的域名证书申请
2025-04-11 12:14:09 +08:00
xiaojunnuo
f68af7dcf2
chore:
2025-04-10 23:44:11 +08:00
xiaojunnuo
be1b6f8edc
chore:
2025-04-10 13:30:56 +08:00
xiaojunnuo
1150f62927
Merge branch 'v2-dev' into v2-plugin
2025-04-10 11:48:45 +08:00
xiaojunnuo
b4c7a521b4
chore:
2025-04-10 11:38:51 +08:00
xiaojunnuo
5d083a1536
perf: 增加手动上传证书功能说明
2025-04-10 10:34:10 +08:00
xiaojunnuo
2f5ed3aead
fix: 升级mysql驱动,支持mysql8最新版本的认证
2025-04-10 10:24:34 +08:00
xiaojunnuo
2951df0cd9
perf: 隐藏运行策略选项
2025-04-10 09:35:50 +08:00
xiaojunnuo
ec22070957
Merge branch 'v2-dev' into v2-plugin
2025-04-10 00:22:51 +08:00
xiaojunnuo
0e36f03954
chore: plugin default
2025-04-10 00:22:05 +08:00
xiaojunnuo
57309ae3d5
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-04-09 10:07:14 +08:00
xiaojunnuo
7545194f97
chore:
2025-04-09 00:00:53 +08:00
xiaojunnuo
4bb0918e27
chore:
2025-04-08 23:36:50 +08:00
xiaojunnuo
64e5449ab3
perf: 修复tab页缓存问题
2025-04-08 23:31:25 +08:00
xiaojunnuo
a0eeb17d73
chore: 插件编辑与运行测试beta
2025-04-08 22:56:38 +08:00
xiaojunnuo
c021dd03d3
Merge branch 'v2-dev' into v2-plugin
2025-04-08 21:14:54 +08:00
xiaojunnuo
2f1683b26a
fix: 修复eab授权,没有email绑定的bug
2025-04-08 19:54:25 +08:00
xiaojunnuo
c99939f435
chore:
2025-04-08 18:06:12 +08:00
xiaojunnuo
efad8bac3c
chore:
2025-04-08 13:53:54 +08:00
xiaojunnuo
eaf68fa463
chore:
2025-04-08 13:40:58 +08:00
xiaojunnuo
9475f2e56c
chore: code-editor
2025-04-07 23:52:21 +08:00
xiaojunnuo
2e0c067cd2
chore:
2025-04-07 18:22:39 +08:00
xiaojunnuo
59a6043549
chore:
2025-04-06 23:16:54 +08:00
xiaojunnuo
840a7b7c73
chore: 插件编辑器
2025-04-06 18:06:21 +08:00
xiaojunnuo
61e322678b
chore:
2025-04-06 00:20:05 +08:00
xiaojunnuo
04acd08ad2
Merge branch 'v2-dev' into v2-plugin
2025-04-05 19:01:23 +08:00
5aaee9
f3bf4faee0
feat(lego): support set key type
2025-04-05 17:01:41 +08:00
xiaojunnuo
c3603ba220
build: publish
2025-04-05 01:37:41 +08:00
xiaojunnuo
a3a52fd12c
build: trigger build image
2025-04-05 01:37:22 +08:00
xiaojunnuo
7c4756da81
v1.32.0
2025-04-05 01:35:54 +08:00
xiaojunnuo
f4fe03c790
build: prepare to build
2025-04-05 01:33:15 +08:00
xiaojunnuo
a748bb9352
build: prepare to build
2025-04-05 01:14:24 +08:00
xiaojunnuo
d24fb6ed48
chore:
2025-04-05 01:13:46 +08:00
xiaojunnuo
021dc5b82c
Merge branch 'v2-dev' into v2-plugin
2025-04-05 00:48:23 +08:00
xiaojunnuo
9339b78f80
perf: 又拍云支持云存储
2025-04-05 00:47:34 +08:00
xiaojunnuo
8449f8580d
perf: 又拍云支持云存储
2025-04-05 00:46:56 +08:00
xiaojunnuo
0948c5bc69
perf: 优化华为dns解析记录创建和删除问题
2025-04-05 00:24:57 +08:00
xiaojunnuo
857589b365
feat: 优化证书申请速度,修复某些情况下letsencrypt 校验失败的问题
2025-04-04 23:17:05 +08:00
xiaojunnuo
c39b1bf823
fix: 修复从本地dns获取记录报错的bug
2025-04-04 20:46:48 +08:00
xiaojunnuo
545aa50898
Merge branch 'v2-dev' into v2-plugin
2025-04-04 20:14:24 +08:00
xiaojunnuo
298006a4b9
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-04-03 11:40:56 +08:00
xiaojunnuo
903a4131ab
fix: 创建cname记录移除域名两端的空格
2025-04-03 11:39:36 +08:00
xiaojunnuo
a0ec0ddb14
build: publish
2025-04-03 00:33:32 +08:00
xiaojunnuo
46eb876f9b
build: trigger build image
2025-04-03 00:33:07 +08:00
xiaojunnuo
8374c3941a
v1.31.11
2025-04-03 00:31:04 +08:00
xiaojunnuo
8cec14c2ff
build: prepare to build
2025-04-03 00:28:39 +08:00
xiaojunnuo
c716f105bd
build: prepare to build
2025-04-03 00:26:38 +08:00
xiaojunnuo
737be1f571
chore:
2025-04-03 00:25:17 +08:00
xiaojunnuo
6f17c700b8
perf: 支持部署到京东云cdn
2025-04-03 00:19:54 +08:00
xiaojunnuo
04d79f9117
perf: 支持京东云dns申请证书
2025-04-02 23:13:55 +08:00
xiaojunnuo
8145808c43
fix: 修复ssh支持键盘事件登录
2025-04-02 00:20:09 +08:00
xiaojunnuo
86d5626d92
chore:
2025-04-01 23:03:44 +08:00
xiaojunnuo
071ef281c1
chore:
2025-04-01 22:34:15 +08:00
xiaojunnuo
70760e4ede
build: publish
2025-03-30 01:50:01 +08:00
xiaojunnuo
8a32fd36ad
build: trigger build image
2025-03-30 01:49:43 +08:00
xiaojunnuo
2e30fff221
v1.31.10
2025-03-30 01:47:57 +08:00
xiaojunnuo
667ffa5dff
build: prepare to build
2025-03-30 01:43:56 +08:00
xiaojunnuo
d271120c24
chore:
2025-03-30 01:43:03 +08:00
xiaojunnuo
a03ae5a216
perf: tab增加图标显示
2025-03-30 01:41:27 +08:00
xiaojunnuo
0e73fa40bc
chore:
2025-03-30 00:44:01 +08:00
xiaojunnuo
5d6f0d8546
pref(plugin-volcengine): 新增火山引擎 CDN部署功能
2025-03-30 00:30:42 +08:00
xiaojunnuo
41e23fb6a8
pref: 优化查找TXT记录逻辑,提升CNAME解析效率
2025-03-29 23:10:59 +08:00
xiaojunnuo
4e15556e5e
perf: 升级lego版本到4.22.2
2025-03-29 10:47:12 +08:00
xiaojunnuo
bf30b7afae
perf: 优化华为dns接口报错信息输出
2025-03-29 09:01:33 +08:00
xiaojunnuo
8801afa586
chore:
2025-03-28 23:51:32 +08:00
xiaojunnuo
47804353f9
build: trigger build image
2025-03-28 23:51:12 +08:00
xiaojunnuo
be58e3084b
v1.31.9
2025-03-28 23:49:37 +08:00
xiaojunnuo
71d5ab21ed
build: prepare to build
2025-03-28 23:47:13 +08:00
xiaojunnuo
993bc7432f
perf: 站点监控保存时异步检查
2025-03-28 23:46:44 +08:00
xiaojunnuo
99ff879d93
perf: dns支持火山引擎
2025-03-28 23:27:24 +08:00
xiaojunnuo
caa15b4735
fix: 修复华为云dns接口请求出错的bug
2025-03-28 21:23:29 +08:00
xiaojunnuo
cc8da0cf13
fix: 修复网站证书监控https port设置无效的bug
2025-03-28 09:10:49 +08:00
xiaojunnuo
0b6618ff70
fix: 修复某些情况下站点证书监控报undefined.includes的错误
2025-03-27 17:10:46 +08:00
xiaojunnuo
6f180f534c
build: publish
2025-03-26 22:03:01 +08:00
xiaojunnuo
4220ef2a5b
build: trigger build image
2025-03-26 22:02:41 +08:00
xiaojunnuo
2acaa66635
v1.31.8
2025-03-26 22:01:03 +08:00
xiaojunnuo
ee5eecbec1
build: prepare to build
2025-03-26 21:57:43 +08:00
xiaojunnuo
687bb8a237
fix: 修复lego模式无法创建流水线的bug
2025-03-26 21:54:34 +08:00
xiaojunnuo
e51123a951
perf: 优化scp上传
2025-03-26 21:48:51 +08:00
xiaojunnuo
92bb12e2e3
chore:
2025-03-26 20:54:33 +08:00
xiaojunnuo
fd0536bd4b
perf: 支持又拍云cdn
2025-03-26 20:48:26 +08:00
xiaojunnuo
57389a79a1
perf: 支持又拍云cdn
2025-03-26 20:47:50 +08:00
xiaojunnuo
6cd7bddc37
fix: 修复编辑通知勾选默认,导致出现多个默认通知的bug
2025-03-26 12:06:20 +08:00
xiaojunnuo
c3c5006daa
perf: 优化通知格式
2025-03-26 12:05:28 +08:00
xiaojunnuo
27a8a57cf5
fix: 修复网站监控无法设置端口的bug
2025-03-26 09:21:13 +08:00
xiaojunnuo
3bded6fdcc
chore:
2025-03-25 11:14:28 +08:00
xiaojunnuo
c7f31337ce
chore:
2025-03-25 11:12:24 +08:00
xiaojunnuo
fd507f2692
perf: 优化txt本地校验效率
2025-03-25 11:08:25 +08:00
xiaojunnuo
96a39ef9c3
chore:
2025-03-25 09:19:32 +08:00
xiaojunnuo
81a8d6c3bf
chore:
2025-03-25 00:18:52 +08:00
xiaojunnuo
d4719208f0
chore:
2025-03-25 00:18:36 +08:00
xiaojunnuo
c36dce6464
chore:
2025-03-25 00:17:38 +08:00
xiaojunnuo
2da4474bb1
chore:
2025-03-25 00:17:08 +08:00
xiaojunnuo
cab11202c7
build: publish
2025-03-25 00:05:26 +08:00
xiaojunnuo
21d7d35bb1
build: trigger build image
2025-03-25 00:05:04 +08:00
xiaojunnuo
0725c663c4
v1.31.7
2025-03-25 00:03:50 +08:00
xiaojunnuo
ce82239c8b
build: prepare to build
2025-03-25 00:01:49 +08:00
xiaojunnuo
2523008cb6
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-03-24 23:59:24 +08:00
xiaojunnuo
69212b9ad1
build: publish
2025-03-24 23:52:43 +08:00
xiaojunnuo
636cb3399b
build: trigger build image
2025-03-24 23:52:22 +08:00
xiaojunnuo
86ca35ce33
v1.31.6
2025-03-24 23:51:00 +08:00
xiaojunnuo
675ab31305
build: prepare to build
2025-03-24 23:48:42 +08:00
xiaojunnuo
83c2d743bc
chore:
2025-03-24 23:48:34 +08:00
xiaojunnuo
2c87b3d906
build: prepare to build
2025-03-24 23:47:10 +08:00
xiaojunnuo
05b6159802
perf: 上传到主机支持scp方式
2025-03-24 23:45:45 +08:00
xiaojunnuo
c56f48c1e3
perf: 优化图标
2025-03-24 21:27:31 +08:00
xiaojunnuo
e18e399ce6
perf: 支持部署到lucky
2025-03-24 18:39:22 +08:00
xiaojunnuo
d66ade4e47
perf: 增加服务器时间警告
2025-03-24 18:39:08 +08:00
xiaojunnuo
90b045af6d
fix: 修复dns.la无法申请证书的bug
2025-03-24 09:38:18 +08:00
xiaojunnuo
5cccb21175
chore:
2025-03-24 00:10:01 +08:00
xiaojunnuo
1a71969403
chore:
2025-03-24 00:05:19 +08:00
xiaojunnuo
389a1fbd04
build: publish
2025-03-22 15:05:31 +08:00
xiaojunnuo
ca02ae6183
build: trigger build image
2025-03-22 15:05:11 +08:00
xiaojunnuo
92446cb048
v1.31.5
2025-03-22 15:03:34 +08:00
xiaojunnuo
954ce4533f
build: prepare to build
2025-03-22 15:01:00 +08:00
xiaojunnuo
f7b88f9e3b
fix: 修复通知选择器无法选择的bug
...
https://github.com/certd/certd/issues/351
2025-03-22 15:00:17 +08:00
xiaojunnuo
736fe038eb
fix: 修复证书流水线创建失败的bug
2025-03-22 14:59:54 +08:00
xiaojunnuo
abcd257db0
build: publish
2025-03-22 02:10:40 +08:00
xiaojunnuo
c38b5f3cdc
build: trigger build image
2025-03-22 02:10:22 +08:00
xiaojunnuo
b649617e04
v1.31.4
2025-03-22 02:09:07 +08:00
xiaojunnuo
a4e2287101
build: prepare to build
2025-03-22 02:06:56 +08:00
xiaojunnuo
fbb66f3c43
perf: 手动上传证书部署流水线
2025-03-22 02:06:02 +08:00
xiaojunnuo
fedf90ea78
chore:
2025-03-21 23:40:31 +08:00
xiaojunnuo
d558d50102
chore:
2025-03-21 23:11:58 +08:00
xiaojunnuo
656cb89fe8
chore:
2025-03-21 12:23:59 +08:00
xiaojunnuo
1e6ddd250e
chore:
2025-03-21 11:08:58 +08:00
xiaojunnuo
1de8eee6ea
fix: 修复dns.la域名申请失败的bug
2025-03-21 11:07:15 +08:00
xiaojunnuo
425bba67c5
perf: 流水线增加上传证书快捷方式
2025-03-21 01:02:57 +08:00
xiaojunnuo
8b0daf7200
chore:
2025-03-20 23:19:14 +08:00
xiaojunnuo
589a373142
perf: 宝塔支持doker站点证书部署
2025-03-20 23:09:36 +08:00
xiaojunnuo
0cfc71e4bf
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-03-19 15:01:55 +08:00
xiaojunnuo
92dabe6276
docs: docs sitemap
2025-03-19 15:01:14 +08:00
xiaojunnuo
d1b61b6bf9
chore: 支持手动上传证书并部署
2025-03-19 00:28:50 +08:00
xiaojunnuo
873f2b618b
perf: 保存调整后的列宽
2025-03-18 10:00:16 +08:00
xiaojunnuo
4453070060
chore: 支持手动上传证书并部署
2025-03-18 01:02:20 +08:00
xiaojunnuo
de40be430b
chore: 支持手动上传证书并部署
2025-03-18 00:52:50 +08:00
xiaojunnuo
29a6a992f0
chore:
2025-03-17 18:28:33 +08:00
xiaojunnuo
0a7d2d6264
chore:
2025-03-17 18:27:52 +08:00
xiaojunnuo
e09f92f9ee
chore:
2025-03-17 18:24:55 +08:00
xiaojunnuo
9be1ecc8aa
fix: 修复站点监控通知通过webhook发送失败的bug
2025-03-17 18:20:15 +08:00
xiaojunnuo
729b19c8da
perf: 站点监控,手动测试也发通知
2025-03-17 16:55:23 +08:00
xiaojunnuo
a9fffa5180
perf: 支持手动上传证书并部署
2025-03-17 00:19:01 +08:00
xiaojunnuo
0069c0e399
perf: 站点证书监控支持模糊查询
2025-03-17 00:16:56 +08:00
xiaojunnuo
b6fd38e293
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-03-17 00:06:31 +08:00
xiaojunnuo
36aa7f82b0
perf: 创建证书流水线时,支持更多参数展开
2025-03-17 00:06:03 +08:00
xiaojunnuo
d01004d530
perf: 优化选择任务时手机版展示效果
2025-03-16 21:37:57 +08:00
xiaojunnuo
d85a02feeb
perf: 流水线页面可以鼠标按住左右拖动
2025-03-16 21:16:14 +08:00
xiaojunnuo
b82e1dcd62
perf: 支持飞书通知
2025-03-14 13:16:48 +08:00
xiaojunnuo
74c6a2266f
build: publish
2025-03-14 01:19:31 +08:00
xiaojunnuo
9754223f31
build: trigger build image
2025-03-14 01:19:12 +08:00
xiaojunnuo
cfbbac9796
v1.31.3
2025-03-14 01:17:37 +08:00
xiaojunnuo
fece8955cf
build: prepare to build
2025-03-14 01:15:22 +08:00
xiaojunnuo
170b2afb0e
perf: 1panel支持 apikey方式授权
2025-03-14 01:14:04 +08:00
xiaojunnuo
ee8af18d0a
perf: 支持dns.la
2025-03-14 00:53:31 +08:00
xiaojunnuo
27386ea04d
perf: cf授权支持配置http代理
2025-03-14 00:34:31 +08:00
xiaojunnuo
0d71a8ee50
perf: 套餐支持3天7天等选项
2025-03-14 00:28:20 +08:00
xiaojunnuo
82a72e0b49
perf: 支持部署到天翼云CDN
2025-03-14 00:16:34 +08:00
xiaojunnuo
5035c123f0
chore:
2025-03-13 23:05:36 +08:00
xiaojunnuo
474b3372d8
fix: 修复阿里云fc获取不到列表的bug
2025-03-12 14:29:41 +08:00
xiaojunnuo
be87124ada
perf: 证书仓库增加有效期显示
2025-03-12 11:15:46 +08:00
xiaojunnuo
aa3032db35
build: publish
2025-03-12 10:27:06 +08:00
xiaojunnuo
a4ead79888
build: trigger build image
2025-03-12 10:26:50 +08:00
xiaojunnuo
98445afd3e
v1.31.2
2025-03-12 10:25:30 +08:00
xiaojunnuo
3eb9671640
build: prepare to build
2025-03-12 10:23:41 +08:00
xiaojunnuo
95fb4e3e8b
fix: 修复cname记录查找bug
2025-03-12 10:17:12 +08:00
xiaojunnuo
818015d24a
build: publish
2025-03-11 23:34:04 +08:00
xiaojunnuo
e11bd3e813
build: trigger build image
2025-03-11 23:33:45 +08:00
xiaojunnuo
2a4d64af95
v1.31.1
2025-03-11 23:32:00 +08:00
xiaojunnuo
d73cb4be2b
build: prepare to build
2025-03-11 23:29:21 +08:00
xiaojunnuo
82752040f8
build: trigger build image
2025-03-11 23:27:04 +08:00
xiaojunnuo
1bde6d8b9c
build: prepare to build
2025-03-11 23:23:44 +08:00
xiaojunnuo
be55d36f67
chore:
2025-03-11 23:22:44 +08:00
xiaojunnuo
f07724372d
chore:
2025-03-11 23:11:24 +08:00
xiaojunnuo
5b8d5dd975
perf: 一些手机端适配优化
2025-03-11 22:25:14 +08:00
xiaojunnuo
e36aa065e9
chore:
2025-03-11 18:05:36 +08:00
xiaojunnuo
45486ef399
chore:
2025-03-11 11:16:02 +08:00
xiaojunnuo
4fedf6f452
chore:
2025-03-11 11:14:02 +08:00
xiaojunnuo
702b80ef75
build: publish
2025-03-11 01:34:44 +08:00
xiaojunnuo
a5c7789dbc
build: trigger build image
2025-03-11 01:34:24 +08:00
xiaojunnuo
bddef199ff
v1.31.0
2025-03-11 01:32:37 +08:00
xiaojunnuo
fa6fc07009
build: prepare to build
2025-03-11 01:30:42 +08:00
xiaojunnuo
8d9b44528b
chore:
2025-03-11 01:30:36 +08:00
xiaojunnuo
1d108d775c
build: prepare to build
2025-03-11 01:27:06 +08:00
xiaojunnuo
7af111ac57
chore:
2025-03-11 01:25:35 +08:00
xiaojunnuo
6451f00639
Merge branch 'v2' into v2-dev
2025-03-11 01:16:42 +08:00
xiaojunnuo
31718d1a4a
chore:
2025-03-11 01:14:14 +08:00
xiaojunnuo
832b74b66b
chore:
2025-03-11 01:07:44 +08:00
xiaojunnuo
082802e119
perf: 历史记录查看详情,可以切换到对应的历史记录日志上去
2025-03-11 00:46:51 +08:00
xiaojunnuo
efa9c748c5
perf: 流水线同一个阶段任务优化为并行执行
2025-03-11 00:46:03 +08:00
xiaojunnuo
fc8bef5aae
perf: 通知支持钉钉群聊机器人
2025-03-11 00:29:18 +08:00
xiaojunnuo
441b15ed2f
fix: ProxmoxUploadCert 增加强制部署证书
...
https://github.com/certd/certd/issues/337
2025-03-10 22:48:49 +08:00
xiaojunnuo
11d1f6e141
chore: 优化
2025-03-10 16:51:59 +08:00
xiaojunnuo
0f5b9564c6
chore: 优化
2025-03-10 16:06:40 +08:00
xiaojunnuo
0c8a84656a
chore: 优化
2025-03-10 15:45:24 +08:00
xiaojunnuo
330f91e15b
chore:
2025-03-10 00:06:49 +08:00
xiaojunnuo
490141a920
chore:
2025-03-09 23:51:53 +08:00
xiaojunnuo
1e288b14d0
chore: vip modal
2025-03-09 23:42:00 +08:00
xiaojunnuo
81df96bf45
perf: 易支付支持固定支付方式,适合没有收银台版本使用
2025-03-09 23:26:53 +08:00
xiaojunnuo
d1ab5f74a6
chore: headerMenu 优化
2025-03-09 16:22:22 +08:00
xiaojunnuo
e43dd03132
chore: 购买免费套餐时,先弹出确认对话框
2025-03-09 15:53:58 +08:00
xiaojunnuo
2c6d64976f
chore: useTitle
2025-03-09 01:14:44 +08:00
xiaojunnuo
065713cdb6
perf: 支持易盾RCDN部署
2025-03-09 01:08:57 +08:00
xiaojunnuo
746d3c97c3
chore: 集成vben
2025-03-07 18:05:31 +08:00
xiaojunnuo
9557fc799e
chore: 集成vben
2025-03-07 18:01:51 +08:00
xiaojunnuo
8fcabc5e9f
feat: 升级前端框架,适配手机端
2025-03-06 23:40:58 +08:00
GitHub Actions Bot
2b4b15f558
🔱 : [client] sync upgrade with 6 commits [trident-sync]
...
chore:
chore: help menu
chore: help menu
fix: 修复 antdv 弹出菜单边框过大的问题
fix: 修复 antdv懒加载后dropdown按钮无法点击的bug
2025-03-05 19:24:47 +00:00
xiaojunnuo
057b0b4565
perf: 升级midwayjs版本
2025-03-06 00:35:48 +08:00
greper
70a2402521
fix: 修复CDN插件我爱云因更换接口导致部署失败的问题 from LjyLab/v2
...
fix: 修复CDN插件我爱云因更换接口导致部署失败的问题
2025-03-05 23:52:44 +08:00
xiaojunnuo
de34db3394
chore:
2025-03-05 23:51:23 +08:00
xiaojunnuo
0c2ae792ec
chore:
2025-03-05 23:21:09 +08:00
xiaojunnuo
a4c0b92777
chore:
2025-03-05 22:38:36 +08:00
XiaoJun
b9d78135e0
Merge remote-tracking branch 'origin/v2' into v2
...
# Conflicts:
# packages/ui/certd-server/src/plugins/plugin-woai/plugins/plugin-deploy-to-cdn.ts
2025-03-05 21:23:41 +08:00
XiaoJun
5641c19502
fix: 修复CDN插件我爱云因更换接口导致部署失败的问题
2025-03-05 21:20:39 +08:00
XiaoJun
0110dfdb70
fix: 修复CDN插件我爱云因更换接口导致部署失败的问题
2025-03-05 21:02:14 +08:00
GitHub Actions Bot
140606744b
🔱 : [client] sync upgrade with 5 commits [trident-sync]
...
build: publish success
perf: antdv 异步加载,加快首页打开速度
perf: 精简lodash
chore: 兼容手机版
2025-03-04 19:24:24 +00:00
GitHub Actions Bot
335d175d57
🔱 : [client] sync upgrade with 7 commits [trident-sync]
...
chore:
Merge branch 'vben'
# Conflicts:
# package.json
perf: antdv示例改成使用vben框架
chore: vben
chore: vben
chore: vben
2025-03-03 19:24:51 +00:00
xiaojunnuo
779db9da70
perf: 是否允许爬虫爬取增加ui设置选项
2025-02-27 00:10:07 +08:00
xiaojunnuo
5d29a08ab7
chore: robots.txt
2025-02-26 23:57:52 +08:00
xiaojunnuo
1fe3365e10
fix: 修复webhook headers value中带等号是解析错误的bug
...
https://github.com/certd/certd/issues/316
2025-02-26 21:19:58 +08:00
xiaojunnuo
f0584c88e8
build: publish
2025-02-25 01:08:54 +08:00
xiaojunnuo
c7620dfc48
build: trigger build image
2025-02-25 01:08:36 +08:00
xiaojunnuo
5d6a945763
v1.30.6
2025-02-25 01:05:51 +08:00
xiaojunnuo
4fe5939d0b
build: prepare to build
2025-02-25 01:03:46 +08:00
xiaojunnuo
bcaf54d4cb
perf: 支持部署到阿里云FC3.0
2025-02-25 01:02:29 +08:00
xiaojunnuo
44d43f45cb
perf: 支持新版本LeCDN
2025-02-24 18:07:08 +08:00
GitHub Actions Bot
de26ee9383
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
build: publish success
2025-02-23 19:23:42 +00:00
GitHub Actions Bot
d442462952
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
build: publish success
2025-02-22 19:23:46 +00:00
GitHub Actions Bot
558fc9f306
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
fix: 修复4.2.x版本antdv导致modal全屏无效的bug
2025-02-20 19:24:20 +00:00
xiaojunnuo
9f0ee219d0
perf: 上传到阿里云证书名称后缀增加毫秒时间戳
2025-02-20 11:13:46 +08:00
xiaojunnuo
5164116bde
perf: 禁止爬虫爬取本网站
2025-02-18 15:23:56 +08:00
xiaojunnuo
02404bc97e
docs: deploy
2025-02-17 17:38:22 +08:00
xiaojunnuo
0ebdb037b5
Merge remote-tracking branch 'origin/v2-dev' into v2-dev
2025-02-17 17:37:57 +08:00
xiaojunnuo
a8b60c32b3
docs: deploy
2025-02-17 17:27:07 +08:00
xiaojunnuo
416621d503
docs: deploy
2025-02-17 17:18:41 +08:00
xiaojunnuo
b917eb447c
chore:
2025-02-14 15:36:02 +08:00
xiaojunnuo
2ce3c71b88
chore:
2025-02-14 15:26:34 +08:00
xiaojunnuo
ca13bfa5f8
build: publish
2025-02-14 15:10:22 +08:00
xiaojunnuo
d8812196f3
build: trigger build image
2025-02-14 15:10:01 +08:00
xiaojunnuo
4e750bdbe1
v1.30.5
2025-02-14 15:07:36 +08:00
xiaojunnuo
f59a37b77c
build: prepare to build
2025-02-14 15:05:55 +08:00
xiaojunnuo
ea3db93db9
chore:
2025-02-14 15:05:13 +08:00
xiaojunnuo
26f2c9fea2
v1.30.4
2025-02-14 14:58:54 +08:00
xiaojunnuo
290cc0d1bb
build: prepare to build
2025-02-14 14:56:19 +08:00
xiaojunnuo
78044c062e
fix: 适配最新版1panel密码编码方式
2025-02-14 14:55:15 +08:00
xiaojunnuo
3a2f653229
build: publish
2025-02-14 01:49:16 +08:00
xiaojunnuo
bbe22e6f36
build: trigger build image
2025-02-14 01:48:53 +08:00
xiaojunnuo
d4474ff0fb
v1.30.3
2025-02-14 01:46:30 +08:00
xiaojunnuo
c7979f1be5
build: prepare to build
2025-02-14 01:44:45 +08:00
xiaojunnuo
ada0b7106e
fix: 修复新版本1panel密码需要加密,无法登录的问题
2025-02-14 01:43:52 +08:00
xiaojunnuo
c3a5542935
fix: 修复腾讯云CLB多域名同证书部署报错的bug
...
https://github.com/certd/certd/issues/314
2025-02-14 00:42:25 +08:00
GitHub Actions Bot
2eebb3388a
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
chore:
2025-02-12 19:24:12 +00:00
xiaojunnuo
287c3688fd
build: publish
2025-02-09 16:12:21 +08:00
xiaojunnuo
3948b3993f
build: trigger build image
2025-02-09 16:12:04 +08:00
xiaojunnuo
bcacafeb84
v1.30.2
2025-02-09 16:09:40 +08:00
xiaojunnuo
2193ddfabe
build: prepare to build
2025-02-09 16:07:13 +08:00
xiaojunnuo
29ae0b7dca
build: prepare to build
2025-02-09 16:06:03 +08:00
xiaojunnuo
904837df12
chore:
2025-02-09 16:05:36 +08:00
xiaojunnuo
00c2da444f
fix: 修复cloudflare删除解析记录报错的bug
2025-02-09 15:50:08 +08:00
xiaojunnuo
13d0dde9f4
chore:
2025-02-08 22:21:45 +08:00
xiaojunnuo
548f2a960c
chore: 增加切换数据库文档
2025-02-08 22:16:27 +08:00
GitHub Actions Bot
fe4367c580
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
chore:
2025-01-24 19:24:01 +00:00
xiaojunnuo
71803f891d
chore:
2025-01-24 20:02:11 +08:00
xiaojunnuo
75a38d95f3
perf: 上传自定义证书
2025-01-24 18:04:17 +08:00
xiaojunnuo
c89686a2fd
fix: 当前置任务被删除时进行校验
2025-01-24 16:35:40 +08:00
xiaojunnuo
398323533a
chore:
2025-01-22 15:43:37 +08:00
xiaojunnuo
a773872cf3
chore:
2025-01-22 15:35:46 +08:00
xiaojunnuo
2eb0d55f92
build: publish
2025-01-20 23:40:07 +08:00
xiaojunnuo
54bd1ad0fa
build: trigger build image
2025-01-20 23:39:49 +08:00
xiaojunnuo
089825d360
v1.30.1
2025-01-20 23:37:28 +08:00
xiaojunnuo
333629caff
build: prepare to build
2025-01-20 23:35:50 +08:00
xiaojunnuo
d715cd1129
chore:
2025-01-20 23:30:54 +08:00
xiaojunnuo
15d6eaf553
perf: http方式校验,选择sftp时,支持修改文件访问权限比如777
2025-01-20 23:29:03 +08:00
xiaojunnuo
ae5dfc3bee
fix: 修复tg消息内容中存在.和*就会发送失败的bug
2025-01-20 18:45:07 +08:00
xiaojunnuo
6ab83b662a
fix: 修复部署到阿里云ALB、NLB插件加载混乱的bug
2025-01-20 18:18:16 +08:00
xiaojunnuo
52ae6902d2
perf: 创建流水线时,默认成功时也发送通知
2025-01-20 16:20:14 +08:00
xiaojunnuo
c30adb2671
chore:
2025-01-20 11:55:13 +08:00
xiaojunnuo
e95d29f446
fix: 修复腾讯clb重复执行会报错的bug
2025-01-20 11:53:52 +08:00
xiaojunnuo
c20bb38b06
build: publish
2025-01-20 00:39:15 +08:00
xiaojunnuo
d0213d275d
build: trigger build image
2025-01-20 00:38:54 +08:00
GitHub Actions Bot
e70732c9ac
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
build: publish success
2025-01-12 19:23:54 +00:00
GitHub Actions Bot
42ad04cabd
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
perf: 支持图标选择器
2025-01-09 19:24:07 +00:00
GitHub Actions Bot
7f5e89d489
🔱 : [client] sync upgrade with 3 commits [trident-sync]
...
build: publish success
chore:
2024-12-31 19:23:58 +00:00
GitHub Actions Bot
c504f33b1f
🔱 : [client] sync upgrade with 3 commits [trident-sync]
...
build: publish success
chore:
2024-12-28 19:23:55 +00:00
GitHub Actions Bot
ed6a18dae7
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
chore: 提示优化
2024-12-24 19:23:49 +00:00
GitHub Actions Bot
844c4bf983
🔱 : [client] sync upgrade with 3 commits [trident-sync]
...
build: publish success
fix: 修复表单全屏的bug
2024-12-03 19:26:18 +00:00
GitHub Actions Bot
43961c1c18
🔱 : [client] sync upgrade with 3 commits [trident-sync]
...
perf: rowHandle按钮支持render,删除按钮提供popcomfirm风格示例
perf: table-select open支持context参数
2024-12-02 19:26:32 +00:00
GitHub Actions Bot
7b42d7252e
🔱 : [client] sync upgrade with 5 commits [trident-sync]
...
build: publish success
perf: 增加card列表示例
fix: 修复antdv4新页面打开示例不显示表单的bug
chore:
2024-11-26 19:26:27 +00:00
GitHub Actions Bot
4aa136189a
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
build: publish success
2024-11-18 19:25:37 +00:00
GitHub Actions Bot
c66802af2d
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
fix: 修复dict-select多选情况下selected-change返回为空的bug
2024-11-15 19:25:37 +00:00
GitHub Actions Bot
49e65c611f
🔱 : [client] sync upgrade with 3 commits [trident-sync]
...
build: publish success
fix: 修复1.23.0 antdv下不显示pagination的bug
2024-11-13 19:24:23 +00:00
GitHub Actions Bot
abf29bc164
🔱 : [client] sync upgrade with 3 commits [trident-sync]
...
build: publish success
chore:
2024-11-11 19:23:56 +00:00
GitHub Actions Bot
08854e0ab9
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
chore:
2024-11-07 19:24:59 +00:00
GitHub Actions Bot
575416a16d
🔱 : [client] sync upgrade with 4 commits [trident-sync]
...
feat: 示例全面改成useFsAsync
chore:
perf: 示例改成useFsAsync
2024-11-06 19:26:07 +00:00
GitHub Actions Bot
3dd0783510
🔱 : [client] sync upgrade with 5 commits [trident-sync]
...
build: publish success
chore:
fix: 修复tab change后清空查询表单的bug
build: publish success
2024-11-04 19:26:56 +00:00
GitHub Actions Bot
fadb1d35b3
🔱 : [client] sync upgrade with 3 commits [trident-sync]
...
Merge remote-tracking branch 'origin/main'
fix: 修复search.formItem配置无效的bug
2024-10-30 19:26:28 +00:00
GitHub Actions Bot
27a9fc32a6
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
perf: editable row 优化添加
2024-10-26 19:23:53 +00:00
GitHub Actions Bot
7008a408ca
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
build: publish success
2024-10-24 19:26:31 +00:00
GitHub Actions Bot
b928bb46c7
🔱 : [client] sync upgrade with 7 commits [trident-sync]
...
build: publish success
chore:
perf: editable支持单元格插槽
https://github.com/fast-crud/fast-crud/issues/431
perf: 独立使用表单支持插槽
https://github.com/fast-crud/fast-crud/issues/435
perf: 表单支持左右插槽
chore:
2024-10-23 19:24:45 +00:00
GitHub Actions Bot
18c9c4a166
🔱 : [client] sync upgrade with 3 commits [trident-sync]
...
build: publish success
build: publish success
2024-10-21 19:25:06 +00:00
GitHub Actions Bot
49fa01f209
🔱 : [client] sync upgrade with 4 commits [trident-sync]
...
build: publish success
perf: 优化列设置多级表头支持级联勾选
perf: table-select支持destroyOnClose参数,以修复点击取消后,扔保留上一次选中值的bug
2024-10-13 19:27:22 +00:00
GitHub Actions Bot
fe9d443100
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
perf: 优化示例的自动调整列宽
2024-09-25 19:23:59 +00:00
GitHub Actions Bot
3dec43d8d4
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
build: publish success
2024-09-20 19:24:53 +00:00
GitHub Actions Bot
5ab2943c3a
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
fix: 修复search-slot错位的问题
2024-09-11 19:24:00 +00:00
GitHub Actions Bot
6e8b0eeca9
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
fix: 修复antdv 文件上传 success事件无效的bug
2024-09-10 19:24:33 +00:00
GitHub Actions Bot
d0c4dfca97
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
perf: 全部支持拖动调整列宽
2024-08-04 19:24:18 +00:00
GitHub Actions Bot
f4a11ed328
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
chore:
2024-07-29 19:24:00 +00:00
GitHub Actions Bot
b2971cf5fb
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
chore:
2024-07-28 19:23:50 +00:00
GitHub Actions Bot
f97827ec76
🔱 : [client] sync upgrade with 3 commits [trident-sync]
...
build: publish success
Merge remote-tracking branch 'origin/main'
2024-07-15 19:23:57 +00:00
GitHub Actions Bot
f230a2a94d
🔱 : [client] sync upgrade with 2 commits [trident-sync]
...
chore: 1
2024-07-14 19:24:39 +00:00