[PR #277] [MERGED] January Release #389

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

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/277
Author: @lts-rad
Created: 1/26/2024
Status: Merged
Merged: 1/26/2024
Merged by: @lts-rad

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

75 files changed (+3033 additions, -1326 deletions)

View changed files

.github/workflows/codeql.yml (+81 -0)
📝 RELEASE-NOTES.md (+7 -0)
📝 api/Dockerfile (+1 -0)
📝 api/code/alerts.go (+7 -0)
📝 api/code/api.go (+6 -4)
📝 api/code/auth.go (+56 -4)
📝 api/code/dhcp.go (+0 -3)
📝 api/code/firewall.go (+17 -5)
📝 api/code/go.mod (+5 -5)
📝 api/code/go.sum (+10 -0)
📝 api/code/hostapd_template.conf (+1 -1)
📝 api/code/plugins.go (+244 -149)
📝 api/code/radios.go (+73 -2)
📝 base/template_configs/wifi/hostapd_template.conf (+1 -1)
📝 frontend/package.json (+3 -3)
📝 frontend/src/AppContext.js (+3 -1)
📝 frontend/src/api/API.js (+15 -16)
📝 frontend/src/api/Group.js (+1 -0)
📝 frontend/src/api/WebSocket.js (+68 -7)
📝 frontend/src/api/index.js (+0 -1)

...and 55 more files

📄 Description

v0.3.4

  • Support for 6-e channel calculation in API
  • Add decorators to alert templates
  • Fast Plugin install with URL & OTP
    Key Fixes
  • Multitude of UI/Gluestack fixes (see github issue tracker)

🔄 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/277 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/26/2024 **Merged by:** [@lts-rad](https://github.com/lts-rad) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`7c1a957`](https://github.com/spr-networks/super/commit/7c1a957a05e2efbdc602a7588096f4a5ba931606) Merge branch 'dev' of https://github.com/spr-networks/super into dev - [`b424264`](https://github.com/spr-networks/super/commit/b4242645e47f2eccdf83599e84207bb863abc168) [ui] fix flex, mobile - [`05c3b8c`](https://github.com/spr-networks/super/commit/05c3b8cc5fdbf03bb8b94dc8afc33d46cba1e009) [ui] fix for issue #248 - [`5801244`](https://github.com/spr-networks/super/commit/580124402007befe6933e83b932960201e2029f8) [api] Implement JWT/OTP support - [`2bee17e`](https://github.com/spr-networks/super/commit/2bee17e5307dc25d89225589921b0bed3182de88) [api] Add JWT OTP checks to tokens to avoid OTP bypass - [`07e387f`](https://github.com/spr-networks/super/commit/07e387f85fa1a552a4a02a9d49b9f10b63c23ae8) [docs] Add tentative features for upcoming release - [`924f8e7`](https://github.com/spr-networks/super/commit/924f8e733159a7daa431107b9158fd3f2a07a6d1) [ui] Prepare OTP Views - [`4be8205`](https://github.com/spr-networks/super/commit/4be820549ef093cb607b264d479c3b198d66ac66) [api] Add custom compose paths overwrite from API with JWTOTP set - [`0996a9d`](https://github.com/spr-networks/super/commit/0996a9d981afbdb162eb09ad14999b5c91e4a456) [api] Events rewrite start - [`765e27c`](https://github.com/spr-networks/super/commit/765e27c84fbce968486ff5038d36edd739dc71fa) [api] Switch to PaesslerAG from gjson ### 📊 Changes **75 files changed** (+3033 additions, -1326 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/codeql.yml` (+81 -0) 📝 `RELEASE-NOTES.md` (+7 -0) 📝 `api/Dockerfile` (+1 -0) 📝 `api/code/alerts.go` (+7 -0) 📝 `api/code/api.go` (+6 -4) 📝 `api/code/auth.go` (+56 -4) 📝 `api/code/dhcp.go` (+0 -3) 📝 `api/code/firewall.go` (+17 -5) 📝 `api/code/go.mod` (+5 -5) 📝 `api/code/go.sum` (+10 -0) 📝 `api/code/hostapd_template.conf` (+1 -1) 📝 `api/code/plugins.go` (+244 -149) 📝 `api/code/radios.go` (+73 -2) 📝 `base/template_configs/wifi/hostapd_template.conf` (+1 -1) 📝 `frontend/package.json` (+3 -3) 📝 `frontend/src/AppContext.js` (+3 -1) 📝 `frontend/src/api/API.js` (+15 -16) 📝 `frontend/src/api/Group.js` (+1 -0) 📝 `frontend/src/api/WebSocket.js` (+68 -7) 📝 `frontend/src/api/index.js` (+0 -1) _...and 55 more files_ </details> ### 📄 Description ## v0.3.4 * Support for 6-e channel calculation in API * Add decorators to alert templates * Fast Plugin install with URL & OTP Key Fixes * Multitude of UI/Gluestack fixes (see github issue tracker) --- <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:37 +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#389
No description provided.