[PR #416] [MERGED] v2.2.4 #3243

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/416
Author: @jc21
Created: 5/21/2020
Status: Merged
Merged: 5/21/2020
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

  • 995db12 remove arbitrary length limit of forward_host
  • 1d23d5c remove maxlength from html too
  • 3af560c switch to 255 limit to match db
  • a7cabdd Merge pull request #376 from spalger/expand-forward-host-size
  • c0e9d1e Fix satisy typo
  • 291a74c Bump jquery from 3.4.1 to 3.5.0 in /frontend
  • 31f1d30 apply migration to correct table
  • 0702a4e Fix incorrect var
  • bae21f3 Merge pull request #397 from Indemnity83/patch-1
  • 64922f0 Merge pull request #388 from jc21/dependabot/npm_and_yarn/frontend/jquery-3.5.0

📊 Changes

21 files changed (+327 additions, -361 deletions)

View changed files

.github/ISSUE_TEMPLATE/product_support.md (+16 -0)
📝 .version (+1 -1)
📝 README.md (+1 -1)
📝 backend/internal/access-list.js (+3 -3)
📝 backend/internal/nginx.js (+3 -0)
backend/migrations/20200410143840_access_list_client_fix.js (+34 -0)
📝 backend/models/access_list.js (+1 -1)
📝 backend/schema/endpoints/access-lists.json (+225 -227)
📝 backend/schema/endpoints/proxy-hosts.json (+1 -1)
📝 backend/templates/letsencrypt-request.conf (+4 -0)
📝 docs/.vuepress/config.js (+1 -0)
📝 docs/advanced-config/README.md (+3 -3)
docs/faq/README.md (+16 -0)
📝 docs/setup/README.md (+1 -1)
📝 frontend/js/app/nginx/access/form.ejs (+2 -2)
📝 frontend/js/app/nginx/access/form.js (+1 -1)
📝 frontend/js/app/nginx/access/list/item.ejs (+1 -1)
📝 frontend/js/app/nginx/proxy/form.ejs (+1 -1)
📝 frontend/js/i18n/messages.json (+1 -1)
📝 frontend/package.json (+1 -1)

...and 1 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/416 **Author:** [@jc21](https://github.com/jc21) **Created:** 5/21/2020 **Status:** ✅ Merged **Merged:** 5/21/2020 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`995db12`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/995db12f224b9645783c6db530e2da421e310758) remove arbitrary length limit of forward_host - [`1d23d5c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/1d23d5c7613e9282fcb3953001b92bf53457f01d) remove maxlength from html too - [`3af560c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/3af560c2d0c08f8a06e3ad870fa938859fb43ea6) switch to 255 limit to match db - [`a7cabdd`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/a7cabdde3ae2dc91c2a289157ccdc391c4b03571) Merge pull request #376 from spalger/expand-forward-host-size - [`c0e9d1e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/c0e9d1eb2f05144441107098fe44a460a2c6b348) Fix satisy typo - [`291a74c`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/291a74c29510d3d83ca485053d69bd57c954fcbf) Bump jquery from 3.4.1 to 3.5.0 in /frontend - [`31f1d30`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/31f1d304d6b26122fd2fc82d3373b4ed5f241006) apply migration to correct table - [`0702a4e`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/0702a4e58e38f43a44b6614f1b234551473b7aaf) Fix incorrect var - [`bae21f3`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/bae21f3210c6b16b0d06cc585a9448843ea5b8ff) Merge pull request #397 from Indemnity83/patch-1 - [`64922f0`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/64922f07ff65a17c48897eb8d9247b50cc53547a) Merge pull request #388 from jc21/dependabot/npm_and_yarn/frontend/jquery-3.5.0 ### 📊 Changes **21 files changed** (+327 additions, -361 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/product_support.md` (+16 -0) 📝 `.version` (+1 -1) 📝 `README.md` (+1 -1) 📝 `backend/internal/access-list.js` (+3 -3) 📝 `backend/internal/nginx.js` (+3 -0) ➕ `backend/migrations/20200410143840_access_list_client_fix.js` (+34 -0) 📝 `backend/models/access_list.js` (+1 -1) 📝 `backend/schema/endpoints/access-lists.json` (+225 -227) 📝 `backend/schema/endpoints/proxy-hosts.json` (+1 -1) 📝 `backend/templates/letsencrypt-request.conf` (+4 -0) 📝 `docs/.vuepress/config.js` (+1 -0) 📝 `docs/advanced-config/README.md` (+3 -3) ➕ `docs/faq/README.md` (+16 -0) 📝 `docs/setup/README.md` (+1 -1) 📝 `frontend/js/app/nginx/access/form.ejs` (+2 -2) 📝 `frontend/js/app/nginx/access/form.js` (+1 -1) 📝 `frontend/js/app/nginx/access/list/item.ejs` (+1 -1) 📝 `frontend/js/app/nginx/proxy/form.ejs` (+1 -1) 📝 `frontend/js/i18n/messages.json` (+1 -1) 📝 `frontend/package.json` (+1 -1) _...and 1 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:35 +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#3243
No description provided.