mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #407] [CLOSED] Always load access list details for proxy hosts #3242
Labels
No labels
awaiting feedback
bug
cannot reproduce
dns provider request
duplicate
enhancement
enhancement
enhancement
good first issue
help wanted
invalid
need more info
no certbot plugin available
product-support
pull-request
question
stale
troll
upstream issue
v2
v2
v2
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-proxy-manager-NginxProxyManager#3242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/NginxProxyManager/nginx-proxy-manager/pull/407
Author: @Indemnity83
Created: 5/11/2020
Status: ❌ Closed
Base:
develop← Head:query-builder📝 Commits (1)
c895a85always load access list details for proxy host📊 Changes
4 files changed (+29 additions, -13 deletions)
View changed files
📝
backend/internal/access-list.js(+4 -3)📝
backend/internal/proxy-host.js(+4 -5)📝
backend/models/proxy_host.js(+10 -5)➕
backend/query/proxy_host.js(+11 -0)📄 Description
This PR extracts a decorated QueryBuilder for the proxy_host model which will always load the access list and its details any time the proxy_host model is hydrated.
This PR potentially fixes a slew of "internal error" bugs where access list details were not available when attempting to construct the Nginx config file for proxy hosts.
Fixes #382 by populating the access list details when adding a certificate to a proxy host
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.