[PR #830] [MERGED] enhance: error handle #8249

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

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/830
Author: @0xJacky
Created: 1/24/2025
Status: Merged
Merged: 1/24/2025
Merged by: @0xJacky

Base: devHead: enhance/error-handle


📝 Commits (2)

  • 650196d enhance(wip): error handle
  • 250bd8e fix: sse not available in sub-dir deployment #829

📊 Changes

94 files changed (+5232 additions, -3742 deletions)

View changed files

📝 api/api.go (+18 -3)
📝 api/nginx/router.go (+5 -6)
📝 api/nginx_log/nginx_log.go (+11 -40)
api/nginx_log/router.go (+7 -0)
📝 api/openai/openai.go (+1 -1)
📝 api/user/2fa.go (+6 -13)
📝 api/user/auth.go (+7 -15)
📝 api/user/casdoor.go (+1 -1)
📝 api/user/passkey.go (+4 -4)
📝 app/src/components/NginxControl/NginxControl.vue (+0 -4)
📝 app/src/components/NodeSelector/NodeSelector.vue (+1 -1)
📝 app/src/components/Notification/Notification.vue (+2 -7)
📝 app/src/components/StdDesign/StdDataDisplay/StdBatchEdit.vue (+0 -4)
📝 app/src/components/StdDesign/StdDataDisplay/StdBulkActions.vue (+0 -2)
📝 app/src/components/StdDesign/StdDataDisplay/StdCurd.vue (+0 -5)
📝 app/src/components/StdDesign/StdDataDisplay/StdTable.vue (+0 -6)
📝 app/src/components/StdDesign/StdDataDisplay/methods/exportCsv.ts (+1 -3)
📝 app/src/components/StdDesign/StdDataDisplay/methods/sortable.ts (+0 -3)
📝 app/src/components/StdDesign/StdDataEntry/components/StdSelector.vue (+25 -6)
📝 app/src/components/TwoFA/Authorization.vue (+11 -16)

...and 74 more files

📄 Description

No description provided


🔄 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/830 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `enhance/error-handle` --- ### 📝 Commits (2) - [`650196d`](https://github.com/0xJacky/nginx-ui/commit/650196d06a218663d00ce3ff731fd512ae0a9448) enhance(wip): error handle - [`250bd8e`](https://github.com/0xJacky/nginx-ui/commit/250bd8ec1e2d4b317c03b60e286486dc334f3c62) fix: sse not available in sub-dir deployment #829 ### 📊 Changes **94 files changed** (+5232 additions, -3742 deletions) <details> <summary>View changed files</summary> 📝 `api/api.go` (+18 -3) 📝 `api/nginx/router.go` (+5 -6) 📝 `api/nginx_log/nginx_log.go` (+11 -40) ➕ `api/nginx_log/router.go` (+7 -0) 📝 `api/openai/openai.go` (+1 -1) 📝 `api/user/2fa.go` (+6 -13) 📝 `api/user/auth.go` (+7 -15) 📝 `api/user/casdoor.go` (+1 -1) 📝 `api/user/passkey.go` (+4 -4) 📝 `app/src/components/NginxControl/NginxControl.vue` (+0 -4) 📝 `app/src/components/NodeSelector/NodeSelector.vue` (+1 -1) 📝 `app/src/components/Notification/Notification.vue` (+2 -7) 📝 `app/src/components/StdDesign/StdDataDisplay/StdBatchEdit.vue` (+0 -4) 📝 `app/src/components/StdDesign/StdDataDisplay/StdBulkActions.vue` (+0 -2) 📝 `app/src/components/StdDesign/StdDataDisplay/StdCurd.vue` (+0 -5) 📝 `app/src/components/StdDesign/StdDataDisplay/StdTable.vue` (+0 -6) 📝 `app/src/components/StdDesign/StdDataDisplay/methods/exportCsv.ts` (+1 -3) 📝 `app/src/components/StdDesign/StdDataDisplay/methods/sortable.ts` (+0 -3) 📝 `app/src/components/StdDesign/StdDataEntry/components/StdSelector.vue` (+25 -6) 📝 `app/src/components/TwoFA/Authorization.vue` (+11 -16) _...and 74 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-12 23:45:11 +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#8249
No description provided.