[PR #402] [MERGED] Feat/beta.24 #4037

Closed
opened 2026-02-28 11:58:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/402
Author: @0xJacky
Created: 5/21/2024
Status: Merged
Merged: 5/21/2024
Merged by: @0xJacky

Base: devHead: feat/beta.24


📝 Commits (4)

  • 6302454 fix: safety text validate rule #383
  • c1c1094 chore(reverse_proxy.conf): support rfc7239 # 306
  • 538be53 fix: renewed certificate and private key not save #391
  • f52c84e chore: prepare v2.0.0-beta.24

📊 Changes

29 files changed (+276 additions, -279 deletions)

View changed files

📝 api/certificate/issue.go (+2 -0)
📝 app/package.json (+1 -1)
📝 app/src/language/en/app.po (+15 -11)
📝 app/src/language/es/app.po (+15 -11)
📝 app/src/language/fr_FR/app.po (+15 -11)
📝 app/src/language/ko_KR/app.po (+15 -11)
📝 app/src/language/messages.pot (+11 -11)
📝 app/src/language/ru_RU/app.po (+15 -11)
📝 app/src/language/vi_VN/app.po (+15 -11)
📝 app/src/language/zh_CN/app.mo (+0 -0)
📝 app/src/language/zh_CN/app.po (+18 -14)
📝 app/src/language/zh_TW/app.po (+15 -11)
📝 app/src/version.json (+1 -1)
📝 app/src/views/preference/BasicSettings.vue (+2 -2)
📝 app/src/views/preference/OpenAISettings.vue (+3 -3)
📝 app/version.json (+1 -1)
📝 internal/cert/auto_cert.go (+1 -0)
📝 internal/cert/obtain.go (+1 -32)
📝 internal/cert/payload.go (+50 -0)
📝 internal/cert/renew.go (+27 -25)

...and 9 more files

📄 Description

  • Fix safety text validation rule #383
  • Reverse proxy configuation template complies with RFC 7239 #306
  • Check wheather requested $host matches the server_name specified in reverse proxy configuation template. #389
  • Fix the issue of duplicate certificate renewals. #391

🔄 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/402 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 5/21/2024 **Status:** ✅ Merged **Merged:** 5/21/2024 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `feat/beta.24` --- ### 📝 Commits (4) - [`6302454`](https://github.com/0xJacky/nginx-ui/commit/63024548262ce98f32cc5102b20e0bf3d8d39ffb) fix: safety text validate rule #383 - [`c1c1094`](https://github.com/0xJacky/nginx-ui/commit/c1c10945446b50a5ecf00e27c0ee6e074f80ae1c) chore(reverse_proxy.conf): support rfc7239 # 306 - [`538be53`](https://github.com/0xJacky/nginx-ui/commit/538be53e9cd60e972c8d27f7f4c592f24943c483) fix: renewed certificate and private key not save #391 - [`f52c84e`](https://github.com/0xJacky/nginx-ui/commit/f52c84ea21cc210a24596f0ff41c1145de97b569) chore: prepare v2.0.0-beta.24 ### 📊 Changes **29 files changed** (+276 additions, -279 deletions) <details> <summary>View changed files</summary> 📝 `api/certificate/issue.go` (+2 -0) 📝 `app/package.json` (+1 -1) 📝 `app/src/language/en/app.po` (+15 -11) 📝 `app/src/language/es/app.po` (+15 -11) 📝 `app/src/language/fr_FR/app.po` (+15 -11) 📝 `app/src/language/ko_KR/app.po` (+15 -11) 📝 `app/src/language/messages.pot` (+11 -11) 📝 `app/src/language/ru_RU/app.po` (+15 -11) 📝 `app/src/language/vi_VN/app.po` (+15 -11) 📝 `app/src/language/zh_CN/app.mo` (+0 -0) 📝 `app/src/language/zh_CN/app.po` (+18 -14) 📝 `app/src/language/zh_TW/app.po` (+15 -11) 📝 `app/src/version.json` (+1 -1) 📝 `app/src/views/preference/BasicSettings.vue` (+2 -2) 📝 `app/src/views/preference/OpenAISettings.vue` (+3 -3) 📝 `app/version.json` (+1 -1) 📝 `internal/cert/auto_cert.go` (+1 -0) 📝 `internal/cert/obtain.go` (+1 -32) 📝 `internal/cert/payload.go` (+50 -0) 📝 `internal/cert/renew.go` (+27 -25) _...and 9 more files_ </details> ### 📄 Description - [x] Fix safety text validation rule #383 - [x] Reverse proxy configuation template complies with RFC 7239 #306 - [x] Check wheather requested $host matches the server_name specified in reverse proxy configuation template. #389 - [x] Fix the issue of duplicate certificate renewals. #391 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 11:58:55 +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#4037
No description provided.