mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[PR #206] [MERGED] October Release #patch #367
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#367
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/206
Author: @lts-rad
Created: 10/5/2023
Status: ✅ Merged
Merged: 10/5/2023
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
dc0664e[ui] add useSwipe component for swipe left and rightf81e227[ui] mobile view1925f11[ui] show device name if availableced6abb[ui] new edit device view36cf4b2[ui] mac addressca9485d[ui] helper text for trailing dot on domain names, issue #16629975f1[ui] bugfix multiple modal popups353267b[ui] add swipe up/down5d08101[ui] swipe to refresh on mobile. also show time ago for querybfc051d[ui] skip useSwipe for now📊 Changes
45 files changed (+2008 additions, -436 deletions)
View changed files
📝
api/Dockerfile(+1 -1)📝
api/code/api.go(+309 -13)📝
api/code/dhcp.go(+3 -83)📝
api/code/firewall.go(+265 -81)📝
api/code/interfaces.go(+51 -11)📝
api/code/plugins.go(+1 -1)📝
api/code/radios.go(+2 -2)📝
api/scripts/iwdev.py(+1 -0)📝
api/scripts/iwlist.py(+1 -0)📝
base/scripts/nft_rules.sh(+63 -26)📝
base/template_configs/base/api.json(+2 -2)📝
base/template_configs/dns/Corefile(+3 -1)📝
build_docker_compose.sh(+6 -1)📝
frontend/src/__tests__/Pfw.js(+1 -1)➕
frontend/src/api/CoreDNS.js(+12 -0)📝
frontend/src/api/Firewall.js(+27 -11)➕
frontend/src/api/Multicast.js(+12 -0)➕
frontend/src/components/Firewall/AddMulticastPort.js(+149 -0)📝
frontend/src/components/Firewall/BlockList.js(+10 -5)📝
frontend/src/components/Firewall/EndpointList.js(+40 -33)...and 25 more files
📄 Description
Bug fixes for DNS plugins
New UI for DNS configuration
New UI for multicast proxy settings
MDNS and Ping support, also during setup
UI improvements to menu and UI fixes for glitches
Refactor nftables for tcp/udp/multicast
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.