-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remember changes to sort order #10788
Comments
I personally wouldn't like having sort by date being the default, considering that regular desktop file managers also sort by name by default. For remembering changes: need to decide where to save it: cookie/localstorage or app settings in the database. To consider: does a user want to keep the last sorting settings when switching browsers/computers ? |
I guess it comes down to what the most common use case is. Whether people are likely to be wanting to access the files they've most recently used, or whether they're likely to be looking for files used less recently, but that they know the file name of. For my personal use case, I would want sort order to be persistent across devices, although if it makes a big difference, it's a fairly minor inconvenience to need to change the sort order once per device. |
I cut the description to just »remember sort order«. Otherwise this is 2 issues in one. And I do agree, the sort order should be remembered. And it should be remembered per-user, meaning it is also the same when switching browsers/computers – of course. I would even say changing the sort order should be global, meaning when you change it in root, change it in all subfolders as well. |
I don't know about that last point. If I change something in a folder, I expect those changes to be there when I come back (even if on another device). I don't expect it to change a whole bunch of folders I haven't even looked at, unless I've done something to explicitly state that I wanted that. |
I agree with @Bugsbane, Add a tick box, just like on Windows to let the user apply the changes globally if he wants to, but don't make that the default behaviour. |
Sorry, i don't agree with the opinion of jancborchardt to close #13484.
Both (1) and (2) are good reasons to allow the administrator to set a default order, at least to let it be sorted by upload date desc. |
I would suggest that if the user is not logged in that yes, we can still remember sort order via a cookie and that showing a decent view to new users can be achieved by carefully chosen defaults rather than having admins of every pod go and manually set defaults for their users. Between reasonable defaults in ownCloud and users being able to change them with a single click via an interface paradigm most are used to from file managers, we have the overwhelming majority of use cases covered. For the defaults, it seems to me that in most (not all, but most) cases, users generally want to be seeing their most recently modified files first. |
@Bugsbane Full ACK |
@jancborchardt - Thanks! Gosh, now I feel guilty for repeatedly trying to load the 404 page for owncloud.org/jan-borchardt-is-evil.htm enough that it shows near the top of the site logs yesterday, to confuse the webmaster. You may think I'm joking. You'd be wrong. I have a strange sense of humor. Anyway, 90% of what I've learned about user interaction has been from reading your comments on various FOSS projects, so your compliment meaningful to me. |
@Bugsbane LOL
Thanks, right back at you! :) |
This feature request has been kind of implemented in Gallery+. The order is not saved when you use the buttons, but you can define defaults for folders and the settings can be inherited. More information here: |
@oparoz this is about the files app though, and the sort order defined by the table headers. |
Indeed, but I'm just mentioning the way we do it in another app so that participants in this thread can test an alternative way of doing things to see if it would meet their the needs. |
Thanks a lot, @oparoz . As #13484 has been closed, I am happy that someone see the needs of Admins that simply want to make life easier for their occasional or anonymous users by setting optional, reasonable defaults. Of course users should be empowered to dynamically or permanently override sort order as they want - but I don't see why this is in contradiction to admins that (optionally) want to provide their users with a reasonable starting point. It's not the same thing either. |
We should fix this for 8.2 – this is very annoying for people who prefer to have their files sorted by modification date as default. |
@DeepDiver1975 looking for an assignment |
Would be a bummer, but I assume this can not be done for 8.2 and hence needs to be moved to 9.0? @DeepDiver1975? |
We're past feature freeze, moving to 9.1. Has there been a consensus yet regarding where to store that setting and its scope ?
|
The last option seems to be the best one and even though it's not part of a public API, it's still something that apps can use. |
Definitely the last option. The other two provide an inconsistent experience for the user over time/devices. |
Yep, definitely the last one. All settings should be user-specific and remembered, not only browser- or session-specific. |
Since we also talked about the »show recent files« during the 9.1 meetings, I would like to propose this for inclusion for 9.1 @cmonteroluque @MTRichards @PVince81 |
let's see if it can be done in the bug fixing phase |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This is an enhancement request to improve the sort order of files and folders as per the suggestions of @jancborchardt and @onny in the issue at #164 .
Specifically, this includes:
The text was updated successfully, but these errors were encountered: