Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix app provider "new url" capability #2908

Merged
merged 1 commit into from
Dec 21, 2021
Merged

Conversation

wkloucek
Copy link
Contributor

@wkloucek wkloucek commented Dec 21, 2021

Description

Fix of #2884 and cs3org/reva#2379, since "new_url" was added as option, but was not hooked up in the oCIS frontend part...

After this fix we get:

curl -k 'https://localhost:9200/ocs/v1.php/cloud/capabilities?format=json' -u einstein:relativity | jq '.ocs.data.capabilities.files.app_providers'
[
  {
    "enabled": true,
    "version": "1.0.0",
    "apps_url": "/app/list",
    "open_url": "/app/open",
    "new_url": "/app/new"
  }
]

Unblocks owncloud/web#5890

@sonarcloud
Copy link

sonarcloud bot commented Dec 21, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@wkloucek wkloucek merged commit 9050a01 into master Dec 21, 2021
@delete-merged-branch delete-merged-branch bot deleted the fix-capabilities-new-url branch December 21, 2021 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants