[PR #1078] [MERGED] V2.1 #4283

Closed
opened 2026-02-28 11:59:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/1078
Author: @0xJacky
Created: 5/25/2025
Status: Merged
Merged: 5/26/2025
Merged by: @0xJacky

Base: devHead: v2.1


📝 Commits (10+)

  • 517f239 refactor: use uozi admin-kit
  • 2a3ef53 refactor(app): migrate to @uozi-admin/curd
  • d98b8d9 Merge branch 'dev' into v2.1
  • 06203e7 chore: update translations
  • 153aa1b feat: add disable-export functionality to multiple components
  • e7d5129 chore: update deps
  • df48d12 Merge branch 'dev' into v2.1
  • 2150857 refector: use SiteStatusSelect component for site status management
  • 0808eb0 feat: implement user profile management
  • 536aa54 feat: auto backup #999

📊 Changes

202 files changed (+21049 additions, -10823 deletions)

View changed files

📝 .vscode/settings.json (+1 -1)
api/backup/auto_backup.go (+196 -0)
📝 api/backup/backup.go (+1 -1)
📝 api/backup/backup_test.go (+1 -1)
📝 api/backup/restore.go (+1 -1)
api/backup/router.go (+20 -0)
📝 api/notification/notification.go (+3 -1)
📝 api/sites/list.go (+19 -8)
📝 api/streams/streams.go (+27 -12)
api/system/port_scan.go (+175 -0)
📝 api/system/router.go (+2 -6)
📝 api/upstream/upstream.go (+149 -14)
api/user/current_user.go (+74 -0)
📝 api/user/router.go (+4 -0)
📝 app/components.d.ts (+4 -18)
📝 app/eslint.config.mjs (+2 -0)
📝 app/package.json (+11 -10)
📝 app/pnpm-lock.yaml (+366 -441)
📝 app/src/api/2fa.ts (+1 -1)
📝 app/src/api/acme_user.ts (+5 -12)

...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.

## 📋 Pull Request Information **Original PR:** https://github.com/0xJacky/nginx-ui/pull/1078 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 5/25/2025 **Status:** ✅ Merged **Merged:** 5/26/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `v2.1` --- ### 📝 Commits (10+) - [`517f239`](https://github.com/0xJacky/nginx-ui/commit/517f239e66059ef6db6977f1676ef307ac8ab412) refactor: use uozi admin-kit - [`2a3ef53`](https://github.com/0xJacky/nginx-ui/commit/2a3ef530b65386e8a6e2f1264ce529ba9831d751) refactor(app): migrate to @uozi-admin/curd - [`d98b8d9`](https://github.com/0xJacky/nginx-ui/commit/d98b8d9c9782bb9aaf750035664ee2256ebc4789) Merge branch 'dev' into v2.1 - [`06203e7`](https://github.com/0xJacky/nginx-ui/commit/06203e7e93b24ce55549e7d5d99cf7d8afc9e019) chore: update translations - [`153aa1b`](https://github.com/0xJacky/nginx-ui/commit/153aa1b87d68f22bd457efd5e5f5dda34dac61c2) feat: add disable-export functionality to multiple components - [`e7d5129`](https://github.com/0xJacky/nginx-ui/commit/e7d512956b16a8c9d8f07620a4bf5b92c333debc) chore: update deps - [`df48d12`](https://github.com/0xJacky/nginx-ui/commit/df48d123b736bd0726c3cdccf459245f4b709d75) Merge branch 'dev' into v2.1 - [`2150857`](https://github.com/0xJacky/nginx-ui/commit/215085771516060ef36bc73b721cfc262c83e3a1) refector: use SiteStatusSelect component for site status management - [`0808eb0`](https://github.com/0xJacky/nginx-ui/commit/0808eb09c37a4e3732591cee87b5d7f11a424556) feat: implement user profile management - [`536aa54`](https://github.com/0xJacky/nginx-ui/commit/536aa545e16b25f4991271a0f8edcabdb2eb368b) feat: auto backup #999 ### 📊 Changes **202 files changed** (+21049 additions, -10823 deletions) <details> <summary>View changed files</summary> 📝 `.vscode/settings.json` (+1 -1) ➕ `api/backup/auto_backup.go` (+196 -0) 📝 `api/backup/backup.go` (+1 -1) 📝 `api/backup/backup_test.go` (+1 -1) 📝 `api/backup/restore.go` (+1 -1) ➕ `api/backup/router.go` (+20 -0) 📝 `api/notification/notification.go` (+3 -1) 📝 `api/sites/list.go` (+19 -8) 📝 `api/streams/streams.go` (+27 -12) ➕ `api/system/port_scan.go` (+175 -0) 📝 `api/system/router.go` (+2 -6) 📝 `api/upstream/upstream.go` (+149 -14) ➕ `api/user/current_user.go` (+74 -0) 📝 `api/user/router.go` (+4 -0) 📝 `app/components.d.ts` (+4 -18) 📝 `app/eslint.config.mjs` (+2 -0) 📝 `app/package.json` (+11 -10) 📝 `app/pnpm-lock.yaml` (+366 -441) 📝 `app/src/api/2fa.ts` (+1 -1) 📝 `app/src/api/acme_user.ts` (+5 -12) _...and 80 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-02-28 11:59:49 +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#4283
No description provided.