mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[PR #354] [MERGED] Install improvements #patch #411
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#411
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/spr-networks/super/pull/354
Author: @lts-rad
Created: 8/24/2024
Status: ✅ Merged
Merged: 8/24/2024
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
72cb233[ui] Clean up mesh OTP redirect1468d34[api] fix formatting17e58d1[api] restart pfw to ensure fw rules are syncd when api restarts8522585[api] call PluginRoutes after the other inits8981a07[ui] fix url for plugin uie8bfc27[ui] skip showing msg & only show modal for otp infof354346[ui] show message in modal if no otp & redir button6f1f006[multicast_udp_proxy] Publish spr.local on setup AP5a3447c[ui] refactor, cleanup, more space. skip fw rules for now, wipaba2f23[wifid] [api] Add support for H2E by default📊 Changes
18 files changed (+575 additions, -238 deletions)
View changed files
📝
RELEASE-NOTES.md(+5 -0)📝
api/code/api.go(+8 -0)📝
api/code/dhcp.go(+18 -3)📝
api/code/firewall.go(+18 -0)📝
api/code/interfaces.go(+8 -0)📝
api/code/plugins.go(+5 -5)📝
api/code/radios.go(+2 -0)📝
base/scripts/nft_rules.sh(+12 -1)📝
frontend/src/__tests__/DeviceList.js(+6 -1)➕
frontend/src/__tests__/Setup.js(+178 -0)📝
frontend/src/api/MockAPI.js(+247 -203)📝
frontend/src/api/mesh.js(+1 -0)📝
frontend/src/components/Auth/OTPValidate.js(+1 -1)📝
frontend/src/components/Dashboard/Intro.js(+11 -0)📝
frontend/src/views/Mesh.js(+21 -14)📝
frontend/src/views/pages/Setup.js(+21 -5)📝
multicast_udp_proxy/code/multicastproxy.go(+9 -4)📝
superd/Dockerfile(+4 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.