[PR #336] [MERGED] June Release #patch #404

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/336
Author: @lts-rad
Created: 6/7/2024
Status: Merged
Merged: 6/7/2024
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • 348430d [ui] DNS Log Graph
  • ee2bc02 [docs] Fix release notes
  • fa8f98c [ui] Bring back in mobile view fixes
  • 94a9807 [ui] Update setup to 3 stages
  • 716f7d7 [ui] Update setup to 3 stages
  • bcf5e80 [api] [ui] New setup (#329)
  • 1432887 [ui] On medium/desktop only show the 2nd icon for connectino type
  • 783a495 [api] add udp connection test
  • 7d0ec7a [installer] Update to dhcpcd as fallback for 24.04
  • 17ea3a7 [installer] Update base setup scripts to use upstream docker

📊 Changes

68 files changed (+7223 additions, -1934 deletions)

View changed files

📝 .github/workflows/pi-ubuntu-iso.yml (+3 -1)
📝 RELEASE-NOTES.md (+8 -4)
📝 api/Dockerfile (+1 -1)
📝 api/code/api.go (+41 -130)
📝 api/code/firewall.go (+5 -2)
📝 api/code/interfaces.go (+304 -34)
📝 api/code/radios.go (+78 -6)
📝 api/code/uplink.go (+2 -2)
📝 api/scripts/generate-certificate.sh (+79 -16)
api/scripts/rand_oui_prefixes (+4093 -0)
📝 api/scripts/startup.sh (+11 -0)
📝 base/setup-sdcard.sh (+2 -24)
📝 base/setup.sh (+17 -2)
📝 dhcp/Dockerfile (+1 -1)
📝 dhcp/scripts/client.sh (+67 -52)
📝 frontend/ios/Podfile (+1 -1)
📝 frontend/ios/Podfile.lock (+3 -108)
📝 frontend/src/__tests__/ClientSelect.js (+8 -3)
📝 frontend/src/__tests__/DNS.js (+77 -44)
📝 frontend/src/__tests__/DeviceList.js (+67 -23)

...and 48 more files

📄 Description

Improvements

  • New BSSID Randomization Feature
  • New Setup flow for SPR
  • New PI installer with qemu aarch64
  • Improved TLS Support
  • Reworked UI for more tabbed views where logical

🔄 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/336 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 6/7/2024 **Status:** ✅ Merged **Merged:** 6/7/2024 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`348430d`](https://github.com/spr-networks/super/commit/348430d4c25ab07aa95ee6ae2cd3b578e07590f4) [ui] DNS Log Graph - [`ee2bc02`](https://github.com/spr-networks/super/commit/ee2bc0229440a2970df790d92daf7437988b803c) [docs] Fix release notes - [`fa8f98c`](https://github.com/spr-networks/super/commit/fa8f98ca748318e64f41ea7b85cdf4f209ce637b) [ui] Bring back in mobile view fixes - [`94a9807`](https://github.com/spr-networks/super/commit/94a980788a498c91e1c9a63bdd7243f75623bafd) [ui] Update setup to 3 stages - [`716f7d7`](https://github.com/spr-networks/super/commit/716f7d7f9ec962f52f62785ad03f9d80c440cc89) [ui] Update setup to 3 stages - [`bcf5e80`](https://github.com/spr-networks/super/commit/bcf5e80d95f1d78050661da8c36824d66c776015) [api] [ui] New setup (#329) - [`1432887`](https://github.com/spr-networks/super/commit/1432887cecd8d8535f43ce7d52881ea07e4239c4) [ui] On medium/desktop only show the 2nd icon for connectino type - [`783a495`](https://github.com/spr-networks/super/commit/783a495f6d57e2f2c14694ebda18fa77ca8267a9) [api] add udp connection test - [`7d0ec7a`](https://github.com/spr-networks/super/commit/7d0ec7aff43a49fdef15070600d898cf4b2d2bdd) [installer] Update to dhcpcd as fallback for 24.04 - [`17ea3a7`](https://github.com/spr-networks/super/commit/17ea3a7a50b41d8ae867de6fe38c867f44322ee3) [installer] Update base setup scripts to use upstream docker ### 📊 Changes **68 files changed** (+7223 additions, -1934 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/pi-ubuntu-iso.yml` (+3 -1) 📝 `RELEASE-NOTES.md` (+8 -4) 📝 `api/Dockerfile` (+1 -1) 📝 `api/code/api.go` (+41 -130) 📝 `api/code/firewall.go` (+5 -2) 📝 `api/code/interfaces.go` (+304 -34) 📝 `api/code/radios.go` (+78 -6) 📝 `api/code/uplink.go` (+2 -2) 📝 `api/scripts/generate-certificate.sh` (+79 -16) ➕ `api/scripts/rand_oui_prefixes` (+4093 -0) 📝 `api/scripts/startup.sh` (+11 -0) 📝 `base/setup-sdcard.sh` (+2 -24) 📝 `base/setup.sh` (+17 -2) 📝 `dhcp/Dockerfile` (+1 -1) 📝 `dhcp/scripts/client.sh` (+67 -52) 📝 `frontend/ios/Podfile` (+1 -1) 📝 `frontend/ios/Podfile.lock` (+3 -108) 📝 `frontend/src/__tests__/ClientSelect.js` (+8 -3) 📝 `frontend/src/__tests__/DNS.js` (+77 -44) 📝 `frontend/src/__tests__/DeviceList.js` (+67 -23) _...and 48 more files_ </details> ### 📄 Description Improvements * New BSSID Randomization Feature * New Setup flow for SPR * New PI installer with qemu aarch64 * Improved TLS Support * Reworked UI for more tabbed views where logical --- <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:41 +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#404
No description provided.