nirajacharya2
nirajacharya2
related issue: https://github.com/owncloud/encryption/issues/409
There are few new API endpoint for graph API. https://github.com/owncloud/ocis/pull/8727 - [x] `POST` `/drives/{driveID}/root/invite` https://github.com/owncloud/ocis/pull/8850 - [ ] `POST` `/drives/{driveID}/root/createLink` @amrita-shrestha https://github.com/owncloud/ocis/pull/9076 - [x] `GET` `/drives/{driveID}/root/permissions` @amrita-shrestha https://github.com/owncloud/ocis/pull/8824 - [x]...
## Description removing the use of a stepdefinition inside another stepdefinition in ` OCSContext.php` ## Related Issue - Related issue: https://github.com/owncloud/ocis/issues/8199 ## Motivation and Context ## How Has This Been...
## Description removing the use of a stepdefinition inside another stepdefinition in ` FeatureContext.php` ## Related Issue - Related issue: https://github.com/owncloud/ocis/issues/8199 ## Motivation and Context ## How Has This Been...
## Description this pr adds test for listing permissions of shares drive added scenarios ```feature Scenario: user lists the permissions of their shares drive ``` ## Related Issue - Related...
## Description this pr adds test for listing permissions of personal drive added scenarios ```feature Scenario: user lists the permissions of their personal spaces ``` ## Related Issue - Related...
## Describe the bug we have two APIs for listing permission for drives i.e.: 1. https://owncloud.dev/libre-graph-api/#/drives.root/ListPermissionsSpaceRoot 2. https://owncloud.dev/libre-graph-api/#/drives.permissions/ListPermissions Those API should should give same output but. when listing permission of...
# Description Previously e2e test for office suites (onlyoffice, collabora) with WOIP service was limited to only manual testing (smoke testing) before releases. We do have e2e tests for office...
## Describe the bug I can not get permission of a particular share using both root and permissions endpoint. which should be possible according to the api specifications on: https://owncloud.dev/libre-graph-api/#/drives.permissions/GetPermission...
## Description ## Related Issue - Fixes: https://github.com/owncloud/ocis/issues/9876 ## Motivation and Context ## How Has This Been Tested? - test environment: - test case 1: - test case 2: -...