ocis
ocis copied to clipboard
:atom_symbol: ownCloud Infinite Scale Stack
## Description Changed `Given` step for sharing using SharingNg in apiSpaces ## Related Issue - Part of https://github.com/owncloud/ocis/issues/8717 ## Types of changes - [ ] Bug fix (non-breaking change which...
## Description Used sharingNG graph API in the given steps for sharing. Suites covered: - `apiSpacesShares/` - `changingFilesShare.feature` - `checksum.feature` - `copySpaces.feature` ## Related Issue - Part of https://github.com/owncloud/ocis/issues/8717 ##...
We are moving from OCS sharing to SharingNG for resource sharing. So let's slowly start using SharingNG in the Given steps to share resource. Open Tasks: - [ ] share...
## Description This PR adds tests for creating share link of drives using root endpoint ## Related Issue - https://github.com/owncloud/ocis/issues/8810 ## Motivation and Context ## How Has This Been Tested?...
## Related Issue - Part of https://github.com/owncloud/ocis/issues/8717#event-12535134605
## Related Issue - Part of https://github.com/owncloud/ocis/issues/8717#event-12535134605
## Description This PR adds tests for setting password on share link ## Related Issue - https://github.com/owncloud/ocis/issues/8810 ## Motivation and Context ## How Has This Been Tested? - Locally ##...
## Description Added tests for disabling share sync with non-existent resource, empty id, not shared resource id. Added Scenarios: - `Scenario: try to disable share sync of a non-existent resource`...
Previously, set response was refactored in this issue https://github.com/owncloud/ocis/issues/7082. In this issue: Prevent use of step-def functions in other steps-defs wherever possible (strictly prevent the reuse between cross steps). TODO:...
### Description When a user make an api request for copying a file from personal space on the top of the shared mounted root level folder then the whole shared...