Matthieu Gallien
Matthieu Gallien
Improve safety of files/folders deletions by making redundant checks to ensure that those decisions are safe and could not lead to data loss.
Desktop client is relying on a sync database to maintain proper state of a sync folder. Some access to sync database can generate errors without them being properly handled. Check...
Currently it is possible for files to be uploaded with names only differing in casing. For example `owl.gif` and `OWL.GIF` can be uploaded in `Test`. In this case, users running...
When downloading a big file, if the transfer gets interrupted, it would be nice to resume the download from the already downloaded data instead of starting from scratch.
### ⚠️ 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...
### ⚠️ 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...
Signed-off-by: Matthieu Gallien
Signed-off-by: Matthieu Gallien
some images may trigger an exception when trying to get their size Signed-off-by: Matthieu Gallien fix for a blocking exception when running `occ files:scan --generate-metadata` for some images ## Checklist...