mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #1048] [MERGED] static-content <- develop #3348
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#3348
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/1048
Author: @jc21
Created: 4/29/2021
Status: ✅ Merged
Merged: 4/29/2021
Merged by: @jc21
Base:
static-content← Head:develop📝 Commits (10+)
2357354Bump ini from 1.3.5 to 1.3.8 in /frontendea28da9Merge pull request #876 from jc21/developfe13b12Removed the need to restart Nginx Proxy Manager after generating JWT key pair.6df7b72Forward scheme and http code added for redirection hosts8ba6c4fAdded http_code definitione35138eAdded scheme to definitionsebeda63Globalization done77a2ee9Updated list table329d0ecAdded forward scheme to table columns1f122e9Database 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.