mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-26 01:45:54 +03:00
[PR #370] [MERGED] v2.2.3 #3233
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#3233
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/370
Author: @jc21
Created: 4/15/2020
Status: ✅ Merged
Merged: 4/15/2020
Merged by: @jc21
Base:
master← Head:develop📝 Commits (10+)
f990d3fadd access list clients to back-end46a9f5cadd basic functionality to front endfd932c7fix bugs preventing client rules from being updated8d432bdrefine the UI labeling0f238a5add satisfy configuration to the ui907e9e1remove testing crufte9e5d29expand address format005e64evalite auth/access rules in backende2ee2cbenforce a 'deny all' default rulef5ee91awrite access list to proxy host config📊 Changes
20 files changed (+436 additions, -68 deletions)
View changed files
📝
.version(+1 -1)📝
README.md(+1 -1)📝
backend/internal/access-list.js(+70 -20)📝
backend/internal/proxy-host.js(+3 -3)➕
backend/migrations/20200410143839_access_list_client.js(+53 -0)📝
backend/models/access_list.js(+20 -4)➕
backend/models/access_list_client.js(+58 -0)📝
backend/schema/endpoints/access-lists.json(+63 -2)📝
backend/templates/proxy_host.conf(+13 -3)📝
frontend/js/app/nginx/access/form.ejs(+60 -14)📝
frontend/js/app/nginx/access/form.js(+46 -13)➕
frontend/js/app/nginx/access/form/client.ejs(+13 -0)➕
frontend/js/app/nginx/access/form/client.js(+7 -0)📝
frontend/js/app/nginx/access/list/item.ejs(+10 -0)📝
frontend/js/app/nginx/access/list/main.ejs(+3 -1)📝
frontend/js/app/nginx/access/main.js(+1 -1)📝
frontend/js/app/nginx/proxy/access-list-item.ejs(+1 -1)📝
frontend/js/app/nginx/proxy/form.js(+1 -1)📝
frontend/js/i18n/messages.json(+11 -3)📝
frontend/js/models/access-list.js(+1 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.