-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Closed
Copy link
Labels
Type:Bugp2-highEscalation, on top of current planning, release blockerEscalation, on top of current planning, release blocker
Milestone
Description
Steps to reproduce
docker run --rm -d \
--name owncloud \
-p 18080:8080 \
-e OWNCLOUD_APPS_INSTALL=oauth2 \
-e ADMIN_USERNAME=admin \
-e ADMIN_PASSWORD=admin \
owncloud/server:10.5.0-rc2
nothing related to locking
% curl -u admin:admin 'http://localhost:18080/ocs/v1.php/cloud/capabilities?format=json' | jq | grep lock
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1792 100 1792 0 0 3756 0 --:--:-- --:--:-- --:--:-- 3748
Expected behaviour
Clients check capabilities endpoint anyway, so they would enable a future manual locking feature based on this data
Actual behaviour
nothing related to locking found
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type:Bugp2-highEscalation, on top of current planning, release blockerEscalation, on top of current planning, release blocker