mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 08:45:58 +03:00
[PR #854] [MERGED] feat/encrypt-request #4210
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#4210
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/0xJacky/nginx-ui/pull/854
Author: @0xJacky
Created: 2/7/2025
Status: ✅ Merged
Merged: 2/7/2025
Merged by: @0xJacky
Base:
dev← Head:feat/encrypt-request📝 Commits (4)
2053197feat: encrypt login and install request #852c5bd8ccMerge branch 'dev' into feat/encrypt-requestd83272dfix: user curd panic after install7bb8cb5chore: 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.