owncloud / web

:dragon_face: Next generation frontend for ownCloud Infinite Scale
https://owncloud.dev/clients/web/
GNU Affero General Public License v3.0
437 stars 157 forks source link

Only select files filtered by search #5984

Closed jumbi77 closed 4 months ago

jumbi77 commented 2 years ago

Hello,

We are using owncloud and we sometimes need to restore or final-delete a lot of files from trashbin and currently there is (a) no multi-select function (select first, press SHIFT, select last to select all in between) available or (b) using "select all" with filter available. For (b) check this https://github.com/nextcloud/server/issues/2781 or https://github.com/nextcloud/server/issues/2075 .

Both features would be really handy. Note: As far as i know option (a) is already possible with "normal files" but not in trashbin/deleted files in the web app. Option (b) isnt available either in "normal" file or "deleted" file view (filtering works but "select all" always select really all files and not only the filtered onces if filter is used)

Much thanks

tbsbdr commented 2 years ago

Hi @jumbi77 jep, good idea!

We already discussed this idea as we generally want to align the Web UI to common fileexplorer ux-pattern that users know eg. from windows Explorer or mac Finder. The behaviour you described is one of those well-known pattern. I think we will take care of this issue in 2022 at the earliest, but would also appreciate contributions from the community to speed things up :-)

Thanks for bringing this up!

tbsbdr commented 2 years ago

ah, just to be sure: I was referring to the new "Web UI" to which this repo belongs (not the "classic UI" which you can find here: https://github.com/owncloud/core/ )

jumbi77 commented 2 years ago

Thanks for the reply, nice to hear that the File Browser UI improvements are on the List for 2022. I indeed initially meant the "classic" repo but the fix in either the classic or new repo would be fine :)