[PR #955] [MERGED] v2.8.1 #3327

Closed
opened 2026-02-26 07:38:53 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/955
Author: @jc21
Created: 3/17/2021
Status: Merged
Merged: 3/17/2021
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 2357354 Bump ini from 1.3.5 to 1.3.8 in /frontend
  • fe13b12 Removed the need to restart Nginx Proxy Manager after generating JWT key pair.
  • 6df7b72 Forward scheme and http code added for redirection hosts
  • 8ba6c4f Added http_code definition
  • e35138e Added scheme to definitions
  • ebeda63 Globalization done
  • 77a2ee9 Updated list table
  • 329d0ec Added forward scheme to table columns
  • 1f122e9 Database migrations created
  • eb20add Migrations hotfix

📊 Changes

24 files changed (+272 additions, -52 deletions)

View changed files

📝 .version (+1 -1)
📝 Jenkinsfile (+1 -1)
📝 README.md (+1 -1)
📝 backend/internal/proxy-host.js (+4 -0)
backend/migrations/20210210154702_redirection_scheme.js (+41 -0)
backend/migrations/20210210154703_redirection_status_code.js (+41 -0)
📝 backend/models/token.js (+14 -3)
📝 backend/schema/definitions.json (+13 -0)
📝 backend/schema/endpoints/redirection-hosts.json (+26 -0)
📝 backend/setup.js (+2 -3)
📝 backend/templates/_hsts.conf (+3 -3)
📝 backend/templates/redirection_host.conf (+2 -2)
📝 docs/.vuepress/config.js (+1 -0)
📝 docs/README.md (+12 -0)
📝 docs/advanced-config/README.md (+6 -0)
docs/upgrading/README.md (+11 -0)
📝 docs/yarn.lock (+18 -18)
📝 frontend/js/app/nginx/redirection/form.ejs (+24 -1)
📝 frontend/js/app/nginx/redirection/list/item.ejs (+6 -0)
📝 frontend/js/app/nginx/redirection/list/main.ejs (+2 -0)

...and 4 more files

📄 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/955 **Author:** [@jc21](https://github.com/jc21) **Created:** 3/17/2021 **Status:** ✅ Merged **Merged:** 3/17/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`2357354`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/23573543a3af594a950c16046fdb9cc2467701f7) Bump ini from 1.3.5 to 1.3.8 in /frontend - [`fe13b12`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/fe13b12f4387035b952da68bf2115adb096a8531) Removed the need to restart Nginx Proxy Manager after generating JWT key pair. - [`6df7b72`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/6df7b72e08a0443b50e51e47e850724f73edbebf) Forward scheme and http code added for redirection hosts - [`8ba6c4f`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/8ba6c4f7e7faa9793d50f2534aff15e4efe104a4) Added http_code definition - [`e35138e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/e35138ebedd28f34ae72a18cbbe255ef57427a1d) Added scheme to definitions - [`ebeda63`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ebeda6345ec9c36c148d4b1676dc5b74d70a9352) Globalization done - [`77a2ee9`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/77a2ee948aa502069fe37dc623c24e18f8b9c70b) Updated list table - [`329d0ec`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/329d0ecaed9328e96ffdd296f5b57e311764816a) Added forward scheme to table columns - [`1f122e9`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1f122e9145ab24ec15c7da7baf82e9f96b13bc54) Database migrations created - [`eb20add`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/eb20add0c76f9b6ff6d4f550a58d64ccb708f878) Migrations hotfix ### 📊 Changes **24 files changed** (+272 additions, -52 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `Jenkinsfile` (+1 -1) 📝 `README.md` (+1 -1) 📝 `backend/internal/proxy-host.js` (+4 -0) ➕ `backend/migrations/20210210154702_redirection_scheme.js` (+41 -0) ➕ `backend/migrations/20210210154703_redirection_status_code.js` (+41 -0) 📝 `backend/models/token.js` (+14 -3) 📝 `backend/schema/definitions.json` (+13 -0) 📝 `backend/schema/endpoints/redirection-hosts.json` (+26 -0) 📝 `backend/setup.js` (+2 -3) 📝 `backend/templates/_hsts.conf` (+3 -3) 📝 `backend/templates/redirection_host.conf` (+2 -2) 📝 `docs/.vuepress/config.js` (+1 -0) 📝 `docs/README.md` (+12 -0) 📝 `docs/advanced-config/README.md` (+6 -0) ➕ `docs/upgrading/README.md` (+11 -0) 📝 `docs/yarn.lock` (+18 -18) 📝 `frontend/js/app/nginx/redirection/form.ejs` (+24 -1) 📝 `frontend/js/app/nginx/redirection/list/item.ejs` (+6 -0) 📝 `frontend/js/app/nginx/redirection/list/main.ejs` (+2 -0) _...and 4 more files_ </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 07:38:53 +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#3327
No description provided.