Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sort order displayed is always "Name" ascending, when sharing to Nextcloud iOS app #3139

Open
epvuc opened this issue Oct 29, 2024 · 0 comments
Assignees
Milestone

Comments

@epvuc
Copy link

epvuc commented Oct 29, 2024

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

  1. Invoke the Nextcloud app from the iOS home screen, and set the sort order of the default folder to "Date"
  2. Open a photo
  3. Tap the "Share" icon and select Nextcloud
  4. 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.

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

@marinofaggiana marinofaggiana self-assigned this Oct 29, 2024
@marinofaggiana marinofaggiana added this to the 6.1.1 milestone Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants