ios-app
ios-app copied to clipboard
Does iOS app rely on .ocs.data.version from the capabilities?
@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 It relies on it in to determines if the "modern" preview API for thumbnails is available (>= 10.0.9)