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
File is being opened by default when clicked on its name even if it is indicated to not open the file format by default in the ONLYOFFICE connector settings in Nextcloud, for example PDF. We checked from our end that our connector is passing the correct data as per documentation here.
In mimetypes we are passing the default data (the checked checkbox in the connector settings), for example:
In optionalMimetypes we are passing other supported mimetypes like:
"optionalMimetypes":[
"application\/pdf",
...
Shown on PDF format example, it is being moved from one list to another when the checkbox is checked/unchecked in the connector settings. It seems that Nextcloud app is not handling these lists properly.
I'm still on Nextcloud 29, so I was able to downgrade the ONLYOFFICE app to 9.2.2.
This version doesn't support editing PDFs and therefore, if I understand correctly, is not affected by this bug.
But a fix would be very nice, so I can update the app again and use Nextcloud 30 in the future.
Steps to reproduce
File is being opened by default when clicked on its name even if it is indicated to not open the file format by default in the ONLYOFFICE connector settings in Nextcloud, for example PDF. We checked from our end that our connector is passing the correct data as per documentation here.
In mimetypes we are passing the default data (the checked checkbox in the connector settings), for example:
In optionalMimetypes we are passing other supported mimetypes like:
Shown on PDF format example, it is being moved from one list to another when the checkbox is checked/unchecked in the connector settings. It seems that Nextcloud app is not handling these lists properly.
Issue ONLYOFFICE/onlyoffice-nextcloud#1015 described in our repo.
Expected behaviour
File is not opened
Actual behaviour
File is opened even if the checkbox for the chosen file format is unchecked in the ONLYOFFICE connector settings
Android version
Android 14
Device brand and model
Google Pixel 8
Stock or custom OS?
Stock
Nextcloud android app version
Nextcloud Android App 3.29.1
Nextcloud server version
Nextcloud 29.0.4
Using a reverse proxy?
I don't know
Android logs
No response
Server error logs
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: