syncthing-macos icon indicating copy to clipboard operation
syncthing-macos copied to clipboard

Notifications new shared folder and new peered device

Open xor-gate opened this issue 7 years ago • 4 comments

Notifications where user intervention is necessary should be implemented for the following cases:

  • A new folder is shared
  • A new device is peered

Enhancement is based on: https://forum.syncthing.net/t/syncthing-for-macos/2745/22

xor-gate avatar Jul 03 '18 19:07 xor-gate

Initial prototype is functional to translate events to OS X notifications:

screen shot 2018-07-04 at 00 11 42

xor-gate avatar Jul 03 '18 22:07 xor-gate

Had some discussion on the official forum about event behaviour in the webgui:

https://forum.syncthing.net/t/unexpected-continuous-devicereject-events-from-the-api-with-incrementing-ids

xor-gate avatar Jul 07 '18 13:07 xor-gate

We should keep issue https://github.com/syncthing/syncthing-android/issues/679, and https://github.com/syncthing/syncthing/issues/4084 in mind when implementing this.

xor-gate avatar Jul 10 '18 21:07 xor-gate

Since v0.14.51 the new API is available so probably we should reimplement my work from branch https://github.com/syncthing/syncthing-macos/tree/feature/issue-52 into Swift.

xor-gate avatar Nov 07 '18 20:11 xor-gate