[PR #403] [MERGED] Dev #patch #428

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/403
Author: @lts-rad
Created: 4/8/2025
Status: Merged
Merged: 4/22/2025
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • c7de60c [ui] fix #392 which was missing the list name in the api call
  • b257518 [dns] Merged plugins to main
  • 41ca6d3 [ui] fix for issue #397
  • a554ad9 [api] Monitor apport for crashes
  • 8ac0462 [build] Update to 24.04.2
  • 353e699 [build] Update apt for qemu
  • b515622 [api] Fix crash downloads
  • 0b294a1 [wifid] Enable beacon protection
  • e040e88 [wifid] Enable sae_track_password for multiple wildcards
  • 564f1f6 Update README.md

📊 Changes

31 files changed (+293 additions, -70 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+1 -1)
📝 .github/workflows/ios-build.yml (+2 -2)
📝 README.md (+5 -1)
📝 RELEASE-NOTES.md (+11 -0)
📝 api/code/alerts.go (+53 -0)
📝 api/code/api.go (+3 -0)
📝 api/code/firewall.go (+16 -1)
📝 api/code/go.mod (+2 -1)
📝 api/code/go.sum (+5 -40)
📝 api/code/hostapd_template.conf (+5 -1)
📝 api/code/interfaces.go (+6 -0)
📝 api/code/radios.go (+10 -1)
📝 base/template_configs/wifi/hostapd_template.conf (+5 -1)
📝 dns/Dockerfile (+2 -2)
📝 docker-compose-test.yml (+1 -0)
📝 docker-compose-virt.yml (+1 -0)
📝 docker-compose.yml (+1 -0)
📝 frontend/src/components/DNS/DNSAddBlocklist.js (+2 -2)
📝 frontend/src/components/DNS/DNSBlocklist.js (+2 -2)
📝 frontend/src/components/DNS/DNSOverrideList.ios.js (+1 -1)

...and 11 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/403 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 4/8/2025 **Status:** ✅ Merged **Merged:** 4/22/2025 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c7de60c`](https://github.com/spr-networks/super/commit/c7de60ca6d78bf65a04b84357014d30753edd104) [ui] fix #392 which was missing the list name in the api call - [`b257518`](https://github.com/spr-networks/super/commit/b257518fa2900678c1b820620c62f40b52b3fd49) [dns] Merged plugins to main - [`41ca6d3`](https://github.com/spr-networks/super/commit/41ca6d3f0687c745f403686236293f5c073aa196) [ui] fix for issue #397 - [`a554ad9`](https://github.com/spr-networks/super/commit/a554ad9650378f61e1d8566b864b38a76504e18c) [api] Monitor apport for crashes - [`8ac0462`](https://github.com/spr-networks/super/commit/8ac046284fb1e747ec029a9451c5ef98c165cb81) [build] Update to 24.04.2 - [`353e699`](https://github.com/spr-networks/super/commit/353e699df008734c6121d1c626788d1217bbdf9c) [build] Update apt for qemu - [`b515622`](https://github.com/spr-networks/super/commit/b515622ca710338ffc474eaac9eb938467fcedc6) [api] Fix crash downloads - [`0b294a1`](https://github.com/spr-networks/super/commit/0b294a1a2c08900f54be7064dfd500e3caa8b029) [wifid] Enable beacon protection - [`e040e88`](https://github.com/spr-networks/super/commit/e040e88e939b84dc628b0286f0277943026509b1) [wifid] Enable sae_track_password for multiple wildcards - [`564f1f6`](https://github.com/spr-networks/super/commit/564f1f65ab4e8b16ed3bff53001c3bc1f3293a39) Update README.md ### 📊 Changes **31 files changed** (+293 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+1 -1) 📝 `.github/workflows/ios-build.yml` (+2 -2) 📝 `README.md` (+5 -1) 📝 `RELEASE-NOTES.md` (+11 -0) 📝 `api/code/alerts.go` (+53 -0) 📝 `api/code/api.go` (+3 -0) 📝 `api/code/firewall.go` (+16 -1) 📝 `api/code/go.mod` (+2 -1) 📝 `api/code/go.sum` (+5 -40) 📝 `api/code/hostapd_template.conf` (+5 -1) 📝 `api/code/interfaces.go` (+6 -0) 📝 `api/code/radios.go` (+10 -1) 📝 `base/template_configs/wifi/hostapd_template.conf` (+5 -1) 📝 `dns/Dockerfile` (+2 -2) 📝 `docker-compose-test.yml` (+1 -0) 📝 `docker-compose-virt.yml` (+1 -0) 📝 `docker-compose.yml` (+1 -0) 📝 `frontend/src/components/DNS/DNSAddBlocklist.js` (+2 -2) 📝 `frontend/src/components/DNS/DNSBlocklist.js` (+2 -2) 📝 `frontend/src/components/DNS/DNSOverrideList.ios.js` (+1 -1) _...and 11 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:48 +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#428
No description provided.