[PR #439] [MERGED] Enhance/login #8089

Closed
opened 2026-03-12 23:36:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/439
Author: @0xJacky
Created: 7/20/2024
Status: Merged
Merged: 7/21/2024
Merged by: @0xJacky

Base: devHead: enhance/login


📝 Commits (5)

  • 3b937ee feat: add ip whitelist
  • d6b22c1 chore: update docs of auth
  • ccb04c0 enhance: handle websocket error
  • cff843b feat: add login failed ban ip list
  • 743daaa chore(docs): update docs about auth settings

📊 Changes

71 files changed (+4488 additions, -2755 deletions)

View changed files

📝 api/analytic/analytic.go (+2 -4)
📝 api/analytic/nodes.go (+3 -8)
📝 api/certificate/issue.go (+1 -5)
api/settings/auth.go (+45 -0)
api/settings/router.go (+14 -0)
📝 api/settings/settings.go (+4 -1)
📝 api/system/router.go (+7 -11)
📝 api/system/upgrade.go (+42 -31)
📝 api/upstream/upstream.go (+2 -5)
📝 api/user/auth.go (+65 -18)
📝 api/user/casdoor.go (+3 -3)
📝 app/.eslintrc.cjs (+0 -1)
📝 app/package.json (+16 -16)
📝 app/pnpm-lock.yaml (+585 -580)
📝 app/src/api/curd.ts (+2 -2)
📝 app/src/api/settings.ts (+15 -5)
📝 app/src/language/LINGUAS (+1 -1)
📝 app/src/language/en/app.po (+163 -98)
📝 app/src/language/es/app.po (+165 -98)
📝 app/src/language/fr_FR/app.po (+165 -98)

...and 51 more files

📄 Description

  • Add IP whitelist. #344 , #164.
  • Add login failed ban list.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/439 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 7/20/2024 **Status:** ✅ Merged **Merged:** 7/21/2024 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `enhance/login` --- ### 📝 Commits (5) - [`3b937ee`](https://github.com/0xJacky/nginx-ui/commit/3b937ee0f48ab2d34953ad1fe6c6ad6ab3affad6) feat: add ip whitelist - [`d6b22c1`](https://github.com/0xJacky/nginx-ui/commit/d6b22c157cec7cf40d77111b7af7d64aca97fa03) chore: update docs of auth - [`ccb04c0`](https://github.com/0xJacky/nginx-ui/commit/ccb04c07d81eaa9990ba90f988f54c4c5105d993) enhance: handle websocket error - [`cff843b`](https://github.com/0xJacky/nginx-ui/commit/cff843b82b2064a8fce711f4f085a34d5fc27f79) feat: add login failed ban ip list - [`743daaa`](https://github.com/0xJacky/nginx-ui/commit/743daaa56fbbde40b6d861c2b946d9833fc08139) chore(docs): update docs about auth settings ### 📊 Changes **71 files changed** (+4488 additions, -2755 deletions) <details> <summary>View changed files</summary> 📝 `api/analytic/analytic.go` (+2 -4) 📝 `api/analytic/nodes.go` (+3 -8) 📝 `api/certificate/issue.go` (+1 -5) ➕ `api/settings/auth.go` (+45 -0) ➕ `api/settings/router.go` (+14 -0) 📝 `api/settings/settings.go` (+4 -1) 📝 `api/system/router.go` (+7 -11) 📝 `api/system/upgrade.go` (+42 -31) 📝 `api/upstream/upstream.go` (+2 -5) 📝 `api/user/auth.go` (+65 -18) 📝 `api/user/casdoor.go` (+3 -3) 📝 `app/.eslintrc.cjs` (+0 -1) 📝 `app/package.json` (+16 -16) 📝 `app/pnpm-lock.yaml` (+585 -580) 📝 `app/src/api/curd.ts` (+2 -2) 📝 `app/src/api/settings.ts` (+15 -5) 📝 `app/src/language/LINGUAS` (+1 -1) 📝 `app/src/language/en/app.po` (+163 -98) 📝 `app/src/language/es/app.po` (+165 -98) 📝 `app/src/language/fr_FR/app.po` (+165 -98) _...and 51 more files_ </details> ### 📄 Description - [x] Add IP whitelist. #344 , #164. - [x] Add login failed ban list. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:36:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nginx-ui#8089
No description provided.