mirror of
https://github.com/spr-networks/super.git
synced 2026-04-25 04:45:51 +03:00
[PR #283] [MERGED] ui+ios updates #patch #393
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#393
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/283
Author: @lts-po
Created: 2/11/2024
Status: ✅ Merged
Merged: 2/22/2024
Merged by: @lts-rad
Base:
main← Head:dev📝 Commits (10+)
0dc8c00[build] move codeql scans to the dev branch4e061df[wifid] Address #279 by resetting wlan0 down/up on startup8b4628a[ui] fix #271134a5d8gluestack + iOS updates (#280)a3442aa[ui] qrcode for device component9a9edfd[ui] get device, with psk if otpf512cb2[ui] show otp in modal4a70712[ui] show login info & qrcode for devicee5968c2[api] /device route to include psk if otp authf39273e[ui] menu order📊 Changes
71 files changed (+1296 additions, -1270 deletions)
View changed files
📝
.github/workflows/codeql.yml(+2 -2)📝
.github/workflows/docker-image.yml(+1 -1)📝
api/code/api.go(+39 -9)📝
api/code/auth.go(+0 -1)📝
api/code/dhcp.go(+7 -0)📝
api/code/go.mod(+5 -5)📝
api/code/go.sum(+10 -0)📝
base/template_configs/devices/devices.json(+2 -2)📝
dyndns/Dockerfile(+3 -3)📝
dyndns/code/go.mod(+1 -1)📝
dyndns/code/go.sum(+2 -0)📝
frontend/ios/Podfile.lock(+179 -180)📝
frontend/ios/spr/Info.plist(+2 -8)📝
frontend/package.json(+4 -4)📝
frontend/src/api/Device.js(+4 -0)📝
frontend/src/components/Alerts/AddAlert.js(+6 -4)📝
frontend/src/components/Alerts/AlertListItem.js(+4 -3)📝
frontend/src/components/Alerts/AlertUtil.js(+67 -75)📝
frontend/src/components/Auth/OTPValidate.js(+17 -30)📝
frontend/src/components/DNS/DNSBlocklistSettings.js(+10 -7)...and 51 more files
📄 Description
mainly ui patches for v0.3.5:
api:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.