X Tutup
Skip to content

[10.5.0 RC2] Manual locking feature not exposed via capabilities endpoint #37620

@michaelstingl

Description

@michaelstingl

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

Metadata

Metadata

Assignees

Labels

Type:Bugp2-highEscalation, on top of current planning, release blocker

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    X Tutup