ios-app icon indicating copy to clipboard operation
ios-app copied to clipboard

Does iOS app rely on .ocs.data.version from the capabilities?

Open michaelstingl opened this issue 3 years ago • 1 comments

@hosy @felix-schwarz could you check if this is used?

% curl 'https://demo.owncloud.org/ocs/v1.php/cloud/capabilities?format=json' \
  -u demo:demo | jq '.ocs.data.version'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  2117  100  2117    0     0   9974      0 --:--:-- --:--:-- --:--:-- 10377
{
  "major": 10,
  "minor": 9,
  "micro": 1,
  "string": "10.9.1",
  "edition": "Community"
}

(not the status.php)

What is expected? What would happen if it changes to this this? https://github.com/owncloud/ocis/pull/2918#issuecomment-1004744700

michaelstingl avatar Apr 12 '22 08:04 michaelstingl

@michaelstingl It relies on it in to determines if the "modern" preview API for thumbnails is available (>= 10.0.9)

felix-schwarz avatar Apr 13 '22 11:04 felix-schwarz