Prarup Gurung
Prarup Gurung
### Steps to reproduce 1. Create user `uu1` 2. Create a file `test.txt` 3. Send `MOVE` request for `test.txt` with the body using curl ``` curl -ks -u uu1:uu1 -XMOVE...
## Pull Request Description This PR makes changes to the markdown plugin to support metadata in markdown. Also, adds example templates, CSS, and unit tests. ### Added: - Supports markdown...
What do you think about adding support for Markdown files with metadata? Metadata might be in `yaml` format or any other key-value format. Each slide will be rendered with provided...
### Steps to reproduce 1. Create user `alice`, `brian`, `carol` 2. As user `alice` create a folder/file 3. Open sharing dialog 4. Fill the text field in `User and Groups`...
### Steps to reproduce 1. Create user `Alice` on the `LOCAL` server, and user `Brian` on the `REMOTE` server 2. Share a file `lorem.txt` from user `Alice` to federated user...
### Steps to reproduce 1. Create user `Alice` on the `LOCAL` server, and user `Brian` on the `REMOTE` server 2. Share a file `lorem.txt` from user `Alice` to federated user...
### Steps to reproduce 1. Enable encryption app 2. Enable server-side encryption (Encryption type: Master Key or User Specific key) 3. Create user `user1` with a quota of `10 B`...
## 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 ##...
## 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`...
## Describe the bug Disabling the share sync for non-existing resources gives a 422 status code. ## Steps to reproduce 1. Send disable share sync request for a non-existent resource...