mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #391] [MERGED] Fixes and updates #patch #427
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#427
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/391
Author: @lts-rad
Created: 11/26/2024
Status: ✅ Merged
Merged: 1/4/2025
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
00e0dae[api] [base] Create output block rules API & rules #384a3463c2Bump http-proxy-middleware from 2.0.6 to 2.0.7 in /frontend (#387)d6b657a[ui] Add UI for output blocks38d5c67[api] Add block_output call94166d0[ui] Add OutputBlock supportaff438f[api] Add support for custom DNS mappings, reduce json loading0de6bc0[ui] Add custom DNS edit fieldb19828e[ui] Add custom DNS edit field83eb060[api] Save DNSCustom assignment1339bae[api] [ui] Clean up DNSCustom handling📊 Changes
41 files changed (+2146 additions, -555 deletions)
View changed files
📝
.github/workflows/docker-image.yml(+3 -3)📝
.github/workflows/ios-build.yml(+2 -2)📝
.github/workflows/test-ui.yml(+2 -2)📝
RELEASE-NOTES.md(+5 -0)📝
api/Dockerfile(+4 -4)📝
api/code/api.go(+99 -8)📝
api/code/firewall.go(+178 -13)📝
api_sample_plugin/Dockerfile(+4 -4)📝
base/Dockerfile(+1 -1)📝
base/scripts/nft_rules.sh(+14 -0)📝
db/Dockerfile(+4 -4)📝
dhcp/Dockerfile(+3 -3)📝
dhcp/scripts/client.sh(+2 -1)📝
dns/Dockerfile(+6 -5)📝
dyndns/Dockerfile(+4 -4)📝
flowgather/Dockerfile(+4 -4)📝
frontend/src/api/Firewall.js(+8 -0)📝
frontend/src/api/MockAPI.js(+25 -4)📝
frontend/src/components/Alerts/AddAlert.js(+7 -1)📝
frontend/src/components/DNS/DNSAddOverride.js(+32 -13)...and 21 more files
📄 Description
v1.0.5
Improvements
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.