mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 00:36:08 +03:00
[PR #361] [MERGED] refactor: refresh webui #948
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#948
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/0xJacky/nginx-ui/pull/361
Author: @0xJacky
Created: 4/30/2024
Status: ✅ Merged
Merged: 4/30/2024
Merged by: @0xJacky
Base:
dev← Head:refresh-24.04📝 Commits (10+)
4c7e037refactor: refresh webuie77d37bfeat: set renewal interval of certificates #343f0dcd67feat: add a option to select a acme user when obtaining a certificate.464e84afeat: add key type column for certificate list3e90b83feat: SSL management support different types of certificates of a same doamin name #30949b41d6feat: support not-only Let's Encrypt service #16e3876cfenhance: limit cert renewal interval between 7 to 21 dayse16b077feat: using renewal api to renew certificate #3197d22e86chore: update translationsa0013b5chore: prepare v2.0.0-beta.19📊 Changes
158 files changed (+8471 additions, -6102 deletions)
View changed files
➕
api/certificate/acme_user.go(+96 -0)📝
api/certificate/certificate.go(+4 -1)📝
api/certificate/dns_credential.go(+1 -1)📝
api/certificate/issue.go(+18 -7)📝
api/certificate/router.go(+10 -0)📝
api/notification/notification.go(+1 -1)📝
api/sites/auto_cert.go(+7 -4)📝
api/user/user.go(+1 -1)📝
app/.eslintrc.cjs(+4 -4)📝
app/auto-imports.d.ts(+12 -0)📝
app/components.d.ts(+3 -0)📝
app/package.json(+4 -4)📝
app/pnpm-lock.yaml(+250 -255)📝
app/src/App.vue(+2 -1)➕
app/src/api/acme_user.ts(+24 -0)📝
app/src/api/cert.ts(+5 -0)📝
app/src/api/curd.ts(+8 -2)📝
app/src/api/domain.ts(+2 -0)📝
app/src/components/Breadcrumb/Breadcrumb.vue(+2 -2)📝
app/src/components/ChatGPT/ChatGPT.vue(+1 -4)...and 80 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.