Swikriti
Swikriti
## Description ## Related Issue - part of: https://github.com/owncloud/ocis/issues/4154 ## Motivation and Context ## How Has This Been Tested? - local - CI ## Screenshots (if appropriate): ## Types of...
The tests in `apiAuth/cors.feature` needs to be refactored so that they run in OCIS too. right now we have step `And user "Alice" has added "https://aphno.badal" to the list of...
This feature is failing in CI in master and edge. It passes in OCIS. Making this issue so that the tests can be linked in expected to fail and further...
This is a test pr to check if the changes in https://github.com/owncloud/core/pull/40429 work on reva or not
### Steps to reproduce 1. Make around 50 folders ```bash #!/usr/bin/env bash for (( c=1; cconvertException()\\n#1 \\\/var\\\/www\\\/owncloud\\\/lib\\\/composer\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/DBALException.php(159): Doctrine\\\\DBAL\\\\DBALException::wrapException()\\n#2 \\\/var\\\/www\\\/owncloud\\\/lib\\\/composer\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Connection.php(2226): Doctrine\\\\DBAL\\\\DBALException::driverExceptionDuringQuery()\\n#3 \\\/var\\\/www\\\/owncloud\\\/lib\\\/composer\\\/doctrine\\\/dbal\\\/lib\\\/Doctrine\\\/DBAL\\\/Connection.php(1313): Doctrine\\\\DBAL\\\\Connection->handleExceptionDuringQuery()\\n#4 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/DB\\\/Connection.php(191): Doctrine\\\\DBAL\\\\Connection->executeQuery()\\n#5 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Cache.php(620): OC\\\\DB\\\\Connection->executeQuery()\\n#6 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Cache.php(570): OC\\\\Files\\\\Cache\\\\Cache->moveFromCache()\\n#7 \\\/var\\\/www\\\/owncloud\\\/lib\\\/private\\\/Files\\\/Cache\\\/Updater.php(195): OC\\\\Files\\\\Cache\\\\Cache->move()\\n#8...
### Description While searching for some playwright set-up issues I came across this one and I gave it a try so I'm presenting this PR. I have setup basic tests...
## Describe the bug copying the file inside Shares folder returns 412 Pre condition failed ## Steps to reproduce Steps to reproduce the behavior: 1. As user `Marie` share a...
### Steps to reproduce 1. Create a user `test` 2. Upload a file `lorem.txt` : `curl -u test:test -X PUT http://localhost/core/remote.php/webdav/lorem.txt -d"123"` 3. Share the file with public link :...