mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #348] [MERGED] #patch #405
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#405
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/348
Author: @lts-rad
Created: 8/5/2024
Status: ✅ Merged
Merged: 8/5/2024
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
c605ec6[ui] Make sure navigate happens at the end806bbb4[api] temp fix for jc parser not matching 0 user1ed73c0[ui] verify plugin, set window.SPR_PLUGIN with uri and info35dcce5[ui] fix syntax34b3caf[api] Do not send APNS for WildcardAll messages #3470283c47[api] Buffer WSNotify #347fd82328[api] Fix formatting4271888[installer] disable shrinkdf031d9[api] Refactor event bus publish to use a persistent clientc838644[api] Further tune websocket to only attempt to send a wildcard message if theres a listener📊 Changes
19 files changed (+446 additions, -122 deletions)
View changed files
📝
RELEASE-NOTES.md(+12 -0)📝
api/code/alerts.go(+1 -1)📝
api/code/api.go(+35 -11)📝
api/code/auth.go(+4 -5)📝
api/code/dhcp.go(+3 -5)📝
api/code/firewall.go(+4 -8)📝
api/code/interfaces.go(+41 -7)📝
api/code/plugins.go(+12 -16)📝
api/code/ws.go(+37 -17)📝
base/scripts/nft_rules.sh(+3 -2)📝
frontend/src/components/Dashboard/WifiWidgets.js(+83 -21)📝
frontend/src/components/Firewall/UpstreamServicesList.js(+13 -4)📝
frontend/src/views/CustomPlugin.js(+29 -7)📝
frontend/src/views/pages/Setup.js(+80 -10)📝
installer/pi-arm64-image-build.sh(+1 -1)📝
packet_logs/code/go.mod(+2 -0)📝
packet_logs/code/go.sum(+5 -0)➕
packet_logs/code/interface_names.go(+71 -0)📝
packet_logs/code/main.go(+10 -7)📄 Description
v0.3.15
Fixes
Improvements
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.