mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 04:40:43 +00:00
Harden iOS gateway setup-code pairing by rejecting non-loopback plaintext ws:// setup URLs before bootstrap token issuance, consolidating iOS setup parsing, and adding QR scan support from Settings.
Verification:
- pnpm test extensions/device-pair/index.test.ts
- swift test --package-path apps/shared/OpenClawKit --filter DeepLinksSecurityTests
- XcodeBuildMCP OpenClawLogicTests/DeepLinkParserTests
- targeted SwiftLint for touched iOS/OpenClawKit files
- pnpm exec oxfmt --check --threads=1 extensions/device-pair/index.ts extensions/device-pair/index.test.ts
- git diff --check origin/main...HEAD
- GitHub PR checks green on 58e5e60a5c
119 lines
5.4 KiB
Plaintext
119 lines
5.4 KiB
Plaintext
Sources/Calendar/CalendarService.swift
|
|
Sources/Camera/CameraController.swift
|
|
Sources/Capabilities/NodeCapabilityRouter.swift
|
|
Sources/Chat/ChatSheet.swift
|
|
Sources/Chat/IOSGatewayChatTransport.swift
|
|
Sources/Contacts/ContactsService.swift
|
|
Sources/Device/DeviceInfoHelper.swift
|
|
Sources/Device/DeviceStatusService.swift
|
|
Sources/Device/NetworkStatusService.swift
|
|
Sources/Device/NodeDisplayName.swift
|
|
Sources/EventKit/EventKitAuthorization.swift
|
|
Sources/Gateway/DeepLinkAgentPromptAlert.swift
|
|
Sources/Gateway/ExecApprovalPromptDialog.swift
|
|
Sources/Gateway/GatewayConnectConfig.swift
|
|
Sources/Gateway/GatewayConnectionController.swift
|
|
Sources/Gateway/GatewayConnectionIssue.swift
|
|
Sources/Gateway/GatewayDiscoveryDebugLogView.swift
|
|
Sources/Gateway/GatewayDiscoveryModel.swift
|
|
Sources/Gateway/GatewayHealthMonitor.swift
|
|
Sources/Gateway/GatewayProblemView.swift
|
|
Sources/Gateway/GatewayQuickSetupSheet.swift
|
|
Sources/Gateway/GatewayServiceResolver.swift
|
|
Sources/Gateway/GatewaySettingsStore.swift
|
|
Sources/Gateway/GatewayTrustPromptAlert.swift
|
|
Sources/Gateway/KeychainStore.swift
|
|
Sources/Gateway/TCPProbe.swift
|
|
Sources/HomeToolbar.swift
|
|
Sources/LiveActivity/LiveActivityManager.swift
|
|
Sources/LiveActivity/OpenClawActivityAttributes.swift
|
|
Sources/Location/LocationService.swift
|
|
Sources/Location/SignificantLocationMonitor.swift
|
|
Sources/Media/PhotoLibraryService.swift
|
|
Sources/Model/NodeAppModel+Canvas.swift
|
|
Sources/Model/NodeAppModel+WatchNotifyNormalization.swift
|
|
Sources/Model/NodeAppModel.swift
|
|
Sources/Model/WatchReplyCoordinator.swift
|
|
Sources/Motion/MotionService.swift
|
|
Sources/Onboarding/GatewayOnboardingView.swift
|
|
Sources/Onboarding/OnboardingStateStore.swift
|
|
Sources/Onboarding/OnboardingWizardView.swift
|
|
Sources/Onboarding/QRScannerView.swift
|
|
Sources/OpenClawApp.swift
|
|
Sources/Push/ExecApprovalNotificationBridge.swift
|
|
Sources/Push/BackgroundAliveBeacon.swift
|
|
Sources/Push/PushBuildConfig.swift
|
|
Sources/Push/PushRegistrationManager.swift
|
|
Sources/Push/PushRelayClient.swift
|
|
Sources/Push/PushRelayKeychainStore.swift
|
|
Sources/Reminders/RemindersService.swift
|
|
Sources/RootCanvas.swift
|
|
Sources/RootTabs.swift
|
|
Sources/RootView.swift
|
|
Sources/Screen/ScreenController.swift
|
|
Sources/Screen/ScreenRecordService.swift
|
|
Sources/Screen/ScreenTab.swift
|
|
Sources/Screen/ScreenWebView.swift
|
|
Sources/Services/NodeServiceProtocols.swift
|
|
Sources/Services/NotificationService.swift
|
|
Sources/Services/WatchConnectivityTransport.swift
|
|
Sources/Services/WatchMessagingPayloadCodec.swift
|
|
Sources/Services/WatchMessagingService.swift
|
|
Sources/SessionKey.swift
|
|
Sources/Settings/SettingsNetworkingHelpers.swift
|
|
Sources/Settings/SettingsTab.swift
|
|
Sources/Settings/VoiceWakeWordsSettingsView.swift
|
|
Sources/Status/GatewayActionsDialog.swift
|
|
Sources/Status/GatewayStatusBuilder.swift
|
|
Sources/Status/StatusActivityBuilder.swift
|
|
Sources/Status/StatusGlassCard.swift
|
|
Sources/Status/StatusPill.swift
|
|
Sources/Status/VoiceWakeToast.swift
|
|
Sources/Voice/TalkDefaults.swift
|
|
Sources/Voice/TalkModeGatewayConfig.swift
|
|
Sources/Voice/TalkModeManager.swift
|
|
Sources/Voice/TalkOrbOverlay.swift
|
|
Sources/Voice/TalkSpeechLocale.swift
|
|
Sources/Voice/VoiceTab.swift
|
|
Sources/Voice/VoiceWakeManager.swift
|
|
Sources/Voice/VoiceWakePreferences.swift
|
|
ShareExtension/ShareViewController.swift
|
|
ActivityWidget/OpenClawActivityWidgetBundle.swift
|
|
ActivityWidget/OpenClawLiveActivity.swift
|
|
WatchExtension/Sources/OpenClawWatchApp.swift
|
|
WatchExtension/Sources/WatchConnectivityReceiver.swift
|
|
WatchExtension/Sources/WatchInboxStore.swift
|
|
WatchExtension/Sources/WatchInboxView.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatComposer.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatMarkdownRenderer.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatMarkdownPreprocessor.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatMessageViews.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatModels.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatPayloadDecoding.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatSessions.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatSheets.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatTheme.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatTransport.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatView.swift
|
|
../shared/OpenClawKit/Sources/OpenClawChatUI/ChatViewModel.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/AnyCodable.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/BonjourEscapes.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/BonjourTypes.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/BridgeFrames.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CameraCommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasA2UIAction.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasA2UICommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasA2UIJSONL.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasCommandParams.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/CanvasCommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/Capabilities.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/OpenClawKitResources.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/DeepLinks.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/JPEGTranscoder.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/NodeError.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/ScreenCommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/StoragePaths.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/SystemCommands.swift
|
|
../shared/OpenClawKit/Sources/OpenClawKit/TalkDirective.swift
|
|
../swabble/Sources/SwabbleKit/WakeWordGate.swift
|