mirror of
https://github.com/spr-networks/super.git
synced 2026-04-24 20:35:55 +03:00
[PR #281] [CLOSED] ios test #392
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#392
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/281
Author: @lts-rad
Created: 2/5/2024
Status: ❌ Closed
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
35 files changed (+916 additions, -541 deletions)
View changed files
📝
.github/workflows/codeql.yml(+2 -2)📝
.github/workflows/docker-image.yml(+1 -1)📝
api/code/api.go(+38 -8)📝
api/code/auth.go(+0 -1)📝
base/template_configs/devices/devices.json(+2 -2)📝
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/AlertListItem.js(+4 -3)📝
frontend/src/components/Alerts/AlertUtil.js(+67 -75)📝
frontend/src/components/Auth/OTPValidate.js(+17 -30)📝
frontend/src/components/Devices/Device.js(+105 -36)📝
frontend/src/components/Devices/DeviceListing.js(+3 -0)➕
frontend/src/components/Devices/DeviceQRCode.js(+43 -0)📝
frontend/src/components/Flow/Token.js(+10 -11)📝
frontend/src/components/InputSelect.js(+27 -14)📝
frontend/src/components/Logs/FilterSelect.js(+4 -0)📝
frontend/src/components/Logs/LogListDb.js(+2 -1)📝
frontend/src/components/ModalConfirm.js(+6 -1)...and 15 more files
📄 Description
ios test
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.