mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #353] [MERGED] v0.3.18 #patch #412
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#412
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/353
Author: @lts-rad
Created: 8/15/2024
Status: ✅ Merged
Merged: 8/16/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
42 files changed (+1626 additions, -872 deletions)
View changed files
📝
RELEASE-NOTES.md(+9 -2)📝
api/code/api.go(+27 -24)📝
api/code/auth.go(+0 -2)📝
api/code/dhcp.go(+1 -0)📝
api/code/firewall.go(+1 -1)📝
api/code/hostapd_template.conf(+3 -0)📝
api/code/interfaces.go(+1 -2)📝
api/code/plugins.go(+80 -0)📝
api/code/ws.go(+39 -36)📝
api_sample_plugin/code/sample_plugin.go(+3 -1)📝
base/template_configs/wifi/hostapd_template.conf(+3 -0)📝
db/code/boltapi.go(+3 -1)📝
dyndns/code/dyndns_plugin.go(+3 -1)📝
frontend/src/api/API.js(+3 -1)📝
frontend/src/api/MockAPI.js(+1 -0)📝
frontend/src/api/WebSocket.js(+20 -5)📝
frontend/src/api/Wifi.js(+2 -0)📝
frontend/src/api/mesh.js(+5 -1)➕
frontend/src/components/Dashboard/Intro.js(+130 -0)📝
frontend/src/components/Devices/AddDevice.js(+187 -172)...and 22 more files
📄 Description
Improvements
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.