[PR #46] [CLOSED] August PLUS support #271

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/46
Author: @lts-rad
Created: 8/9/2022
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

  • 556fcf8 [ui] add setup ui
  • 7f94a40 [ui] Add country, ssid placeholders
  • cabdc94 [ui] update setup ui + show message if already configured
  • 1cd78f8 [ui] add ssid
  • c522d1b [ui] ssid+country+other
  • 21b7e14 [ui] return response to read message from body
  • 1eb28d7 [ui] some more validations
  • eaabcab [api] setup route for interfaces + admin password
  • 0a2288c [api] comments
  • 58af29e [ui] Remove .DS_Store

📊 Changes

37 files changed (+1441 additions, -643 deletions)

View changed files

📝 .github/workflows/docker-image.yml (+2 -7)
📝 api/Dockerfile (+1 -0)
📝 api/code/api.go (+18 -11)
📝 api/code/plugins.go (+320 -2)
📝 api/code/radios.go (+2 -2)
📝 api/code/traffic.go (+22 -24)
📝 build_docker_compose.sh (+28 -2)
docker-compose-src.yml (+0 -162)
📝 docker-compose-virt.yml (+36 -4)
docker-compose-virtsrc.yml (+0 -133)
📝 docker-compose.yml (+43 -5)
📝 frontend/package.json (+12 -10)
📝 frontend/src/Notifications.ios.js (+3 -1)
📝 frontend/src/api/Plugin.js (+4 -0)
📝 frontend/src/components/Dashboard/StatsChartWidget.js (+169 -1)
📝 frontend/src/components/Dashboard/WifiWidgets.js (+0 -1)
📝 frontend/src/components/Devices/DeviceListing.js (+3 -2)
📝 frontend/src/components/Flow/FlowList.js (+1 -1)
📝 frontend/src/components/Footer/Footer.js (+2 -1)
📝 frontend/src/components/Groups/GroupListing.js (+7 -6)

...and 17 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/46 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 8/9/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`556fcf8`](https://github.com/spr-networks/super/commit/556fcf819c965b52c957168647d60220eef385fb) [ui] add setup ui - [`7f94a40`](https://github.com/spr-networks/super/commit/7f94a40961cbb8b740c673873d5236149326cba8) [ui] Add country, ssid placeholders - [`cabdc94`](https://github.com/spr-networks/super/commit/cabdc941f54de9c4264ac0e67d696e5f1b1d62c9) [ui] update setup ui + show message if already configured - [`1cd78f8`](https://github.com/spr-networks/super/commit/1cd78f8d2eb4708aea5171a91bcd4f94858f7502) [ui] add ssid - [`c522d1b`](https://github.com/spr-networks/super/commit/c522d1b8e435f5a0438481b2d4e942e3bbb5d815) [ui] ssid+country+other - [`21b7e14`](https://github.com/spr-networks/super/commit/21b7e1431c2444690807e8dd6a33da1d5ff254de) [ui] return response to read message from body - [`1eb28d7`](https://github.com/spr-networks/super/commit/1eb28d714f0b96e570eaedb9016261a3b65510fe) [ui] some more validations - [`eaabcab`](https://github.com/spr-networks/super/commit/eaabcab95d77dd86ac6ef0acde03f5907c532dd7) [api] setup route for interfaces + admin password - [`0a2288c`](https://github.com/spr-networks/super/commit/0a2288c56e1af2a37c9cc14ec08c611defdbbb99) [api] comments - [`58af29e`](https://github.com/spr-networks/super/commit/58af29e446e8a4f7d9db62c9e065b556fff2d163) [ui] Remove .DS_Store ### 📊 Changes **37 files changed** (+1441 additions, -643 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-image.yml` (+2 -7) 📝 `api/Dockerfile` (+1 -0) 📝 `api/code/api.go` (+18 -11) 📝 `api/code/plugins.go` (+320 -2) 📝 `api/code/radios.go` (+2 -2) 📝 `api/code/traffic.go` (+22 -24) 📝 `build_docker_compose.sh` (+28 -2) ➖ `docker-compose-src.yml` (+0 -162) 📝 `docker-compose-virt.yml` (+36 -4) ➖ `docker-compose-virtsrc.yml` (+0 -133) 📝 `docker-compose.yml` (+43 -5) 📝 `frontend/package.json` (+12 -10) 📝 `frontend/src/Notifications.ios.js` (+3 -1) 📝 `frontend/src/api/Plugin.js` (+4 -0) 📝 `frontend/src/components/Dashboard/StatsChartWidget.js` (+169 -1) 📝 `frontend/src/components/Dashboard/WifiWidgets.js` (+0 -1) 📝 `frontend/src/components/Devices/DeviceListing.js` (+3 -2) 📝 `frontend/src/components/Flow/FlowList.js` (+1 -1) 📝 `frontend/src/components/Footer/Footer.js` (+2 -1) 📝 `frontend/src/components/Groups/GroupListing.js` (+7 -6) _...and 17 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:01 +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#271
No description provided.