[PR #281] [CLOSED] ios test #392

Closed
opened 2026-03-04 01:36:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/spr-networks/super/pull/281
Author: @lts-rad
Created: 2/5/2024
Status: Closed

Base: mainHead: dev


📝 Commits (10+)

  • 0dc8c00 [build] move codeql scans to the dev branch
  • 4e061df [wifid] Address #279 by resetting wlan0 down/up on startup
  • 8b4628a [ui] fix #271
  • 134a5d8 gluestack + iOS updates (#280)
  • a3442aa [ui] qrcode for device component
  • 9a9edfd [ui] get device, with psk if otp
  • f512cb2 [ui] show otp in modal
  • 4a70712 [ui] show login info & qrcode for device
  • e5968c2 [api] /device route to include psk if otp auth
  • f39273e [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.

## 📋 Pull Request Information **Original PR:** https://github.com/spr-networks/super/pull/281 **Author:** [@lts-rad](https://github.com/lts-rad) **Created:** 2/5/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`0dc8c00`](https://github.com/spr-networks/super/commit/0dc8c000bf3baeb8b2afce1694496bad311f44dc) [build] move codeql scans to the dev branch - [`4e061df`](https://github.com/spr-networks/super/commit/4e061dfefabe0f84c2b7c21af9bdfca73fd61b17) [wifid] Address #279 by resetting wlan0 down/up on startup - [`8b4628a`](https://github.com/spr-networks/super/commit/8b4628a2a5d6715fbb279cd64b6f3a2aecfa1a6a) [ui] fix #271 - [`134a5d8`](https://github.com/spr-networks/super/commit/134a5d8a3e6a043e1ef7c75955f01e980e8b0c6c) gluestack + iOS updates (#280) - [`a3442aa`](https://github.com/spr-networks/super/commit/a3442aaf9d625b6f44b1857a41b882afb6d518a3) [ui] qrcode for device component - [`9a9edfd`](https://github.com/spr-networks/super/commit/9a9edfd40f6f39f74d591cb83677c9b8af0b036a) [ui] get device, with psk if otp - [`f512cb2`](https://github.com/spr-networks/super/commit/f512cb2a80f9a2235044c63650881aaa2fd09bef) [ui] show otp in modal - [`4a70712`](https://github.com/spr-networks/super/commit/4a70712600264c11d52f0c37cecf7a595a832c33) [ui] show login info & qrcode for device - [`e5968c2`](https://github.com/spr-networks/super/commit/e5968c2ba626c78f22939a42642bfaaf95dfe4b7) [api] /device route to include psk if otp auth - [`f39273e`](https://github.com/spr-networks/super/commit/f39273e881e2df0aff7875bbf52f9e35f3ce369d) [ui] menu order ### 📊 Changes **35 files changed** (+916 additions, -541 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description ios test --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:36:38 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/super#392
No description provided.