[PR #854] [MERGED] feat/encrypt-request #1125

Closed
opened 2026-02-26 12:10:33 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/854
Author: @0xJacky
Created: 2/7/2025
Status: Merged
Merged: 2/7/2025
Merged by: @0xJacky

Base: devHead: feat/encrypt-request


📝 Commits (4)

  • 2053197 feat: encrypt login and install request #852
  • c5bd8cc Merge branch 'dev' into feat/encrypt-request
  • d83272d fix: user curd panic after install
  • 7bb8cb5 chore: update error definations

📊 Changes

33 files changed (+1108 additions, -768 deletions)

View changed files

api/crypto/crypto.go (+22 -0)
api/crypto/router.go (+10 -0)
📝 api/system/router.go (+2 -1)
📝 api/user/router.go (+2 -1)
📝 app/package.json (+1 -0)
📝 app/pnpm-lock.yaml (+8 -0)
📝 app/src/api/auth.ts (+1 -1)
📝 app/src/api/install.ts (+1 -1)
📝 app/src/constants/errors/crypto.ts (+1 -0)
app/src/constants/errors/middleware.ts (+4 -0)
📝 app/src/language/ar/app.po (+73 -59)
📝 app/src/language/en/app.po (+72 -59)
📝 app/src/language/es/app.po (+73 -59)
📝 app/src/language/fr_FR/app.po (+72 -59)
📝 app/src/language/ko_KR/app.po (+72 -59)
📝 app/src/language/messages.pot (+71 -59)
📝 app/src/language/ru_RU/app.po (+73 -59)
📝 app/src/language/tr_TR/app.po (+73 -59)
📝 app/src/language/vi_VN/app.po (+72 -59)
📝 app/src/language/zh_CN/app.po (+71 -59)

...and 13 more files

📄 Description

  • Encrypt the login request #852
  • Encrypt the install request
  • Fixed the user curd API panic after install

🔄 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/854 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 2/7/2025 **Status:** ✅ Merged **Merged:** 2/7/2025 **Merged by:** [@0xJacky](https://github.com/0xJacky) **Base:** `dev` ← **Head:** `feat/encrypt-request` --- ### 📝 Commits (4) - [`2053197`](https://github.com/0xJacky/nginx-ui/commit/20531971cf46b35622e50c5cd7274a36baa30224) feat: encrypt login and install request #852 - [`c5bd8cc`](https://github.com/0xJacky/nginx-ui/commit/c5bd8cc580dd2265cb4bba21d8ea1cef35aec9aa) Merge branch 'dev' into feat/encrypt-request - [`d83272d`](https://github.com/0xJacky/nginx-ui/commit/d83272d5b827b4634179aa3ebc7df2f61e31a13c) fix: user curd panic after install - [`7bb8cb5`](https://github.com/0xJacky/nginx-ui/commit/7bb8cb5d197523a8fe32d8fc738f6ab8699269bc) chore: update error definations ### 📊 Changes **33 files changed** (+1108 additions, -768 deletions) <details> <summary>View changed files</summary> ➕ `api/crypto/crypto.go` (+22 -0) ➕ `api/crypto/router.go` (+10 -0) 📝 `api/system/router.go` (+2 -1) 📝 `api/user/router.go` (+2 -1) 📝 `app/package.json` (+1 -0) 📝 `app/pnpm-lock.yaml` (+8 -0) 📝 `app/src/api/auth.ts` (+1 -1) 📝 `app/src/api/install.ts` (+1 -1) 📝 `app/src/constants/errors/crypto.ts` (+1 -0) ➕ `app/src/constants/errors/middleware.ts` (+4 -0) 📝 `app/src/language/ar/app.po` (+73 -59) 📝 `app/src/language/en/app.po` (+72 -59) 📝 `app/src/language/es/app.po` (+73 -59) 📝 `app/src/language/fr_FR/app.po` (+72 -59) 📝 `app/src/language/ko_KR/app.po` (+72 -59) 📝 `app/src/language/messages.pot` (+71 -59) 📝 `app/src/language/ru_RU/app.po` (+73 -59) 📝 `app/src/language/tr_TR/app.po` (+73 -59) 📝 `app/src/language/vi_VN/app.po` (+72 -59) 📝 `app/src/language/zh_CN/app.po` (+71 -59) _...and 13 more files_ </details> ### 📄 Description - [x] Encrypt the login request #852 - [x] Encrypt the install request - [x] Fixed the user curd API panic after install --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 12:10:33 +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#1125
No description provided.