[PR #350] [MERGED] V0.3.16 #patch #408

Closed
opened 2026-03-04 01:36:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/350
Author: @lts-rad
Created: 8/9/2024
Status: Merged
Merged: 8/13/2024
Merged by: @lts-rad

Base: mainHead: v0.3.16


📝 Commits (10+)

  • 3ffcfa8 [ui] fix #349
  • 6cc2a5b [api] Security fix for updatePlugins call and OTP check
  • 18ad272 [multicast_udp_proxy] Publish spr.local on setup AP
  • 927260c [ui] fix url for plugin ui
  • dee4cac [api] restart pfw to ensure fw rules are syncd when api restarts
  • 4a85025 [ui] Clean up mesh OTP redirect
  • 5db9e11 [ui] skip showing msg & only show modal for otp info
  • 2c231ad [api] Clean up plugin update state changes
  • 52426e7 [ui] Fix PFW UI
  • 12570c1 [ui] show message in modal if no otp & redir button

📊 Changes

11 files changed (+162 additions, -47 deletions)

View changed files

📝 RELEASE-NOTES.md (+7 -1)
📝 api/code/plugins.go (+70 -10)
📝 frontend/src/components/Auth/OTPValidate.js (+29 -0)
📝 frontend/src/components/Dashboard/WifiWidgets.js (+1 -1)
📝 frontend/src/components/Flow/FlowCards.js (+13 -11)
📝 frontend/src/components/Plugins/InstallPlugin.js (+8 -10)
📝 frontend/src/components/Plugins/PluginList.js (+1 -1)
📝 frontend/src/layouts/Admin.js (+6 -3)
📝 frontend/src/views/Mesh.js (+12 -10)
📝 frontend/src/views/Wireguard.js (+4 -0)
📝 multicast_udp_proxy/code/multicastproxy.go (+11 -0)

📄 Description

v0.3.16

Fixes

  • Security fix for OTP bypass on plugin update
  • Clean up Plugin URI route
  • Fix PFW Abort
  • Clean up OTP handling

🔄 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/spr-networks/super/pull/350 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 8/9/2024 **Status:** ✅ Merged **Merged:** 8/13/2024 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `v0.3.16` --- ### 📝 Commits (10+) - [`3ffcfa8`](https://github.com/spr-networks/super/commit/3ffcfa811a9ab1f3e1cfb691e633d2fa19d05bda) [ui] fix #349 - [`6cc2a5b`](https://github.com/spr-networks/super/commit/6cc2a5bc882e5c4ee0081004d014d0041156b976) [api] Security fix for updatePlugins call and OTP check - [`18ad272`](https://github.com/spr-networks/super/commit/18ad272e9c1c87a76897f2e41d381d37d77c869f) [multicast_udp_proxy] Publish spr.local on setup AP - [`927260c`](https://github.com/spr-networks/super/commit/927260c3b2832a6d8837c3580d57f14fbc085160) [ui] fix url for plugin ui - [`dee4cac`](https://github.com/spr-networks/super/commit/dee4cac3993d94407fdc2484fcc82e48b0c2921b) [api] restart pfw to ensure fw rules are syncd when api restarts - [`4a85025`](https://github.com/spr-networks/super/commit/4a8502572ec7d3fe7afbbb1655b9b9e907f9ee3a) [ui] Clean up mesh OTP redirect - [`5db9e11`](https://github.com/spr-networks/super/commit/5db9e118276764b7e2e8686cc07b13c5af31703f) [ui] skip showing msg & only show modal for otp info - [`2c231ad`](https://github.com/spr-networks/super/commit/2c231ad099f96d7084ce45c3bfef9ddf28664cfb) [api] Clean up plugin update state changes - [`52426e7`](https://github.com/spr-networks/super/commit/52426e74dd0ff9e2f3f5e33e5e6e2401e179e7c4) [ui] Fix PFW UI - [`12570c1`](https://github.com/spr-networks/super/commit/12570c195e784f638139cdc8a7ab1282a093550c) [ui] show message in modal if no otp & redir button ### 📊 Changes **11 files changed** (+162 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+7 -1) 📝 `api/code/plugins.go` (+70 -10) 📝 `frontend/src/components/Auth/OTPValidate.js` (+29 -0) 📝 `frontend/src/components/Dashboard/WifiWidgets.js` (+1 -1) 📝 `frontend/src/components/Flow/FlowCards.js` (+13 -11) 📝 `frontend/src/components/Plugins/InstallPlugin.js` (+8 -10) 📝 `frontend/src/components/Plugins/PluginList.js` (+1 -1) 📝 `frontend/src/layouts/Admin.js` (+6 -3) 📝 `frontend/src/views/Mesh.js` (+12 -10) 📝 `frontend/src/views/Wireguard.js` (+4 -0) 📝 `multicast_udp_proxy/code/multicastproxy.go` (+11 -0) </details> ### 📄 Description ## v0.3.16 Fixes * Security fix for OTP bypass on plugin update * Clean up Plugin URI route * Fix PFW Abort * Clean up OTP handling --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:43 +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/super#408
No description provided.