André Colomb
André Colomb
As per the [announcement](https://forum.syncthing.net/t/debian-ubuntu-packages-available/2708) from @calmh, there are now official `syncthing` Debian packages available via the http://apt.syncthing.net repository. These builds have the internal auto-update feature disabled at compile-time, which makes...
In my quest to reach feature-parity with the Web UI, one more missing item is the ability to rename the local device. The Web UI exposes it directly under `Actions`...
One feature I'm really missing in Syncthing-GTK is the auto-completion of locally discovered Device IDs when adding a new remote device. In the Web UI, a completion list is displayed...
### Purpose Make the information shown by the `--paths` command line option accessible through the GUI, under a new tab in the Logs modal. Should help e.g. finding the config...
### Purpose Replace usage of `map[string]string` and `map[string]interface{}` with appropriate named types. Add JSON annotations to all of them, as well as to the `FolderCompletion struct`, replacing its `Map()` method....
### Purpose As mentioned in https://github.com/syncthing/syncthing/pull/8283#issuecomment-1105836048, the `lib/rc` package will panic because of an invalid typecast for the `FolderSummary` event data, introduced in #8249. The end goal here is to...
Locally paused folders will fail on checkFolderRunningLocked() and therefore abort the loop. Avoid this by skipping paused folders directly. ### Testing Test suite passes. Manually verified API response not giving...
Replaces #5758, now with proper storage in the database. Original disccussion [on the forum](https://forum.syncthing.net/t/manual-intervention-for-introducer-feature/12212). ### Purpose The ClusterConfig message from remote devices includes information about their peers for each common...
### Include required information With the trouble some people have recently had regarding some third-party packages (like Synology), it seems that the path to config and database is sometimes hard...
Should use gettext for i18n in source files and Debian packaging. This is just a tracker issue to not forget about it.