[PR #78] [MERGED] Dev #289

Closed
opened 2026-03-04 01:36:06 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

  • 42b51e5 [ui] flexwrap instead of truncate to show blocklists on mobile
  • 722ec52 [ui] add pod-install for ios build with github actions
  • 8f6789a [ui] avoid autoFocus on device name
  • d80dcd4 [ui] height fix on mobile
  • f71f47c [ui] height fix on mobile
  • 7065fb9 [ui] fix new scroll in app
  • bd6b74c [ui] fix scroll on list for mobile view
  • e65297b [ui] build and sign
  • c830b44 [build] add ios build workflow
  • 1f8e6d3 [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.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/78 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 10/2/2022 **Status:** ✅ Merged **Merged:** 10/3/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`42b51e5`](https://github.com/spr-networks/super/commit/42b51e51f36ea69fa856a188a48eccb49e7f95c5) [ui] flexwrap instead of truncate to show blocklists on mobile - [`722ec52`](https://github.com/spr-networks/super/commit/722ec523070863454feda01efc89031199e32604) [ui] add pod-install for ios build with github actions - [`8f6789a`](https://github.com/spr-networks/super/commit/8f6789a93f642dfd828681457063e4848e14c3af) [ui] avoid autoFocus on device name - [`d80dcd4`](https://github.com/spr-networks/super/commit/d80dcd48220aa104ae164eb21fd8181c58b0a23f) [ui] height fix on mobile - [`f71f47c`](https://github.com/spr-networks/super/commit/f71f47c9989ec93d3cb395e972c21c68814bc207) [ui] height fix on mobile - [`7065fb9`](https://github.com/spr-networks/super/commit/7065fb9bed72c528e47b7c08bc18e5d3d42fcc96) [ui] fix new scroll in app - [`bd6b74c`](https://github.com/spr-networks/super/commit/bd6b74c3f15fcbc0b8ebfc85e5997c1c3504f184) [ui] fix scroll on list for mobile view - [`e65297b`](https://github.com/spr-networks/super/commit/e65297b7605ad9126b8f7932a136eb08527c3c2a) [ui] build and sign - [`c830b44`](https://github.com/spr-networks/super/commit/c830b44236cd6900bd8aaf82b7c2a5522d832c05) [build] add ios build workflow - [`1f8e6d3`](https://github.com/spr-networks/super/commit/1f8e6d3e81108856b4f2342a92efc88249149e42) [ui] manual signing ### 📊 Changes **63 files changed** (+2446 additions, -472 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:06 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#289
No description provided.