Ios: Auto-upload must be enabled to display images in Photos tab

Created on 15 Feb 2018  ·  7Comments  ·  Source: nextcloud/ios

Steps to reproduce

  1. Do not turn on auto-upload
  2. Uploads some photos via Nextcloud iOS app
  3. Select “Photos” tab in iOS app

    iOS version

11.2

App version

2.20.1.00001

Nextcloud version:
12.0.5
496a4973-a1fd-4fa9-93fd-339281059b3c
94470fe7-c888-4fa0-b111-f0138b514718

2. developing

Most helpful comment

@sunjam if you have a TestFlight account you can find the new improvement from 2.20.6.00002

All 7 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marinofaggiana picture marinofaggiana  ·  5Comments

notmgsk picture notmgsk  ·  4Comments

Alphakilo picture Alphakilo  ·  3Comments

TecJon picture TecJon  ·  5Comments

MorrisJobke picture MorrisJobke  ·  4Comments