[PR #20] [MERGED] April Dev #253

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/20
Author: @lts-rad
Created: 4/29/2022
Status: Merged
Merged: 4/29/2022
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

  • ec3bde9 [ui] fix promises / return json only if content type is json
  • 945258d [ui] disabled logging
  • b83afe8 [ui] qrcode T:WPA for both wpa2 & wpa3
  • 3555b6f [ui] qrcode T:WPA for both wpa2 & wpa3
  • 8c7a408 Merge branch 'main' into dev
  • 0de514b [ui] add default zones to devices when adding a new device
  • a816fd9 [ui] support text/plain
  • 68be794 [ui] new api
  • 738a713 [ui] fix bug on fail
  • 99d9684 [ui] route fix

📊 Changes

125 files changed (+8540 additions, -2566 deletions)

View changed files

📝 api/Dockerfile (+7 -3)
📝 api/code/api.go (+433 -385)
📝 api/code/auth.go (+2 -2)
api/code/firewall.go (+350 -0)
api/code/plugins.go (+135 -0)
api/code/radios.go (+180 -0)
api/scripts/iw_dev.py (+140 -0)
api/scripts/iw_list.py (+245 -0)
📝 api/scripts/startup.sh (+3 -0)
api/scripts/update-zone-to-group.sh (+23 -0)
base/scripts/nft_rules.sh (+291 -0)
📝 base/scripts/startup.sh (+6 -1)
base/template_configs/base/api.json (+29 -0)
📝 base/template_configs/base/config.sh (+4 -4)
base/template_configs/base/nft_rules.sh (+0 -188)
📝 base/template_configs/devices/devices.json (+2 -2)
📝 base/template_configs/devices/groups.json (+3 -3)
📝 base/template_configs/wireguard/wg0.conf (+4 -4)
📝 build_docker_compose.sh (+5 -3)
📝 docker-compose-prebuilt.yml (+9 -7)

...and 80 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/20 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 4/29/2022 **Status:** ✅ Merged **Merged:** 4/29/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`ec3bde9`](https://github.com/spr-networks/super/commit/ec3bde97504b1bfef86c51973a16dca26877f091) [ui] fix promises / return json only if content type is json - [`945258d`](https://github.com/spr-networks/super/commit/945258d852844a64ceba4ee0b0d19525ed04263a) [ui] disabled logging - [`b83afe8`](https://github.com/spr-networks/super/commit/b83afe8521fa843578598f2cc5696126ff446e90) [ui] qrcode T:WPA for both wpa2 & wpa3 - [`3555b6f`](https://github.com/spr-networks/super/commit/3555b6f00be44048f94f88bdd288596eff58bef2) [ui] qrcode T:WPA for both wpa2 & wpa3 - [`8c7a408`](https://github.com/spr-networks/super/commit/8c7a40891a43242677195ef5110bb1dd8af7c1ad) Merge branch 'main' into dev - [`0de514b`](https://github.com/spr-networks/super/commit/0de514b1a022f7f3184bd4e943b938ea19546f26) [ui] add default zones to devices when adding a new device - [`a816fd9`](https://github.com/spr-networks/super/commit/a816fd9e5ec67b5e8802fd67c47aca3ea488ef9d) [ui] support text/plain - [`68be794`](https://github.com/spr-networks/super/commit/68be794a95a5cb8147e869cf8480f88874c65bc1) [ui] new api - [`738a713`](https://github.com/spr-networks/super/commit/738a7130eab6b6ee29244c58e158c8220466208d) [ui] fix bug on fail - [`99d9684`](https://github.com/spr-networks/super/commit/99d9684e36a2b9ef5f2fd3fdeabf8612763a02e2) [ui] route fix ### 📊 Changes **125 files changed** (+8540 additions, -2566 deletions) <details> <summary>View changed files</summary> 📝 `api/Dockerfile` (+7 -3) 📝 `api/code/api.go` (+433 -385) 📝 `api/code/auth.go` (+2 -2) ➕ `api/code/firewall.go` (+350 -0) ➕ `api/code/plugins.go` (+135 -0) ➕ `api/code/radios.go` (+180 -0) ➕ `api/scripts/iw_dev.py` (+140 -0) ➕ `api/scripts/iw_list.py` (+245 -0) 📝 `api/scripts/startup.sh` (+3 -0) ➕ `api/scripts/update-zone-to-group.sh` (+23 -0) ➕ `base/scripts/nft_rules.sh` (+291 -0) 📝 `base/scripts/startup.sh` (+6 -1) ➕ `base/template_configs/base/api.json` (+29 -0) 📝 `base/template_configs/base/config.sh` (+4 -4) ➖ `base/template_configs/base/nft_rules.sh` (+0 -188) 📝 `base/template_configs/devices/devices.json` (+2 -2) 📝 `base/template_configs/devices/groups.json` (+3 -3) 📝 `base/template_configs/wireguard/wg0.conf` (+4 -4) 📝 `build_docker_compose.sh` (+5 -3) 📝 `docker-compose-prebuilt.yml` (+9 -7) _...and 80 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:35:55 +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#253
No description provided.