Rob Nicholson
Rob Nicholson
### ⚠️ Before submitting, please verify the following: ⚠️ - [X] This is a **bug**, not a question or a configuration issue. - [X] This issue is **not** already reported...
### How to use GitHub * Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you want to have the same feature implemented. * Please don't comment if you have no...
[Bug]: Nextcloud not responding which also causes File Explorer/ALL file access on Windows to freeze
### ⚠️ Before submitting, please verify the following: ⚠️ - [X] This is a **bug**, not a question or a configuration issue. - [X] This issue is **not** already reported...
If you change just the timestamp on a file using PowerShell like this: ``` $Now = Get-Date (Get-Item $Path).LastWriteTime = $Now (Get-Item $Path).CreationTime= $Now ``` The changes are **not** uploaded...