mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2026-04-25 01:15:51 +03:00
[PR #4835] [CLOSED] Claude/code review complete #3976
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#3976
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/4835
Author: @fuomag9
Created: 11/4/2025
Status: ❌ Closed
Base:
develop← Head:claude/code-review-complete-011CUoHT58kpnBcMEJPkgtoH📝 Commits (10+)
79b12e8Initial plan21e1697Significantly enhance block-exploits.conf with comprehensive security protectionsdd2e443Remove overly restrictive rules based on feedback - PUT/DELETE methods, spam filtering, scanner detection, and rate limiting2185b82Refine security patterns: reduce false positives in null byte detection and expand RFI protocol coverage85d3917Merge pull request #1 from fuomag9/copilot/fix-8ec03630-c3d1-4216-a4b9-9223ce132442315192ffirst rewrite commit29acf06Swapped the entire UI to Material UI, applied a global dark theme, and removed all of the old styled-jsx/CSS-module stylingd9ced96implement oauth2 loginb064003Updated the UI668b667updated a lot of stuff📊 Changes
617 files changed (+14310 additions, -47561 deletions)
View changed files
➕
.dockerignore(+50 -0)➕
.eslintrc.json(+6 -0)➕
.github/workflows/docker-build.yml(+76 -0)📝
.gitignore(+11 -9)➖
Jenkinsfile(+0 -285)📝
README.md(+256 -76)➕
app/(auth)/login/LoginClient.tsx(+81 -0)➕
app/(auth)/login/page.tsx(+12 -0)➕
app/(dashboard)/DashboardLayoutClient.tsx(+227 -0)➕
app/(dashboard)/OverviewClient.tsx(+131 -0)➕
app/(dashboard)/access-lists/AccessListsClient.tsx(+140 -0)➕
app/(dashboard)/access-lists/actions.ts(+78 -0)➕
app/(dashboard)/access-lists/page.tsx(+7 -0)➕
app/(dashboard)/audit-log/AuditLogClient.tsx(+41 -0)➕
app/(dashboard)/audit-log/page.tsx(+20 -0)➕
app/(dashboard)/certificates/CertificatesClient.tsx(+169 -0)➕
app/(dashboard)/certificates/actions.ts(+60 -0)➕
app/(dashboard)/certificates/page.tsx(+7 -0)➕
app/(dashboard)/dead-hosts/DeadHostsClient.tsx(+155 -0)➕
app/(dashboard)/dead-hosts/actions.ts(+56 -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.