-
-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Description
Summary
Implement server-side GET /sync/showPairingCode endpoint that allows remote devices to navigate the local app to the pairing code screen. Includes a security toggle to prevent unauthorized access.
Changes
- Server endpoint:
GET /sync/showPairingCodenavigates to pairing code screen and shows main window - Security toggle:
enableRemoteShowPairingCodeconfig (default:true) — checked before handling the request - Full event chain:
SyncHandler→SyncEvent.ShowPairingCode→SyncResolver→SyncDeviceManager→SyncClientApi - UI toggle: Added to
PairingCodeContentViewso users can disable remote access after initial pairing - Layout optimization: Reduced spacing in pairing code screen to ensure all content (including toggle) is visible without scrolling
- i18n: Added
allow_remote_show_pairing_codekey in all 10 languages
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels