mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #156] [MERGED] iOS updates fixes & tests #351
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#351
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/156
Author: @lts-po
Created: 5/31/2023
Status: ✅ Merged
Merged: 5/31/2023
Merged by: @lts-rad
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
97 files changed (+11062 additions, -307 deletions)
View changed files
📝
README.md(+7 -0)📝
api/code/api.go(+1 -1)📝
api/code/dhcp.go(+1 -1)📝
api/code/firewall.go(+25 -9)📝
api/code/radios.go(+54 -5)📝
db/code/boltapi.go(+24 -3)📝
frontend/src/Notifications.ios.js(+9 -2)📝
frontend/src/__tests__/Wireguard.js(+40 -14)📝
frontend/src/api/API.js(+1 -1)📝
frontend/src/api/Db.js(+8 -0)📝
frontend/src/api/WebSocket.js(+12 -2)📝
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/DNSBlocklist.js(+12 -11)📝
frontend/src/components/DNS/DNSLogHistoryList.js(+38 -15)📝
frontend/src/components/Dashboard/WifiWidgets.js(+7 -2)📝
frontend/src/components/Devices/Device.js(+2 -2)📝
frontend/src/components/Devices/DeviceListing.js(+7 -4)...and 77 more files
📄 Description
This update have some ui fixes.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.