[PR #35] [MERGED] August release #268

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/35
Author: @lts-rad
Created: 7/28/2022
Status: Merged
Merged: 7/28/2022
Merged by: @lts-rad

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

181 files changed (+9035 additions, -2101 deletions)

View changed files

.github/workflows/ubuntu-iso.yml (+44 -0)
📝 .gitignore (+1 -0)
📝 api/Dockerfile (+2 -2)
📝 api/code/api.go (+194 -4)
📝 api/code/auth.go (+20 -11)
📝 api/code/radios.go (+101 -35)
📝 api_sample_plugin/Dockerfile (+2 -2)
📝 base/Dockerfile (+1 -1)
base/template_configs/base/virtual-config.sh (+18 -0)
📝 base/template_configs/scripts/gen_hostapd.sh (+5 -0)
📝 dhcp/Dockerfile (+3 -7)
📝 dns/Dockerfile (+2 -2)
📝 dyndns/Dockerfile (+2 -2)
📝 flowgather/Dockerfile (+2 -2)
frontend/.bundle/config (+2 -0)
📝 frontend/.gitignore (+6 -0)
📝 frontend/app.json (+1 -1)
frontend/cypress/integration/spec.js (+0 -8)
📝 frontend/index.js (+1 -1)
frontend/ios/Podfile (+37 -0)

...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/35 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 7/28/2022 **Status:** ✅ Merged **Merged:** 7/28/2022 **Merged by:** [@lts-rad](https://github.com/lts-rad) **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 **181 files changed** (+9035 additions, -2101 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/ubuntu-iso.yml` (+44 -0) 📝 `.gitignore` (+1 -0) 📝 `api/Dockerfile` (+2 -2) 📝 `api/code/api.go` (+194 -4) 📝 `api/code/auth.go` (+20 -11) 📝 `api/code/radios.go` (+101 -35) 📝 `api_sample_plugin/Dockerfile` (+2 -2) 📝 `base/Dockerfile` (+1 -1) ➕ `base/template_configs/base/virtual-config.sh` (+18 -0) 📝 `base/template_configs/scripts/gen_hostapd.sh` (+5 -0) 📝 `dhcp/Dockerfile` (+3 -7) 📝 `dns/Dockerfile` (+2 -2) 📝 `dyndns/Dockerfile` (+2 -2) 📝 `flowgather/Dockerfile` (+2 -2) ➕ `frontend/.bundle/config` (+2 -0) 📝 `frontend/.gitignore` (+6 -0) 📝 `frontend/app.json` (+1 -1) ➖ `frontend/cypress/integration/spec.js` (+0 -8) 📝 `frontend/index.js` (+1 -1) ➕ `frontend/ios/Podfile` (+37 -0) _...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:36:00 +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#268
No description provided.