[PR #282] [MERGED] unauthorized device accept notification #360

Closed
opened 2026-05-05 22:17:35 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/feschber/lan-mouse/pull/282
Author: @feschber
Created: 3/22/2025
Status: Merged
Merged: 3/22/2025
Merged by: @feschber

Base: mainHead: connection-accept-notification


📝 Commits (2)

  • 6e66f47 ask the user to accept unauthorized devices
  • 42521a1 only alert on actual error

📊 Changes

12 files changed (+431 additions, -98 deletions)

View changed files

lan-mouse-gtk/resources/authorization_window.ui (+102 -0)
📝 lan-mouse-gtk/resources/resources.gresource.xml (+1 -0)
lan-mouse-gtk/src/authorization_window.rs (+19 -0)
lan-mouse-gtk/src/authorization_window/imp.rs (+75 -0)
📝 lan-mouse-gtk/src/fingerprint_window.rs (+6 -2)
📝 lan-mouse-gtk/src/lib.rs (+16 -2)
📝 lan-mouse-gtk/src/window.rs (+31 -3)
📝 lan-mouse-gtk/src/window/imp.rs (+1 -1)
📝 lan-mouse-ipc/src/lib.rs (+13 -2)
📝 src/emulation.rs (+38 -24)
📝 src/listen.rs (+112 -61)
📝 src/service.rs (+17 -3)

📄 Description

No description provided


🔄 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/feschber/lan-mouse/pull/282 **Author:** [@feschber](https://github.com/feschber) **Created:** 3/22/2025 **Status:** ✅ Merged **Merged:** 3/22/2025 **Merged by:** [@feschber](https://github.com/feschber) **Base:** `main` ← **Head:** `connection-accept-notification` --- ### 📝 Commits (2) - [`6e66f47`](https://github.com/feschber/lan-mouse/commit/6e66f47887020a02f3e634faa443e9dfeb7048af) ask the user to accept unauthorized devices - [`42521a1`](https://github.com/feschber/lan-mouse/commit/42521a19975d15df51f165518d199651245305b3) only alert on actual error ### 📊 Changes **12 files changed** (+431 additions, -98 deletions) <details> <summary>View changed files</summary> ➕ `lan-mouse-gtk/resources/authorization_window.ui` (+102 -0) 📝 `lan-mouse-gtk/resources/resources.gresource.xml` (+1 -0) ➕ `lan-mouse-gtk/src/authorization_window.rs` (+19 -0) ➕ `lan-mouse-gtk/src/authorization_window/imp.rs` (+75 -0) 📝 `lan-mouse-gtk/src/fingerprint_window.rs` (+6 -2) 📝 `lan-mouse-gtk/src/lib.rs` (+16 -2) 📝 `lan-mouse-gtk/src/window.rs` (+31 -3) 📝 `lan-mouse-gtk/src/window/imp.rs` (+1 -1) 📝 `lan-mouse-ipc/src/lib.rs` (+13 -2) 📝 `src/emulation.rs` (+38 -24) 📝 `src/listen.rs` (+112 -61) 📝 `src/service.rs` (+17 -3) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 22:17:35 -06: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: github-starred/lan-mouse#360
No description provided.