[PR #4077] [MERGED] v2.12.1 #3806

Closed
opened 2026-02-26 08:32:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/4077
Author: @jc21
Created: 10/16/2024
Status: Merged
Merged: 10/16/2024
Merged by: @jc21

Base: masterHead: develop


📝 Commits (5)

  • d96a398 Fix forward_scheme validation in Redirection Host
  • fa2c814 Fix schema validation in Default Site
  • 8497022 Merge pull request #4076 from Nephiel/4074-fix-1
  • edbed1a Adds tests for settings endpoints
  • 2f9e062 bump version

📊 Changes

18 files changed (+164 additions, -44 deletions)

View changed files

📝 .version (+1 -1)
📝 README.md (+1 -1)
📝 backend/internal/nginx.js (+3 -1)
📝 backend/schema/components/proxy-host-object.json (+1 -9)
📝 backend/schema/components/redirection-host-object.json (+1 -1)
📝 backend/schema/components/setting-object.json (+5 -2)
📝 backend/schema/paths/nginx/dead-hosts/hostID/put.json (+1 -3)
📝 backend/schema/paths/nginx/dead-hosts/post.json (+1 -3)
📝 backend/schema/paths/nginx/proxy-hosts/hostID/put.json (+1 -3)
📝 backend/schema/paths/nginx/proxy-hosts/post.json (+1 -3)
📝 backend/schema/paths/nginx/redirection-hosts/hostID/put.json (+1 -3)
📝 backend/schema/paths/nginx/redirection-hosts/post.json (+1 -3)
📝 backend/schema/paths/nginx/streams/streamID/put.json (+1 -3)
📝 backend/schema/paths/settings/settingID/put.json (+15 -3)
📝 test/cypress/e2e/api/FullCertProvision.cy.js (+4 -3)
📝 test/cypress/e2e/api/ProxyHosts.cy.js (+1 -1)
test/cypress/e2e/api/Settings.cy.js (+124 -0)
📝 test/cypress/plugins/backendApi/client.js (+1 -1)

📄 Description

No description provided


🔄 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/NginxProxyManager/nginx-proxy-manager/pull/4077 **Author:** [@jc21](https://github.com/jc21) **Created:** 10/16/2024 **Status:** ✅ Merged **Merged:** 10/16/2024 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (5) - [`d96a398`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/d96a3987c0d6c679059af47bec33f8d94f7e4d78) Fix forward_scheme validation in Redirection Host - [`fa2c814`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/fa2c814fcb76b6a11b979dc23a817853a459644d) Fix schema validation in Default Site - [`8497022`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/8497022e4169d392eed7b551c2aa47bcc8f7c70e) Merge pull request #4076 from Nephiel/4074-fix-1 - [`edbed1a`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/edbed1af90ab86658a9fc4a17ef571797484edcc) Adds tests for settings endpoints - [`2f9e062`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/2f9e062718d0d66fcff0e240ac47533bb1fcbda4) bump version ### 📊 Changes **18 files changed** (+164 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `README.md` (+1 -1) 📝 `backend/internal/nginx.js` (+3 -1) 📝 `backend/schema/components/proxy-host-object.json` (+1 -9) 📝 `backend/schema/components/redirection-host-object.json` (+1 -1) 📝 `backend/schema/components/setting-object.json` (+5 -2) 📝 `backend/schema/paths/nginx/dead-hosts/hostID/put.json` (+1 -3) 📝 `backend/schema/paths/nginx/dead-hosts/post.json` (+1 -3) 📝 `backend/schema/paths/nginx/proxy-hosts/hostID/put.json` (+1 -3) 📝 `backend/schema/paths/nginx/proxy-hosts/post.json` (+1 -3) 📝 `backend/schema/paths/nginx/redirection-hosts/hostID/put.json` (+1 -3) 📝 `backend/schema/paths/nginx/redirection-hosts/post.json` (+1 -3) 📝 `backend/schema/paths/nginx/streams/streamID/put.json` (+1 -3) 📝 `backend/schema/paths/settings/settingID/put.json` (+15 -3) 📝 `test/cypress/e2e/api/FullCertProvision.cy.js` (+4 -3) 📝 `test/cypress/e2e/api/ProxyHosts.cy.js` (+1 -1) ➕ `test/cypress/e2e/api/Settings.cy.js` (+124 -0) 📝 `test/cypress/plugins/backendApi/client.js` (+1 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 08:32:01 +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-proxy-manager-NginxProxyManager#3806
No description provided.