[PR #1047] [MERGED] openidc <- develop #3346

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/1047
Author: @jc21
Created: 4/29/2021
Status: Merged
Merged: 4/29/2021
Merged by: @jc21

Base: openidcHead: develop


📝 Commits (10+)

  • 2357354 Bump ini from 1.3.5 to 1.3.8 in /frontend
  • ea28da9 Merge pull request #876 from jc21/develop
  • 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

📊 Changes

32 files changed (+379 additions, -105 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.md (+5 -0)
📝 .github/ISSUE_TEMPLATE/feature_request.md (+5 -0)
.github/ISSUE_TEMPLATE/product_support.md (+0 -16)
📝 .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)
📝 docker/Dockerfile (+25 -20)
📝 docker/dev/Dockerfile (+10 -14)
📝 docs/.vuepress/config.js (+1 -0)
📝 docs/README.md (+12 -0)
📝 docs/advanced-config/README.md (+56 -2)

...and 12 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/1047 **Author:** [@jc21](https://github.com/jc21) **Created:** 4/29/2021 **Status:** ✅ Merged **Merged:** 4/29/2021 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `openidc` ← **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 - [`ea28da9`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ea28da90b23d1896c3322d23897672fa2f20954a) Merge pull request #876 from jc21/develop - [`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 ### 📊 Changes **32 files changed** (+379 additions, -105 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.md` (+5 -0) 📝 `.github/ISSUE_TEMPLATE/feature_request.md` (+5 -0) ➖ `.github/ISSUE_TEMPLATE/product_support.md` (+0 -16) 📝 `.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) 📝 `docker/Dockerfile` (+25 -20) 📝 `docker/dev/Dockerfile` (+10 -14) 📝 `docs/.vuepress/config.js` (+1 -0) 📝 `docs/README.md` (+12 -0) 📝 `docs/advanced-config/README.md` (+56 -2) _...and 12 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:57 +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#3346
No description provided.