Skip to content

Commit

Permalink
Merge pull request #10815 from owncloud/refactor/hidden-status-graph
Browse files Browse the repository at this point in the history
refactor: use graph api for hidden share states
  • Loading branch information
JammingBen authored Apr 23, 2024
2 parents 4dc0ad7 + 951168c commit 18a5837
Show file tree
Hide file tree
Showing 6 changed files with 97 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .drone.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# The version of OCIS to use in pipelines that test against OCIS
OCIS_COMMITID=43621b455551e2df93f7c44bb5159375cf5789a9
OCIS_COMMITID=0960d7f1364d4348a9affeb38ba3fa91e13a63ef
OCIS_BRANCH=master
2 changes: 1 addition & 1 deletion packages/web-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}
},
"scripts": {
"generate-openapi": "rm -rf src/generated && docker run --rm -v \"${PWD}/src:/local\" openapitools/openapi-generator-cli generate -i https://raw.githubusercontent.com/owncloud/libre-graph-api/main/api/openapi-spec/v1.0.yaml -g typescript-axios -o /local/generated",
"generate-openapi": "rm -rf src/graph/generated && docker run --rm -v \"${PWD}/src/graph:/local\" openapitools/openapi-generator-cli generate -i https://raw.githubusercontent.com/owncloud/libre-graph-api/main/api/openapi-spec/v1.0.yaml -g typescript-axios -o /local/generated",
"vite": "vite",
"prepublishOnly": "rm -rf ./package && clean-publish && rm -rf package/dist/tests && find package && cat package/package.json",
"postpublish": "rm -rf ./package"
Expand Down
201 changes: 0 additions & 201 deletions packages/web-client/src/graph/generated/LICENSE

This file was deleted.

Loading

0 comments on commit 18a5837

Please sign in to comment.