mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #78] [MERGED] Dev #289
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#289
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/78
Author: @lts-rad
Created: 10/2/2022
Status: ✅ Merged
Merged: 10/3/2022
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
42b51e5[ui] flexwrap instead of truncate to show blocklists on mobile722ec52[ui] add pod-install for ios build with github actions8f6789a[ui] avoid autoFocus on device named80dcd4[ui] height fix on mobilef71f47c[ui] height fix on mobile7065fb9[ui] fix new scroll in appbd6b74c[ui] fix scroll on list for mobile viewe65297b[ui] build and signc830b44[build] add ios build workflow1f8e6d3[ui] manual signing📊 Changes
63 files changed (+2446 additions, -472 deletions)
View changed files
➕
.github/workflows/bump-version.yml(+20 -0)📝
.github/workflows/docker-image.yml(+34 -3)➕
.github/workflows/ios-build.yml(+95 -0)➕
.github/workflows/sbom-build.yml(+18 -0)📝
.github/workflows/ubuntu-iso.yml(+1 -0)📝
.gitignore(+1 -0)📝
api/code/api.go(+236 -11)📝
api/code/auth.go(+41 -4)📝
api/code/firewall.go(+2 -3)📝
api/code/notifications.go(+2 -2)📝
api/code/plugins.go(+73 -4)📝
api/code/radios.go(+12 -5)📝
base/Dockerfile(+1 -0)➕
base/docker_nftables_setup_bridge.sh(+60 -0)📝
base/scripts/nft_rules.sh(+18 -0)📝
base/scripts/startup.sh(+8 -2)📝
build_docker_compose.sh(+4 -0)📝
dhcp/Dockerfile(+2 -1)📝
dhcp/scripts/client.sh(+8 -0)📝
dhcp/scripts/startup.sh(+4 -1)...and 43 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.