You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2018. It is now read-only.
If a file is not "on disk" in Nextcloud but it needs to be downloaded from Sia network, the app always returns a meaningless textfile regardless of the mime type of the real file.
This behavior causes broken operations in Nextcloud (gallery view, PDF preview, save multiple files as a zip, etc.)
It's a major UX problem that needs to be addressed.
I see this simplification in the code here:
If a file is not "on disk" in Nextcloud but it needs to be downloaded from Sia network, the app always returns a meaningless textfile regardless of the mime type of the real file.
This behavior causes broken operations in Nextcloud (gallery view, PDF preview, save multiple files as a zip, etc.)
It's a major UX problem that needs to be addressed.
I see this simplification in the code here:
Sia-Nextcloud/lib/Storage/Sia.php
Line 353 in 39ed3ee
but I'm not sure how could Nextcloud handle it in an async way, showing a load indicator instead of providing a fake file instantly.
The text was updated successfully, but these errors were encountered: