mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #145] [CLOSED] iOS updates, new log view #344
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#344
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/145
Author: @lts-po
Created: 5/19/2023
Status: ❌ Closed
Base:
main← Head:dev📝 Commits (10+)
4096181[ui] use select if only one client and cant specify. fix issue #143d00735d[ui] dark theme status message. fix issue #14204256a2[ui] fix wireguard up/down toggle + cleanup. fix #1449d799b3[ui] dont auto loginb71c607[ui] Add wifi6, enable all capabilities button7dc7a7a[ui] Refactor commitConfig invocations. Wifi6, max caps enabled by default34ae875[api] Finish out WPA1 extra bss support6e16ed0[ui] Add support for enabling WPA1 BSSID9fb89b9Merge branch 'dev' of https://github.com/spr-networks/super into devd2dce96[ui] add buckets + items📊 Changes
23 files changed (+882 additions, -179 deletions)
View changed files
📝
README.md(+7 -0)📝
api/code/api.go(+1 -1)📝
api/code/radios.go(+54 -5)📝
db/code/boltapi.go(+23 -2)📝
frontend/src/api/API.js(+1 -1)📝
frontend/src/api/Db.js(+8 -0)📝
frontend/src/api/Wifi.js(+9 -0)📝
frontend/src/api/Wireguard.js(+7 -9)📝
frontend/src/components/Auth/AuthTokenList.js(+1 -1)📝
frontend/src/components/ClientSelect.js(+14 -0)📝
frontend/src/components/DNS/DNSLogHistoryList.js(+28 -13)📝
frontend/src/components/Devices/Device.js(+1 -1)➕
frontend/src/components/Logs/LogListDb.js(+304 -0)📝
frontend/src/components/Wifi/WifiChannelParameters.js(+113 -1)📝
frontend/src/components/Wifi/WifiHostapd.js(+150 -12)📝
frontend/src/components/Wireguard/PeerList.js(+4 -0)📝
frontend/src/views/Devices/AddDevice.js(+1 -1)📝
frontend/src/views/Logs.js(+3 -1)📝
frontend/src/views/System/Database.js(+46 -35)📝
frontend/src/views/Traffic/SignalStrength.web.js(+3 -3)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.