tomasz1986

Results 60 issues of tomasz1986

When using the recommended way to set Syncthing up to automatically start and run in background in Windows with Task Scheduler following the official guide under https://docs.syncthing.net/users/autostart.html#autostart-windows-taskschd, ending the task...

enhancement

For reference: https://forum.syncthing.net/t/confusing-behaviour-when-trying-to-ignore-direct-and-indirect-child-files-involving-curly-bracketed-alternatives/19536 1. Create the following folder structure ``` Documents/document.txt Documents/Photos/document.txt ``` 2. Add `Documents/**/document.txt` to ignore patterns. Both files have been ignored. 3. Replace the patterns with `Documents/**/{document.txt}`....

bug

On larger screens, folder and device status is shown in a textual form directly next to folder and device titles. However, on small screens, only icons are currently shown, which...

slow-pr

I believe this is likely responsible for the long-term issue I've been experiencing since basically forever which leads to non-matching local and remote folder states despite using the exact same...

bug

I've encountered this issue quite a few times. Basically, when you share multiple folders from Device A to Device B, and then use the Web GUI on the latter to...

bug

1. On Device 1, share a folder with Device 2. ![image](https://user-images.githubusercontent.com/5626656/131617478-90083c56-915f-4425-8564-ab3ca6a5f2c6.png) ![image](https://user-images.githubusercontent.com/5626656/131617485-205a6ded-b3b1-418a-b356-243eb05eaa9b.png) 2. Only now, set a password for the folder on Device 1. ![image](https://user-images.githubusercontent.com/5626656/131617579-123fffd6-1c1f-4714-9e18-280be2ed2b67.png) 3. On Device 2, try...

enhancement
needs-triage

I've had this problem for a very long time, but I've only managed to reproduce it today. This is a little complicated, so please stay with me. 1. On Device...

bug

1. Add 5,000 files to `.stversions`. 2. Open the Restore Versions modal. 3. It is game over. Loading the list takes a long time in itself, but the problem is...

bug

Currently, one needs to repeatedly open and close the edit modal per folder/device in order to check or modify settings of multiple folders or devices. This process is slow and...

slow-pr

It fails trying to create a directory called `.` (which can't succeed for obvious reasons 😅). ``` EPERM: operation not permitted, mkdir '.' URL: xxx Stack: Error: EPERM: operation not...