[PR #5141] [MERGED] v2.13.6 #4071

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

📋 Pull Request Information

Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/5141
Author: @jc21
Created: 1/14/2026
Status: Merged
Merged: 1/14/2026
Merged by: @jc21

Base: masterHead: develop


📝 Commits (10+)

📊 Changes

101 files changed (+6281 additions, -1300 deletions)

View changed files

📝 .version (+1 -1)
📝 README.md (+1 -1)
📝 backend/certbot/dns-plugins.json (+32 -0)
backend/internal/2fa.js (+288 -0)
📝 backend/internal/certificate.js (+20 -0)
📝 backend/internal/report.js (+4 -4)
📝 backend/internal/token.js (+81 -0)
📝 backend/package.json (+2 -1)
📝 backend/routes/tokens.js (+22 -0)
📝 backend/routes/users.js (+127 -0)
📝 backend/schema/components/certificate-object.json (+5 -0)
backend/schema/components/token-challenge.json (+18 -0)
backend/schema/paths/tokens/2fa/post.json (+55 -0)
📝 backend/schema/paths/tokens/post.json (+8 -1)
backend/schema/paths/users/userID/2fa/backup-codes/post.json (+92 -0)
backend/schema/paths/users/userID/2fa/delete.json (+48 -0)
backend/schema/paths/users/userID/2fa/enable/post.json (+92 -0)
backend/schema/paths/users/userID/2fa/get.json (+57 -0)
backend/schema/paths/users/userID/2fa/post.json (+52 -0)
📝 backend/schema/swagger.json (+26 -0)

...and 80 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/5141 **Author:** [@jc21](https://github.com/jc21) **Created:** 1/14/2026 **Status:** ✅ Merged **Merged:** 1/14/2026 **Merged by:** [@jc21](https://github.com/jc21) **Base:** `master` ← **Head:** `develop` --- ### 📝 Commits (10+) - [`bb94ce7`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/bb94ce75c118dae180beb02705d26dc6639ab5c1) Update IntlProvider.tsx - [`ba79eef`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/ba79eefe5e23c7683fda69579603bc8993a67bd9) Merge pull request #1 from xluyenx/xluyenx-patch-1 - [`e3cdc8b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/e3cdc8bb300a172fbebe4f83ccf8f73e2b140037) Update IntlProvider.tsx - [`fec9bff`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/fec9bffe2900826d408fa5b1e455c63e9e07fd7f) fixes1 - [`5c114e9`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/5c114e9db7ada637d568009c69b39566cfac71e4) Update Italian locale message for empty objects - [`91a1f39`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/91a1f39c02f715e4e2171f81fab10cd1deba15f7) fixes1 - [`86b7394`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/86b7394620b9dadc03499a41d2891ed059ebf027) fixes1 - [`20e2d5f`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/20e2d5ffb30381d09e350c0b3c29c2dcba00da19) Increase max propagation seconds to 7200 - [`b55f51b`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/b55f51bd637e9ae41d2633eb159e2bb4bc43383f) fixes1 in pl - [`56875bb`](https://github.com/NginxProxyManager/nginx-proxy-manager/commit/56875bba5244103a6b392688cbf43611d089a583) pretty :) ### 📊 Changes **101 files changed** (+6281 additions, -1300 deletions) <details> <summary>View changed files</summary> 📝 `.version` (+1 -1) 📝 `README.md` (+1 -1) 📝 `backend/certbot/dns-plugins.json` (+32 -0) ➕ `backend/internal/2fa.js` (+288 -0) 📝 `backend/internal/certificate.js` (+20 -0) 📝 `backend/internal/report.js` (+4 -4) 📝 `backend/internal/token.js` (+81 -0) 📝 `backend/package.json` (+2 -1) 📝 `backend/routes/tokens.js` (+22 -0) 📝 `backend/routes/users.js` (+127 -0) 📝 `backend/schema/components/certificate-object.json` (+5 -0) ➕ `backend/schema/components/token-challenge.json` (+18 -0) ➕ `backend/schema/paths/tokens/2fa/post.json` (+55 -0) 📝 `backend/schema/paths/tokens/post.json` (+8 -1) ➕ `backend/schema/paths/users/userID/2fa/backup-codes/post.json` (+92 -0) ➕ `backend/schema/paths/users/userID/2fa/delete.json` (+48 -0) ➕ `backend/schema/paths/users/userID/2fa/enable/post.json` (+92 -0) ➕ `backend/schema/paths/users/userID/2fa/get.json` (+57 -0) ➕ `backend/schema/paths/users/userID/2fa/post.json` (+52 -0) 📝 `backend/schema/swagger.json` (+26 -0) _...and 80 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 08:33: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#4071
No description provided.