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
When a file is shared to Nextcloud from the iOS share sheet, existing folders and files are displayed with the default sort order, i.e. ascending alphabetically by name, even when the containing folder has been set to a different sort order.
This appears to be a regression in v6.0.0, since in v5.5.5.0 the sort order used mirrored that used in the app's Files module when invoked directly from the homescreen rather than via share.
Steps to reproduce
Invoke the Nextcloud app from the iOS home screen, and set the sort order of the default folder to "Date"
Open a photo
Tap the "Share" icon and select Nextcloud
Observe that the contents of the default folder are not sorted by date, but by name.
Expected behaviour
The contents of the folder should be displayed with the sort order previously selected for the folder, as it was in v5.5.5.0 and previous.
Actual behaviour
The sort order is always ascending by filename (alphabetic) which is the default when no other order is selected, even when a different order has previously been selected.
Reasoning or why should it be changed/implemented?
This is very inconvenient for large folders, where one might typically wish to see recently modified folders first without having to manually pin them. It represents a substantial loss of usability.
When a file is shared to Nextcloud from the iOS share sheet, existing folders and files are displayed with the default sort order, i.e. ascending alphabetically by name, even when the containing folder has been set to a different sort order.
This appears to be a regression in v6.0.0, since in v5.5.5.0 the sort order used mirrored that used in the app's Files module when invoked directly from the homescreen rather than via share.
Steps to reproduce
Expected behaviour
The contents of the folder should be displayed with the sort order previously selected for the folder, as it was in v5.5.5.0 and previous.
Actual behaviour
The sort order is always ascending by filename (alphabetic) which is the default when no other order is selected, even when a different order has previously been selected.
Reasoning or why should it be changed/implemented?
This is very inconvenient for large folders, where one might typically wish to see recently modified folders first without having to manually pin them. It represents a substantial loss of usability.
Environment data
iOS version: iPhone 13Pro, iOS 18.0.1
Nextcloud iOS app version: 6.0.0
Server operating system: Linux (docker image from https://github.com/nextcloud/docker.git)
Web server: Apache/2.4.57 (Debian) PHP/8.2.8
Database: MariaDB 10.8
PHP version: PHP/8.2.8
Nextcloud version: 28.0.11.1
The text was updated successfully, but these errors were encountered: