[PR #55] [MERGED] v1.7 #8014

Closed
opened 2026-03-12 23:32:28 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/55
Author: @0xJacky
Created: 1/5/2023
Status: Merged
Merged: 1/5/2023
Merged by: @0xJacky

Base: masterHead: 1.7-dev


📝 Commits (10+)

📊 Changes

89 files changed (+3735 additions, -1854 deletions)

View changed files

📝 .air.toml (+1 -1)
📝 README-zh_CN.md (+9 -5)
📝 README-zh_TW.md (+9 -5)
📝 README.md (+1 -0)
📝 frontend/components.d.ts (+2 -3)
📝 frontend/package.json (+2 -2)
📝 frontend/src/App.vue (+11 -6)
frontend/src/api/cert.ts (+5 -0)
📝 frontend/src/api/domain.ts (+3 -3)
📝 frontend/src/api/ngx.ts (+4 -0)
frontend/src/api/settings.ts (+12 -0)
frontend/src/api/template.ts (+25 -0)
📝 frontend/src/components/CodeEditor/CodeEditor.vue (+3 -6)
📝 frontend/src/components/FooterToolbar/FooterToolBar.vue (+7 -4)
📝 frontend/src/components/Logo/Logo.vue (+8 -5)
📝 frontend/src/components/PageHeader/PageHeader.vue (+8 -5)
📝 frontend/src/components/SetLanguage/SetLanguage.vue (+0 -1)
📝 frontend/src/components/StdDataEntry/components/StdSelector.vue (+21 -26)
frontend/src/components/StdDataEntry/compontents/StdPassword.vue (+0 -51)
frontend/src/components/StdDataEntry/compontents/StdSelect.vue (+0 -45)

...and 69 more files

📄 Description

New Features:

  1. Support SAN certification #49
  2. Force UI theme #40
  3. Support custom CADirURL #16
  4. Support for include location in server {} block #48
  5. Manage config support directory
  6. Added online modify settings
  7. SSL Certificate manage panel #52, #29
  8. Added format code to config editor
  9. Added config templates #53, #34, #33
  10. Added a shortcut which can change certificate from ssl certificate list #29

Enhance:

  1. Refactored nginx conf parser #45, #50

Fix:

  1. Auto correcting code is broken in advance mode #50
  2. Error when loading nginx history log

Chore:

  1. Update translate
  2. Update dependencies

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/55 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 1/5/2023 **Status:** ✅ Merged **Merged:** 1/5/2023 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `master` ← **Head:** `1.7-dev` --- ### 📝 Commits (10+) - [`7d4999f`](https://github.com/0xJacky/nginx-ui/commit/7d4999f83a9e258fd36a47d4683ab1f8b47ba80f) wip: support SAN certifications - [`f6a5f35`](https://github.com/0xJacky/nginx-ui/commit/f6a5f350ad2ba4ba1fe66640e985f009e1b32743) wip: modify config file name - [`e9f0835`](https://github.com/0xJacky/nginx-ui/commit/e9f0835aea58da1f579e11e970d57e3eb8aeb378) fix: Auto correcting code is broken in advance mode #50 - [`42d832c`](https://github.com/0xJacky/nginx-ui/commit/42d832cd9f865951eee43f581e6d643e4abc9b0a) feat: support SAN certification #49 - [`bc247ff`](https://github.com/0xJacky/nginx-ui/commit/bc247ffd23f28f10611b96e2031903ae8d3d7565) wip: force theme #40 - [`1e304fa`](https://github.com/0xJacky/nginx-ui/commit/1e304fa4a3ecb36cf1c4348e9a2ac8be43bfac5b) feat: support custom CADirURL #16 - [`6bcb575`](https://github.com/0xJacky/nginx-ui/commit/6bcb57544248e54a12c4babce771ff62b30f86ec) feat: support for include location in server {} block #48 - [`65b192c`](https://github.com/0xJacky/nginx-ui/commit/65b192c8beab8dc74388b44e142023dd97fedfd1) feat: manage config support dir - [`0f58c86`](https://github.com/0xJacky/nginx-ui/commit/0f58c86613639119a11f49f243f8990e8ff0c798) feat: Online modify settings #32 - [`4a3e32a`](https://github.com/0xJacky/nginx-ui/commit/4a3e32a921970666bff5d6b26b9edb0a6eaf930f) chore: update translate ### 📊 Changes **89 files changed** (+3735 additions, -1854 deletions) <details> <summary>View changed files</summary> 📝 `.air.toml` (+1 -1) 📝 `README-zh_CN.md` (+9 -5) 📝 `README-zh_TW.md` (+9 -5) 📝 `README.md` (+1 -0) 📝 `frontend/components.d.ts` (+2 -3) 📝 `frontend/package.json` (+2 -2) 📝 `frontend/src/App.vue` (+11 -6) ➕ `frontend/src/api/cert.ts` (+5 -0) 📝 `frontend/src/api/domain.ts` (+3 -3) 📝 `frontend/src/api/ngx.ts` (+4 -0) ➕ `frontend/src/api/settings.ts` (+12 -0) ➕ `frontend/src/api/template.ts` (+25 -0) 📝 `frontend/src/components/CodeEditor/CodeEditor.vue` (+3 -6) 📝 `frontend/src/components/FooterToolbar/FooterToolBar.vue` (+7 -4) 📝 `frontend/src/components/Logo/Logo.vue` (+8 -5) 📝 `frontend/src/components/PageHeader/PageHeader.vue` (+8 -5) 📝 `frontend/src/components/SetLanguage/SetLanguage.vue` (+0 -1) 📝 `frontend/src/components/StdDataEntry/components/StdSelector.vue` (+21 -26) ➖ `frontend/src/components/StdDataEntry/compontents/StdPassword.vue` (+0 -51) ➖ `frontend/src/components/StdDataEntry/compontents/StdSelect.vue` (+0 -45) _...and 69 more files_ </details> ### 📄 Description # New Features: 1. Support SAN certification #49 2. Force UI theme #40 3. Support custom CADirURL #16 4. Support for include location in server {} block #48 5. Manage config support directory 6. Added online modify settings 7. SSL Certificate manage panel #52, #29 8. Added format code to config editor 9. Added config templates #53, #34, #33 10. Added a shortcut which can change certificate from ssl certificate list #29 # Enhance: 1. Refactored nginx conf parser #45, #50 # Fix: 1. Auto correcting code is broken in advance mode #50 2. Error when loading nginx history log # Chore: 1. Update translate 2. Update dependencies --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:32:28 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#8014
No description provided.