mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 17:35:52 +03:00
[PR #1388] Merging oidc branch with develop #3427
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#3427
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/1388
Author: @jc21
Created: 9/8/2021
Status: 🔄 Open
Base:
develop← Head:openidc📝 Commits (10+)
8e10b7dAdd UI tab for specifying OpenID Connect options for proxy hosts.53792a5Add database columns to store OpenID Connect information for Proxy Hosts.5811345Use OpenResty instead of plain nginx to support OpenID Connect authorization.cdf702eAdd a field to specify a list of allowed emails when using OpenID Connect auth.daf3991Allow limiting OpenID Connect auth to a list of users.9f2d3a1Manually set the default values for the OpenID Connect columns.87d9babFix conditionals in the liquid template for OpenID Connect conf.8539930Updated the docs to add a section about OpenID Connect076d89bUse localized strings for the OpenID Connect texts.e7f7be2OpenIDC: Trigger the change event of the "restrict users" toggle when enabling/disabling oidc.📊 Changes
13 files changed (+517 additions, -34 deletions)
View changed files
➕
backend/migrations/20200522113248_openid_connect.js(+48 -0)➕
backend/migrations/20200522144240_openid_allowed_users.js(+40 -0)📝
backend/models/proxy_host.js(+17 -1)📝
backend/schema/definitions.json(+37 -0)📝
backend/schema/endpoints/proxy-hosts.json(+96 -0)➕
backend/templates/_openid_connect.conf(+47 -0)📝
backend/templates/proxy_host.conf(+24 -2)📝
docker/rootfs/etc/nginx/nginx.conf(+15 -1)📝
docs/src/advanced-config/index.md(+22 -0)📝
frontend/js/app/nginx/proxy/form.ejs(+66 -0)📝
frontend/js/app/nginx/proxy/form.js(+87 -30)📝
frontend/js/i18n/messages.json(+10 -0)📝
frontend/js/models/proxy-host.js(+8 -0)📄 Description
See discussion on #753
See this doc for instructions.
NOTE: For anyone wanting to test this patch, back up your entire NginxProxyManager config and database first. You won't be able to jump back to the
latesttag afterwards as this PR will run a database migration.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.