mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #277] [MERGED] January Release #389
Labels
No labels
blocked
bug
documentation
enhancement
fixed
fixed ✅
hardening
implemented
installer
multicast
p1
p2
pending
podman
pull-request
security
testing
v1
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/super#389
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (10+)
7c1a957Merge branch 'dev' of https://github.com/spr-networks/super into devb424264[ui] fix flex, mobile05c3b8c[ui] fix for issue #2485801244[api] Implement JWT/OTP support2bee17e[api] Add JWT OTP checks to tokens to avoid OTP bypass07e387f[docs] Add tentative features for upcoming release924f8e7[ui] Prepare OTP Views4be8205[api] Add custom compose paths overwrite from API with JWTOTP set0996a9d[api] Events rewrite start765e27c[api] Switch to PaesslerAG from gjson📊 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
Key Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.