11.2
2.20.1.00001
Nextcloud version:
12.0.5


Hi @sunjam ,for now Photo tab view only the folder set as "auto upload"
@tobiasKaminsky can you write me the webDav search that you use on Android for "select" all image on Server for the "Photos" tab ?
Thanks
< ?xml version="1.0" encoding="UTF-8"?><d:searchrequest xmlns:d="DAV:" xmlns:oc="http://nextcloud.com/ns"><d:basicsearch><d:select><d:prop><d:displayname/><d:getcontenttype/><d:resourcetype/><d:getcontentlength/><d:getlastmodified/><d:creationdate/><d:getetag/><d:quota-used-bytes/><d:quota-available-bytes/><oc:permissions xmlns:oc="http://owncloud.org/ns"/><oc:id xmlns:oc="http://owncloud.org/ns"/><oc:size xmlns:oc="http://owncloud.org/ns"/><oc:favorite xmlns:oc="http://owncloud.org/ns"/></d:prop></d:select><d:from><d:scope><d:href>/files/tobi</d:href><d:depth>infinity</d:depth></d:scope></d:from><d:where><d:like><d:prop><d:getcontenttype/></d:prop><d:literal>image/%</d:literal></d:like></d:where><d:orderby/></d:basicsearch></d:searchrequest>
More informations can be found here:
https://docs.nextcloud.com/server/13/developer_manual/client_apis/WebDAV/search.html
Yes, @tobiasKaminsky I have tested this on my server but is very slow (over 30 sec.) it's a issue of my server test ?
Depends on server speed, overall file count and search result count.
For me I have ~50k files on my local test server and returning ~15k takes ~10s.
ok I have understand ... my server test it's very slow ... :)
@sunjam if you have a TestFlight account you can find the new improvement from 2.20.6.00002
Most helpful comment
@sunjam if you have a TestFlight account you can find the new improvement from 2.20.6.00002