[PR #996] [CLOSED] Merge dev into feat/platform-windows #4269

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

📋 Pull Request Information

Original PR: https://github.com/0xJacky/nginx-ui/pull/996
Author: @0xJacky
Created: 5/2/2025
Status: Closed

Base: feat/platform-windowsHead: dev


📝 Commits (10+)

  • c773166 fix: codes not clean if reset TOTP
  • 9184711 feat: validate new recovery code
  • 69a7f38 fix: build for 32-bit platform
  • 5ade465 feat(otp): encrypt recovery codes with AES
  • 121287d Merge branch 'dev' into refactor/otp
  • a91fe4b fix(otp): crash after TOTP enroll
  • ef1a5c2 chore: update Chinese translation
  • 228a7b9 fix(otp): show new recovery codes after TOTP first binding
  • 5d5bac2 feat(otp): add notification for when all recovery codes are used
  • a650175 style(2fa): add mt-3 for recovery_code btn

📊 Changes

940 files changed (+100831 additions, -31862 deletions)

View changed files

📝 .air.toml (+2 -2)
.cursor/rules/backend.mdc (+56 -0)
.cursor/rules/frontend.mdc (+44 -0)
.devcontainer/Dockerfile (+39 -0)
.devcontainer/devcontainer.json (+45 -0)
.devcontainer/docker-compose.yml (+82 -0)
.devcontainer/init-nginx.sh (+9 -0)
.devcontainer/node-supervisor.sh (+87 -0)
.devcontainer/pebble-test/certs/README.md (+25 -0)
.devcontainer/pebble-test/certs/localhost/README.md (+5 -0)
.devcontainer/pebble-test/certs/localhost/cert.pem (+19 -0)
.devcontainer/pebble-test/certs/localhost/key.pem (+27 -0)
.devcontainer/pebble-test/certs/pebble.minica.key.pem (+27 -0)
.devcontainer/pebble-test/certs/pebble.minica.pem (+19 -0)
.devcontainer/pebble-test/config/load-generator-config.json (+26 -0)
.devcontainer/pebble-test/config/pebble-config-external-account-bindings.json (+22 -0)
.devcontainer/pebble-test/config/pebble-config.json (+27 -0)
.devcontainer/start.sh (+25 -0)
📝 .dockerignore (+3 -0)
.github/FUNDING.yml (+1 -0)

...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/996 **Author:** [@0xJacky](https://github.com/0xJacky) **Created:** 5/2/2025 **Status:** ❌ Closed **Base:** `feat/platform-windows` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c773166`](https://github.com/0xJacky/nginx-ui/commit/c7731667f4f53be18cf6a045e8d6c9fc29eb4943) fix: codes not clean if reset TOTP - [`9184711`](https://github.com/0xJacky/nginx-ui/commit/9184711d439e05a0a73b81e21137c837b96c8a56) feat: validate new recovery code - [`69a7f38`](https://github.com/0xJacky/nginx-ui/commit/69a7f38ba78ceb11f6d5814b73656022ea916fbd) fix: build for 32-bit platform - [`5ade465`](https://github.com/0xJacky/nginx-ui/commit/5ade465ac63a2cc536e3cf6597fb12eeed5091c7) feat(otp): encrypt recovery codes with AES - [`121287d`](https://github.com/0xJacky/nginx-ui/commit/121287df21113c36424f26ddd265486d2fffb6d4) Merge branch 'dev' into refactor/otp - [`a91fe4b`](https://github.com/0xJacky/nginx-ui/commit/a91fe4b5acfbb0aef310b56a9280100ba208121d) fix(otp): crash after TOTP enroll - [`ef1a5c2`](https://github.com/0xJacky/nginx-ui/commit/ef1a5c2deb4d4481a52a5c0482e25fe12aa99660) chore: update Chinese translation - [`228a7b9`](https://github.com/0xJacky/nginx-ui/commit/228a7b997f085a000eca78dd70595b7cc0a7fe08) fix(otp): show new recovery codes after TOTP first binding - [`5d5bac2`](https://github.com/0xJacky/nginx-ui/commit/5d5bac2e25991521983b4a1d357c403be8fd4f88) feat(otp): add notification for when all recovery codes are used - [`a650175`](https://github.com/0xJacky/nginx-ui/commit/a650175d13ebfe8ffc158b67d3daeb48920a58a8) style(2fa): add mt-3 for recovery_code btn ### 📊 Changes **940 files changed** (+100831 additions, -31862 deletions) <details> <summary>View changed files</summary> 📝 `.air.toml` (+2 -2) ➕ `.cursor/rules/backend.mdc` (+56 -0) ➕ `.cursor/rules/frontend.mdc` (+44 -0) ➕ `.devcontainer/Dockerfile` (+39 -0) ➕ `.devcontainer/devcontainer.json` (+45 -0) ➕ `.devcontainer/docker-compose.yml` (+82 -0) ➕ `.devcontainer/init-nginx.sh` (+9 -0) ➕ `.devcontainer/node-supervisor.sh` (+87 -0) ➕ `.devcontainer/pebble-test/certs/README.md` (+25 -0) ➕ `.devcontainer/pebble-test/certs/localhost/README.md` (+5 -0) ➕ `.devcontainer/pebble-test/certs/localhost/cert.pem` (+19 -0) ➕ `.devcontainer/pebble-test/certs/localhost/key.pem` (+27 -0) ➕ `.devcontainer/pebble-test/certs/pebble.minica.key.pem` (+27 -0) ➕ `.devcontainer/pebble-test/certs/pebble.minica.pem` (+19 -0) ➕ `.devcontainer/pebble-test/config/load-generator-config.json` (+26 -0) ➕ `.devcontainer/pebble-test/config/pebble-config-external-account-bindings.json` (+22 -0) ➕ `.devcontainer/pebble-test/config/pebble-config.json` (+27 -0) ➕ `.devcontainer/start.sh` (+25 -0) 📝 `.dockerignore` (+3 -0) ➕ `.github/FUNDING.yml` (+1 -0) _...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:46 +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#4269
No description provided.