Not all pictures showed in Photos app
Describe the bug
Uploaded 179 JPG, only 15 are displayed at Photos app.
- S3 as primary storage
- NC 19.0.4
- MariaDB 10.4.15
- PHP 7.4.11 (max_execution_time=3600,
To Reproduce
Steps to reproduce the behavior:
- Create a folder and upload 179 JPG inside it
- All files get a thumbnail correctly, either in list or grid view inside that folder
- Go to Photos app on the top menu
- 15 pictures displayed
Desktop (please complete the following information):
- Browser Firefox or Chrome @latest
Browser log
Uncaught TypeError: t.Files is undefined
<anonymous> commentmodel.js:13
<anonymous> commentmodel.js:93
Webpack 5
commentmodel.js:13:1
Uncaught TypeError: OCA.Files.DetailTabView is undefined
<anonymous> versionstabview.js:18
Webpack 3
versionstabview.js:18:7
XHR GET https://my.server.com/ocs/v2.php/apps/notifications/api/v2/notifications
[HTTP/1.1 200 OK 163ms]
XHR GET https://my.server.com/apps/onlyoffice/ajax/settings
[HTTP/1.1 200 OK 180ms]
XHR GET https://my.server.com/apps/apporder/getOrder
[HTTP/1.1 200 OK 151ms]
Please do NOT wait for the DOMContentLoaded before registering your viewer handler Viewer.vue:210
XHR SEARCH https://my.server.com/remote.php/dav/
Can you try to scroll up and down?
Also try resizing your window and scroll up/down again?
I've tried all that, sorry.
I will need a screenshot of your network requests.
Before you do anything, still on the development tools, there is a tab called network. Click on it and then the xhr filter. Do your action and screenshot the network log like this:

Here is the screenshot and the HAR.

HAR file
{
"log": {
"version": "1.2",
"creator": {
"name": "Firefox",
"version": "82.0.1"
},
"browser": {
"name": "Firefox",
"version": "82.0.1"
},
"pages": [
{
"startedDateTime": "2020-10-30T15:24:47.730+01:00",
"id": "page_1",
"title": "Photos - Example",
"pageTimings": {
"onContentLoad": 953,
"onLoad": 2289
}
}
],
"entries": [
{
"pageref": "page_1",
"startedDateTime": "2020-10-30T15:24:47.730+01:00",
"request": {
"bodySize": 0,
"method": "GET",
"url": "https://my.example.com/ocs/v2.php/apps/notifications/api/v2/notifications",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Host",
"value": "my.example.com"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0"
},
{
"name": "Accept",
"value": "application/json, text/plain, */*"
},
{
"name": "Accept-Language",
"value": "fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
},
{
"name": "Accept-Encoding",
"value": "gzip, deflate, br"
},
{
"name": "requesttoken",
"value": "n/DFW/hYwiy2D3UmHzbG4LoKOpEDnzZApZhwCv4yVDc=:5amnDrpzgRvDZxkJLgb+1dBeS8QzrVtz97clT4sKDnk="
},
{
"name": "DNT",
"value": "1"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Cookie",
"value": "__Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=Y7mqZjNQ29T8UKmxz2QAdyLy7hpXhZ9Iw%2BtfwFr6Gh3FgOQoqrGtemjCVF4qBZ32SazpZ2%2F4UYzl5oqpoBlqghQBDs5DrTWtZXX2YtIcpVgaOkB%2FZdrK1vgcY4LyXKsV; ocwfs52oscxg=RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV%2CcB; __cfduid=d995579691d776da81e6da24f8b2f652b1603875020; nc_username=example; nc_token=lA%2FvWHQFzyW%2BNljP84bdl6JY9egH5PS0; nc_session_id=RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV%2CcB"
}
],
"cookies": [
{
"name": "__Host-nc_sameSiteCookielax",
"value": "true"
},
{
"name": "__Host-nc_sameSiteCookiestrict",
"value": "true"
},
{
"name": "oc_sessionPassphrase",
"value": "Y7mqZjNQ29T8UKmxz2QAdyLy7hpXhZ9Iw+tfwFr6Gh3FgOQoqrGtemjCVF4qBZ32SazpZ2/4UYzl5oqpoBlqghQBDs5DrTWtZXX2YtIcpVgaOkB/ZdrK1vgcY4LyXKsV"
},
{
"name": "ocwfs52oscxg",
"value": "RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV,cB"
},
{
"name": "__cfduid",
"value": "d995579691d776da81e6da24f8b2f652b1603875020"
},
{
"name": "nc_username",
"value": "example"
},
{
"name": "nc_token",
"value": "lA/vWHQFzyW+NljP84bdl6JY9egH5PS0"
},
{
"name": "nc_session_id",
"value": "RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV,cB"
}
],
"queryString": [],
"headersSize": 945
},
"response": {
"status": 200,
"statusText": "OK",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Server",
"value": "nginx"
},
{
"name": "Date",
"value": "Fri, 30 Oct 2020 14:24:48 GMT"
},
{
"name": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"name": "Content-Length",
"value": "74"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Expires",
"value": "Thu, 19 Nov 1981 08:52:00 GMT"
},
{
"name": "Pragma",
"value": "no-cache"
},
{
"name": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
},
{
"name": "Content-Security-Policy",
"value": "default-src 'none';base-uri 'none';manifest-src 'self'"
},
{
"name": "Feature-Policy",
"value": "autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'"
},
{
"name": "ETag",
"value": "d751713988987e9331980363e24189ce"
},
{
"name": "X-Robots-Tag",
"value": "none"
},
{
"name": "X-Download-Options",
"value": "noopen"
},
{
"name": "X-Permitted-Cross-Domain-Policies",
"value": "none"
},
{
"name": "X-Content-Type-Options",
"value": "nosniff"
},
{
"name": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"name": "Referrer-Policy",
"value": "no-referrer"
},
{
"name": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"name": "Cache-Control",
"value": "no-transform"
},
{
"name": "Expect-CT",
"value": "enforce, max-age=86400"
},
{
"name": "Strict-Transport-Security",
"value": "max-age=63072000; includeSubDomains; preload;"
}
],
"cookies": [],
"content": {
"mimeType": "application/json; charset=utf-8",
"size": 74,
"text": "{\"ocs\":{\"meta\":{\"status\":\"ok\",\"statuscode\":200,\"message\":\"OK\"},\"data\":[]}}"
},
"redirectURL": "",
"headersSize": 847,
"bodySize": 921
},
"cache": {},
"timings": {
"blocked": -1,
"dns": 0,
"connect": 77,
"ssl": 95,
"send": 0,
"wait": 172,
"receive": 0
},
"time": 343,
"_securityState": "secure",
"serverIPAddress": "195.201.37.143",
"connection": "443"
},
{
"pageref": "page_1",
"startedDateTime": "2020-10-30T15:24:49.329+01:00",
"request": {
"bodySize": 1499,
"method": "SEARCH",
"url": "https://my.example.com/remote.php/dav/",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Host",
"value": "my.example.com"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0"
},
{
"name": "Accept",
"value": "text/plain"
},
{
"name": "Accept-Language",
"value": "fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
},
{
"name": "Accept-Encoding",
"value": "gzip, deflate, br"
},
{
"name": "requesttoken",
"value": "n/DFW/hYwiy2D3UmHzbG4LoKOpEDnzZApZhwCv4yVDc=:5amnDrpzgRvDZxkJLgb+1dBeS8QzrVtz97clT4sKDnk="
},
{
"name": "Depth",
"value": "infinity"
},
{
"name": "Content-Type",
"value": "text/xml"
},
{
"name": "Content-Length",
"value": "1499"
},
{
"name": "Origin",
"value": "https://my.example.com"
},
{
"name": "DNT",
"value": "1"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Cookie",
"value": "__Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=Y7mqZjNQ29T8UKmxz2QAdyLy7hpXhZ9Iw%2BtfwFr6Gh3FgOQoqrGtemjCVF4qBZ32SazpZ2%2F4UYzl5oqpoBlqghQBDs5DrTWtZXX2YtIcpVgaOkB%2FZdrK1vgcY4LyXKsV; ocwfs52oscxg=RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV%2CcB; __cfduid=d995579691d776da81e6da24f8b2f652b1603875020; nc_username=example; nc_token=lA%2FvWHQFzyW%2BNljP84bdl6JY9egH5PS0; nc_session_id=RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV%2CcB"
}
],
"cookies": [
{
"name": "__Host-nc_sameSiteCookielax",
"value": "true"
},
{
"name": "__Host-nc_sameSiteCookiestrict",
"value": "true"
},
{
"name": "oc_sessionPassphrase",
"value": "Y7mqZjNQ29T8UKmxz2QAdyLy7hpXhZ9Iw+tfwFr6Gh3FgOQoqrGtemjCVF4qBZ32SazpZ2/4UYzl5oqpoBlqghQBDs5DrTWtZXX2YtIcpVgaOkB/ZdrK1vgcY4LyXKsV"
},
{
"name": "ocwfs52oscxg",
"value": "RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV,cB"
},
{
"name": "__cfduid",
"value": "d995579691d776da81e6da24f8b2f652b1603875020"
},
{
"name": "nc_username",
"value": "example"
},
{
"name": "nc_token",
"value": "lA/vWHQFzyW+NljP84bdl6JY9egH5PS0"
},
{
"name": "nc_session_id",
"value": "RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV,cB"
}
],
"queryString": [],
"headersSize": 987,
"postData": {
"mimeType": "text/xml",
"params": [],
"text": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n\t\t\t<d:searchrequest xmlns:d=\"DAV:\"\n\t\t\t\txmlns:oc=\"http://owncloud.org/ns\"\n\t\t\t\txmlns:nc=\"http://nextcloud.org/ns\"\n\t\t\t\txmlns:ns=\"https://github.com/icewind1991/SearchDAV/ns\"\n\t\t\t\txmlns:ocs=\"http://open-collaboration-services.org/ns\">\n\t\t\t\t<d:basicsearch>\n\t\t\t\t\t<d:select>\n\t\t\t\t\t\t<d:prop>\n\t\t\t\t\t\t\t\n\t<oc:fileid />\n\t<d:getlastmodified />\n\t<d:getetag />\n\t<d:getcontenttype />\n\t<d:getcontentlength />\n\t<nc:has-preview />\n\t<oc:favorite />\n\t<d:resourcetype />\n\t\t\t\t\t\t</d:prop>\n\t\t\t\t\t</d:select>\n\t\t\t\t\t<d:from>\n\t\t\t\t\t\t<d:scope>\n\t\t\t\t\t\t\t<d:href>/files/example</d:href>\n\t\t\t\t\t\t\t<d:depth>infinity</d:depth>\n\t\t\t\t\t\t</d:scope>\n\t\t\t\t\t</d:from>\n\t\t\t\t\t<d:where>\n\t\t\t\t\t\t<d:and>\n\t\t\t\t\t\t\t<d:or>\n\t\t\t\t\t\t\t\t\n\t\t<d:eq>\n\t\t\t<d:prop>\n\t\t\t\t<d:getcontenttype/>\n\t\t\t</d:prop>\n\t\t\t<d:literal>image/jpeg</d:literal>\n\t\t</d:eq>\n\t\n\t\t<d:eq>\n\t\t\t<d:prop>\n\t\t\t\t<d:getcontenttype/>\n\t\t\t</d:prop>\n\t\t\t<d:literal>video/mp4</d:literal>\n\t\t</d:eq>\n\t\n\t\t<d:eq>\n\t\t\t<d:prop>\n\t\t\t\t<d:getcontenttype/>\n\t\t\t</d:prop>\n\t\t\t<d:literal>video/quicktime</d:literal>\n\t\t</d:eq>\n\t\n\t\t\t\t\t\t\t</d:or>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<d:eq>\n\t\t\t\t\t\t\t\t<d:prop>\n\t\t\t\t\t\t\t\t\t<oc:owner-id/>\n\t\t\t\t\t\t\t\t</d:prop>\n\t\t\t\t\t\t\t\t<d:literal>example</d:literal>\n\t\t\t\t\t\t\t</d:eq>\n\t\t\t\t\t\t</d:and>\n\t\t\t\t\t</d:where>\n\t\t\t\t\t<d:orderby>\n\t\t\t\t\t\t<d:order>\n\t\t\t\t\t\t\t<d:prop><d:getlastmodified/></d:prop>\n\t\t\t\t\t\t\t<d:descending/>\n\t\t\t\t\t\t</d:order>\n\t\t\t\t\t</d:orderby>\n\t\t\t\t\t<d:limit>\n\t\t\t\t\t\t<d:nresults>30</d:nresults>\n\t\t\t\t\t\t<ns:firstresult>0</ns:firstresult>\n\t\t\t\t\t</d:limit>\n\t\t\t\t</d:basicsearch>\n\t\t\t</d:searchrequest>"
}
},
"response": {
"status": 207,
"statusText": "Multi-Status",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Server",
"value": "nginx"
},
{
"name": "Date",
"value": "Fri, 30 Oct 2020 14:24:49 GMT"
},
{
"name": "Content-Type",
"value": "application/xml; charset=\"utf-8\""
},
{
"name": "Transfer-Encoding",
"value": "chunked"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Expires",
"value": "Thu, 19 Nov 1981 08:52:00 GMT"
},
{
"name": "Cache-Control",
"value": "no-store, no-cache, must-revalidate"
},
{
"name": "Pragma",
"value": "no-cache"
},
{
"name": "Content-Security-Policy",
"value": "default-src 'none';"
},
{
"name": "X-Robots-Tag",
"value": "none"
},
{
"name": "X-Download-Options",
"value": "noopen"
},
{
"name": "X-Permitted-Cross-Domain-Policies",
"value": "none"
},
{
"name": "X-Content-Type-Options",
"value": "nosniff"
},
{
"name": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"name": "Referrer-Policy",
"value": "no-referrer"
},
{
"name": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"name": "Cache-Control",
"value": "no-transform"
},
{
"name": "Expect-CT",
"value": "enforce, max-age=86400"
},
{
"name": "Strict-Transport-Security",
"value": "max-age=63072000; includeSubDomains; preload;"
}
],
"cookies": [],
"content": {
"mimeType": "application/xml; charset=utf-8",
"size": 15912,
"text": "<?xml version=\"1.0\"?>\n<d:multistatus xmlns:d=\"DAV:\" xmlns:s=\"http://sabredav.org/ns\" xmlns:oc=\"http://owncloud.org/ns\" xmlns:nc=\"http://nextcloud.org/ns\"><d:response><d:href>/remote.php/dav/files/example/Pics/101259998_563812987880033_6284344097882919842_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92033</oc:fileid><d:getlastmodified>Sat, 17 Oct 2020 10:08:19 GMT</d:getlastmodified><d:getetag>"5f9bf4afaf78a"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>217438</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/100939209_655419348638545_7492910028678375949_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92015</oc:fileid><d:getlastmodified>Sat, 17 Oct 2020 10:07:58 GMT</d:getlastmodified><d:getetag>"5f9bf4afa7a18"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>262064</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/94294779_564660177794725_2517982274425634319_n.jpg</d:href><d:propstat><d:prop><oc:fileid>91913</oc:fileid><d:getlastmodified>Sat, 17 Oct 2020 10:07:36 GMT</d:getlastmodified><d:getetag>"5f9bf4af0dd41"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>186764</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/92955034_174347680364060_3904152381296569312_n.jpg</d:href><d:propstat><d:prop><oc:fileid>91904</oc:fileid><d:getlastmodified>Sat, 17 Oct 2020 10:07:19 GMT</d:getlastmodified><d:getetag>"5f9bf4aee01c6"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>173892</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/121597797_215444766638941_4821466400205496684_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92420</oc:fileid><d:getlastmodified>Fri, 16 Oct 2020 11:56:58 GMT</d:getlastmodified><d:getetag>"5f9bf4b419234"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>207996</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/121254749_2770452546525704_6028251025431836897_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92375</oc:fileid><d:getlastmodified>Wed, 14 Oct 2020 13:55:59 GMT</d:getlastmodified><d:getetag>"5f9bf4b3c6acb"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>163563</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/jonpkmjobihpojlmk.jpg</d:href><d:propstat><d:prop><oc:fileid>95981</oc:fileid><d:getlastmodified>Mon, 12 Oct 2020 13:27:34 GMT</d:getlastmodified><d:getetag>"5f9bf4ec7eb7d"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>145053</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/zefpzeofnzreibnze.jpg</d:href><d:propstat><d:prop><oc:fileid>96362</oc:fileid><d:getlastmodified>Wed, 07 Oct 2020 18:42:22 GMT</d:getlastmodified><d:getetag>"5f9bf4f77cc25"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>117055</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/120893578_417028122612611_7166545913562769023_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92327</oc:fileid><d:getlastmodified>Wed, 07 Oct 2020 10:41:32 GMT</d:getlastmodified><d:getetag>"5f9bf4b36db7b"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>129138</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/120534137_3859070420788319_9002272352215509604_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92306</oc:fileid><d:getlastmodified>Sat, 03 Oct 2020 11:57:03 GMT</d:getlastmodified><d:getetag>"5f9bf4b340008"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>245660</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/119965987_808033596403209_990754872324835315_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92291</oc:fileid><d:getlastmodified>Tue, 22 Sep 2020 15:45:39 GMT</d:getlastmodified><d:getetag>"5f9bf4b300ae2"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>75820</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/118848952_640398806611050_8281279320131134317_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92273</oc:fileid><d:getlastmodified>Tue, 22 Sep 2020 15:45:18 GMT</d:getlastmodified><d:getetag>"5f9bf4b2c5c27"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>149007</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/118812514_3358890630894241_5001264763560347393_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92234</oc:fileid><d:getlastmodified>Tue, 22 Sep 2020 15:45:04 GMT</d:getlastmodified><d:getetag>"5f9bf4b21233c"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>182968</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/118334296_118690119748368_8791429426208205400_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92231</oc:fileid><d:getlastmodified>Wed, 02 Sep 2020 09:58:56 GMT</d:getlastmodified><d:getetag>"5f9bf4b1ecdc9"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>303070</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Pics/104663150_2625204411069771_1941932257404668249_n.jpg</d:href><d:propstat><d:prop><oc:fileid>92159</oc:fileid><d:getlastmodified>Wed, 02 Sep 2020 09:58:36 GMT</d:getlastmodified><d:getetag>"5f9bf4b14424a"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>106370</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Mega%20menu/assets/img/bg-hero.jpg</d:href><d:propstat><d:prop><oc:fileid>61151</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:45:22 GMT</d:getlastmodified><d:getetag>"5f7f312d86577"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>239268</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Mega%20menu/assets/img/bg-resource.jpg</d:href><d:propstat><d:prop><oc:fileid>61157</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:45:22 GMT</d:getlastmodified><d:getetag>"5f7f312dbdc69"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>243212</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Mega%20menu/assets/img/carousel-image-1.jpg</d:href><d:propstat><d:prop><oc:fileid>61160</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:45:22 GMT</d:getlastmodified><d:getetag>"5f7f312dc8aaa"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>894137</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Solutions/Anyhaul%20Transport/assets/img/bg-hero-solution.jpg</d:href><d:propstat><d:prop><oc:fileid>61817</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:44:11 GMT</d:getlastmodified><d:getetag>"5f7f3160c7924"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>247236</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Solutions/Anyhaul%20Transport/assets/img/bg-hero.jpg</d:href><d:propstat><d:prop><oc:fileid>61820</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:44:11 GMT</d:getlastmodified><d:getetag>"5f7f316126357"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>239268</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Solutions/Anyhaul%20Transport/assets/img/bg-resource.jpg</d:href><d:propstat><d:prop><oc:fileid>61823</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:44:11 GMT</d:getlastmodified><d:getetag>"5f7f316133815"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>243212</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Solutions/Anyhaul%20Transport/assets/img/carousel-image-1.jpg</d:href><d:propstat><d:prop><oc:fileid>61832</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:44:11 GMT</d:getlastmodified><d:getetag>"5f7f316225cdc"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>894137</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Support/assets/img/bg-hero-products-services.jpg</d:href><d:propstat><d:prop><oc:fileid>62105</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:43:03 GMT</d:getlastmodified><d:getetag>"5f7f31785e6dd"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>261907</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Support/assets/img/bg-hero.jpg</d:href><d:propstat><d:prop><oc:fileid>62108</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:43:03 GMT</d:getlastmodified><d:getetag>"5f7f3178d615c"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>239268</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Support/assets/img/bg-hero-solution.jpg</d:href><d:propstat><d:prop><oc:fileid>62111</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:43:03 GMT</d:getlastmodified><d:getetag>"5f7f3178eacbf"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>247236</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Support/assets/img/bg-partner.jpg</d:href><d:propstat><d:prop><oc:fileid>62114</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:43:03 GMT</d:getlastmodified><d:getetag>"5f7f31792111e"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>238423</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Support/assets/img/bg-resource.jpg</d:href><d:propstat><d:prop><oc:fileid>62117</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:43:03 GMT</d:getlastmodified><d:getetag>"5f7f317939e29"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>243212</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Support/assets/img/bg-support.jpg</d:href><d:propstat><d:prop><oc:fileid>62120</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:43:03 GMT</d:getlastmodified><d:getetag>"5f7f317978066"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>305934</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response><d:response><d:href>/remote.php/dav/files/example/Ekinops/Maquette%20Web%20V4/Maquette%20Web%20V4/Support/assets/img/carousel-image-1.jpg</d:href><d:propstat><d:prop><oc:fileid>62132</oc:fileid><d:getlastmodified>Mon, 17 Aug 2020 13:43:03 GMT</d:getlastmodified><d:getetag>"5f7f317b02e08"</d:getetag><d:getcontenttype>image/jpeg</d:getcontenttype><d:getcontentlength>894137</d:getcontentlength><nc:has-preview>true</nc:has-preview><oc:favorite>0</oc:favorite><d:resourcetype/></d:prop><d:status>HTTP/1.1 200 OK</d:status></d:propstat></d:response></d:multistatus>\n"
},
"redirectURL": "",
"headersSize": 674,
"bodySize": 16586
},
"cache": {},
"timings": {
"blocked": 0,
"dns": 0,
"connect": 0,
"ssl": 0,
"send": 0,
"wait": 364,
"receive": 0
},
"time": 364,
"_securityState": "secure",
"serverIPAddress": "195.201.37.143",
"connection": "443"
},
{
"pageref": "page_1",
"startedDateTime": "2020-10-30T15:24:49.339+01:00",
"request": {
"bodySize": 0,
"method": "GET",
"url": "https://my.example.com/apps/apporder/getOrder",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Host",
"value": "my.example.com"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0"
},
{
"name": "Accept",
"value": "*/*"
},
{
"name": "Accept-Language",
"value": "fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
},
{
"name": "Accept-Encoding",
"value": "gzip, deflate, br"
},
{
"name": "requesttoken",
"value": "n/DFW/hYwiy2D3UmHzbG4LoKOpEDnzZApZhwCv4yVDc=:5amnDrpzgRvDZxkJLgb+1dBeS8QzrVtz97clT4sKDnk="
},
{
"name": "OCS-APIREQUEST",
"value": "true"
},
{
"name": "X-Requested-With",
"value": "XMLHttpRequest"
},
{
"name": "DNT",
"value": "1"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Cookie",
"value": "__Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=Y7mqZjNQ29T8UKmxz2QAdyLy7hpXhZ9Iw%2BtfwFr6Gh3FgOQoqrGtemjCVF4qBZ32SazpZ2%2F4UYzl5oqpoBlqghQBDs5DrTWtZXX2YtIcpVgaOkB%2FZdrK1vgcY4LyXKsV; ocwfs52oscxg=RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV%2CcB; __cfduid=d995579691d776da81e6da24f8b2f652b1603875020; nc_username=example; nc_token=lA%2FvWHQFzyW%2BNljP84bdl6JY9egH5PS0; nc_session_id=RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV%2CcB"
}
],
"cookies": [
{
"name": "__Host-nc_sameSiteCookielax",
"value": "true"
},
{
"name": "__Host-nc_sameSiteCookiestrict",
"value": "true"
},
{
"name": "oc_sessionPassphrase",
"value": "Y7mqZjNQ29T8UKmxz2QAdyLy7hpXhZ9Iw+tfwFr6Gh3FgOQoqrGtemjCVF4qBZ32SazpZ2/4UYzl5oqpoBlqghQBDs5DrTWtZXX2YtIcpVgaOkB/ZdrK1vgcY4LyXKsV"
},
{
"name": "ocwfs52oscxg",
"value": "RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV,cB"
},
{
"name": "__cfduid",
"value": "d995579691d776da81e6da24f8b2f652b1603875020"
},
{
"name": "nc_username",
"value": "example"
},
{
"name": "nc_token",
"value": "lA/vWHQFzyW+NljP84bdl6JY9egH5PS0"
},
{
"name": "nc_session_id",
"value": "RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV,cB"
}
],
"queryString": [],
"headersSize": 943
},
"response": {
"status": 200,
"statusText": "OK",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Server",
"value": "nginx"
},
{
"name": "Date",
"value": "Fri, 30 Oct 2020 14:24:49 GMT"
},
{
"name": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"name": "Content-Length",
"value": "212"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Expires",
"value": "Thu, 19 Nov 1981 08:52:00 GMT"
},
{
"name": "Pragma",
"value": "no-cache"
},
{
"name": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
},
{
"name": "Content-Security-Policy",
"value": "default-src 'none';base-uri 'none';manifest-src 'self'"
},
{
"name": "Feature-Policy",
"value": "autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'"
},
{
"name": "X-Robots-Tag",
"value": "none"
},
{
"name": "X-Download-Options",
"value": "noopen"
},
{
"name": "X-Permitted-Cross-Domain-Policies",
"value": "none"
},
{
"name": "X-Content-Type-Options",
"value": "nosniff"
},
{
"name": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"name": "Referrer-Policy",
"value": "no-referrer"
},
{
"name": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"name": "Cache-Control",
"value": "no-transform"
},
{
"name": "Expect-CT",
"value": "enforce, max-age=86400"
},
{
"name": "Strict-Transport-Security",
"value": "max-age=63072000; includeSubDomains; preload;"
}
],
"cookies": [],
"content": {
"mimeType": "application/json; charset=utf-8",
"size": 212,
"text": "{\"status\":\"success\",\"order\":\"[\\\"\\/apps\\/files\\/\\\",\\\"\\/apps\\/photos\\/\\\",\\\"\\/apps\\/contacts\\/\\\",\\\"\\/apps\\/calendar\\/\\\",\\\"\\/apps\\/deck\\/\\\",\\\"\\/apps\\/tasks\\/\\\",\\\"\\/apps\\/notes\\/\\\",\\\"\\/apps\\/cospend\\/\\\"]\",\"hidden\":\"\"}"
},
"redirectURL": "",
"headersSize": 808,
"bodySize": 1020
},
"cache": {},
"timings": {
"blocked": -1,
"dns": 0,
"connect": 0,
"ssl": 0,
"send": 0,
"wait": 218,
"receive": 0
},
"time": 217,
"_securityState": "secure",
"serverIPAddress": "195.201.37.143",
"connection": "443"
},
{
"pageref": "page_1",
"startedDateTime": "2020-10-30T15:24:49.342+01:00",
"request": {
"bodySize": 0,
"method": "GET",
"url": "https://my.example.com/apps/onlyoffice/ajax/settings",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Host",
"value": "my.example.com"
},
{
"name": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:82.0) Gecko/20100101 Firefox/82.0"
},
{
"name": "Accept",
"value": "*/*"
},
{
"name": "Accept-Language",
"value": "fr,fr-FR;q=0.8,en-US;q=0.5,en;q=0.3"
},
{
"name": "Accept-Encoding",
"value": "gzip, deflate, br"
},
{
"name": "requesttoken",
"value": "n/DFW/hYwiy2D3UmHzbG4LoKOpEDnzZApZhwCv4yVDc=:5amnDrpzgRvDZxkJLgb+1dBeS8QzrVtz97clT4sKDnk="
},
{
"name": "OCS-APIREQUEST",
"value": "true"
},
{
"name": "X-Requested-With",
"value": "XMLHttpRequest"
},
{
"name": "DNT",
"value": "1"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Cookie",
"value": "__Host-nc_sameSiteCookielax=true; __Host-nc_sameSiteCookiestrict=true; oc_sessionPassphrase=Y7mqZjNQ29T8UKmxz2QAdyLy7hpXhZ9Iw%2BtfwFr6Gh3FgOQoqrGtemjCVF4qBZ32SazpZ2%2F4UYzl5oqpoBlqghQBDs5DrTWtZXX2YtIcpVgaOkB%2FZdrK1vgcY4LyXKsV; ocwfs52oscxg=RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV%2CcB; __cfduid=d995579691d776da81e6da24f8b2f652b1603875020; nc_username=example; nc_token=lA%2FvWHQFzyW%2BNljP84bdl6JY9egH5PS0; nc_session_id=RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV%2CcB"
}
],
"cookies": [
{
"name": "__Host-nc_sameSiteCookielax",
"value": "true"
},
{
"name": "__Host-nc_sameSiteCookiestrict",
"value": "true"
},
{
"name": "oc_sessionPassphrase",
"value": "Y7mqZjNQ29T8UKmxz2QAdyLy7hpXhZ9Iw+tfwFr6Gh3FgOQoqrGtemjCVF4qBZ32SazpZ2/4UYzl5oqpoBlqghQBDs5DrTWtZXX2YtIcpVgaOkB/ZdrK1vgcY4LyXKsV"
},
{
"name": "ocwfs52oscxg",
"value": "RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV,cB"
},
{
"name": "__cfduid",
"value": "d995579691d776da81e6da24f8b2f652b1603875020"
},
{
"name": "nc_username",
"value": "example"
},
{
"name": "nc_token",
"value": "lA/vWHQFzyW+NljP84bdl6JY9egH5PS0"
},
{
"name": "nc_session_id",
"value": "RT1dg2Ks1iu48KrvNT0ZcWx6ersSeSj0jtQfDq9pdulDV,cB"
}
],
"queryString": [],
"headersSize": 950
},
"response": {
"status": 200,
"statusText": "OK",
"httpVersion": "HTTP/1.1",
"headers": [
{
"name": "Server",
"value": "nginx"
},
{
"name": "Date",
"value": "Fri, 30 Oct 2020 14:24:49 GMT"
},
{
"name": "Content-Type",
"value": "application/json; charset=utf-8"
},
{
"name": "Transfer-Encoding",
"value": "chunked"
},
{
"name": "Connection",
"value": "keep-alive"
},
{
"name": "Vary",
"value": "Accept-Encoding"
},
{
"name": "Expires",
"value": "Thu, 19 Nov 1981 08:52:00 GMT"
},
{
"name": "Pragma",
"value": "no-cache"
},
{
"name": "Cache-Control",
"value": "no-cache, no-store, must-revalidate"
},
{
"name": "Content-Security-Policy",
"value": "default-src 'none';base-uri 'none';manifest-src 'self'"
},
{
"name": "Feature-Policy",
"value": "autoplay 'none';camera 'none';fullscreen 'none';geolocation 'none';microphone 'none';payment 'none'"
},
{
"name": "X-Robots-Tag",
"value": "none"
},
{
"name": "X-Download-Options",
"value": "noopen"
},
{
"name": "X-Permitted-Cross-Domain-Policies",
"value": "none"
},
{
"name": "X-Content-Type-Options",
"value": "nosniff"
},
{
"name": "X-XSS-Protection",
"value": "1; mode=block"
},
{
"name": "Referrer-Policy",
"value": "no-referrer"
},
{
"name": "X-Frame-Options",
"value": "SAMEORIGIN"
},
{
"name": "Cache-Control",
"value": "no-transform"
},
{
"name": "Expect-CT",
"value": "enforce, max-age=86400"
},
{
"name": "Strict-Transport-Security",
"value": "max-age=63072000; includeSubDomains; preload;"
},
{
"name": "X-Content-Encoding-Over-Network",
"value": "gzip"
}
],
"cookies": [],
"content": {
"mimeType": "application/json; charset=utf-8",
"size": 3321,
"text": "{\"formats\":{\"csv\":{\"mime\":\"text\\/csv\",\"type\":\"spreadsheet\",\"edit\":true,\"editable\":true,\"def\":false},\"doc\":{\"mime\":\"application\\/msword\",\"type\":\"text\",\"conv\":true,\"def\":true},\"docm\":{\"mime\":\"application\\/vnd.ms-word.document.macroEnabled.12\",\"type\":\"text\",\"conv\":true,\"def\":false},\"docx\":{\"mime\":\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.document\",\"type\":\"text\",\"edit\":true,\"def\":true},\"dot\":{\"type\":\"text\",\"conv\":true},\"dotx\":{\"mime\":\"application\\/vnd.openxmlformats-officedocument.wordprocessingml.template\",\"type\":\"text\",\"conv\":true,\"def\":false},\"epub\":{\"mime\":\"application\\/epub+zip\",\"type\":\"text\",\"conv\":true,\"def\":false},\"htm\":{\"type\":\"text\",\"conv\":true},\"html\":{\"mime\":\"text\\/html\",\"type\":\"text\",\"conv\":true,\"def\":false},\"odp\":{\"mime\":\"application\\/vnd.oasis.opendocument.presentation\",\"type\":\"presentation\",\"conv\":true,\"editable\":true,\"def\":false,\"edit\":false},\"ods\":{\"mime\":\"application\\/vnd.oasis.opendocument.spreadsheet\",\"type\":\"spreadsheet\",\"conv\":true,\"editable\":true,\"def\":false,\"edit\":false},\"odt\":{\"mime\":\"application\\/vnd.oasis.opendocument.text\",\"type\":\"text\",\"conv\":true,\"editable\":true,\"def\":false,\"edit\":false},\"otp\":{\"mime\":\"application\\/vnd.oasis.opendocument.presentation-template\",\"type\":\"presentation\",\"conv\":true,\"def\":false},\"ots\":{\"mime\":\"application\\/vnd.oasis.opendocument.spreadsheet-template\",\"type\":\"spreadsheet\",\"conv\":true,\"def\":false},\"ott\":{\"mime\":\"application\\/vnd.oasis.opendocument.text-template\",\"type\":\"text\",\"conv\":true,\"def\":false},\"pdf\":{\"mime\":\"application\\/pdf\",\"type\":\"text\",\"def\":false},\"pot\":{\"type\":\"presentation\",\"conv\":true},\"potm\":{\"mime\":\"application\\/vnd.ms-powerpoint.template.macroEnabled.12\",\"type\":\"presentation\",\"conv\":true,\"def\":false},\"potx\":{\"mime\":\"application\\/vnd.openxmlformats-officedocument.presentationml.template\",\"type\":\"presentation\",\"conv\":true,\"def\":false},\"pps\":{\"type\":\"presentation\",\"conv\":true},\"ppsm\":{\"mime\":\"application\\/vnd.ms-powerpoint.slideshow.macroEnabled.12\",\"type\":\"presentation\",\"conv\":true,\"def\":false},\"ppsx\":{\"mime\":\"application\\/vnd.openxmlformats-officedocument.presentationml.slideshow\",\"type\":\"presentation\",\"conv\":true,\"def\":false},\"ppt\":{\"mime\":\"application\\/vnd.ms-powerpoint\",\"type\":\"presentation\",\"conv\":true,\"def\":false},\"pptm\":{\"mime\":\"application\\/vnd.ms-powerpoint.presentation.macroEnabled.12\",\"type\":\"presentation\",\"conv\":true,\"def\":false},\"pptx\":{\"mime\":\"application\\/vnd.openxmlformats-officedocument.presentationml.presentation\",\"type\":\"presentation\",\"edit\":true,\"def\":true},\"rtf\":{\"mime\":\"text\\/rtf\",\"type\":\"text\",\"conv\":true,\"editable\":true,\"def\":false,\"edit\":false},\"txt\":{\"mime\":\"text\\/plain\",\"type\":\"text\",\"edit\":true,\"editable\":true,\"def\":false},\"xls\":{\"mime\":\"application\\/vnd.ms-excel\",\"type\":\"spreadsheet\",\"conv\":true,\"def\":true},\"xlsm\":{\"mime\":\"application\\/vnd.ms-excel.sheet.macroEnabled.12\",\"type\":\"spreadsheet\",\"conv\":true,\"def\":false},\"xlsx\":{\"mime\":\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet\",\"type\":\"spreadsheet\",\"edit\":true,\"def\":true},\"xlt\":{\"type\":\"spreadsheet\",\"conv\":true},\"xltm\":{\"mime\":\"application\\/vnd.ms-excel.template.macroEnabled.12\",\"type\":\"spreadsheet\",\"conv\":true,\"def\":false},\"xltx\":{\"mime\":\"application\\/vnd.openxmlformats-officedocument.spreadsheetml.template\",\"type\":\"spreadsheet\",\"conv\":true,\"def\":false}},\"sameTab\":false}"
},
"redirectURL": "",
"headersSize": 877,
"bodySize": 4198
},
"cache": {},
"timings": {
"blocked": -1,
"dns": 1,
"connect": 68,
"ssl": 85,
"send": 0,
"wait": 161,
"receive": 0
},
"time": 314,
"_securityState": "secure",
"serverIPAddress": "195.201.37.143",
"connection": "443"
}
]
}
}
I'm also having this problem. Also have S3, objectstorage as primary storage.

A new observation: After uploading new folders, the new contents do in fact show up. The previous folders were added via webdav and rclone. Maybe the file index is not being updated correctly?
Not in my case, all pictures were uploaded from the WebUI.
Not in my case, all pictures were uploaded from the WebUI.
Might be related to the S3 as primary storage..
@acsfer can you try the following steps?
- Turn off
Show Recommendationsoption withinFiles > Settings - Go to the dashboard and confirm no recommendations appear
- Turn
Show Recommendationsoption back on - Upload new images via the web interface
- Confirm new images appear in the recommendations feed
- Confirm new images appear within the photos app
Also, I think this is related somehow to how recommended files retrieves files as well, as only the files on the recommended feed is shown in the pictures app as well.
This looks like a bug within the Files API itself, and not this app. I have issued a bug report on the server repository.
https://github.com/nextcloud/server/issues/24417
Just to add a little more info, here is an example. The folder at left, all photos are displayed. None of the photos inside the folder at the right are displayed.

Photos 2.0.0 Nextcloud Hub 3 (25.0.1)
I seem to have the same issue. I have a two-level folder structure, first folder level contains photos and a subfolder containing more photos and videos.
In Photos app the second-level folder only displays 60 items out of total 111.
In Files, all 111 items are displayed.
I seem to have the same issue. I have a two-level folder structure, first folder level contains photos and a subfolder containing more photos and videos.
In Photos app the second-level folder only displays 60 items out of total 111.
Ok, this seems to be some sort of weird Photos app rendering issue...
If the browser is in non-maximized mode, all photos are not shown. But, when maximizing the browser window, all photos are shown. Going back to non-maximized, and again some photos get hidden.
Tested on Chromium and Firefox browsers.
I seem to have the same issue. I have a two-level folder structure, first folder level contains photos and a subfolder containing more photos and videos. In Photos app the second-level folder only displays 60 items out of total 111.
Ok, this seems to be some sort of weird Photos app rendering issue...
If the browser is in non-maximized mode, all photos are not shown. But, when maximizing the browser window, all photos are shown. Going back to non-maximized, and again some photos get hidden.
Tested on Chromium and Firefox browsers.
Yes, some problem.