core icon indicating copy to clipboard operation
core copied to clipboard

:cloud: ownCloud web server core (Files, DAV, etc.)

Results 307 core issues
Sort by recently updated
recently updated
newest added

### 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 :...

Type:Bug

### Steps 1. Install an app, for example activity-2.4.1 from tarball: `occ market:install -l activity-2.4.1.tar.gz` 1. Go to Github releases and download the wrong tarball, not the release one but...

Type:Bug
junior job
p4-low

https://drone.owncloud.com/owncloud/core/34154/70/13 ``` runsh: Total unexpected failed scenarios throughout the test run: apiShareOperationsToShares2/shareAccessByID.feature:50 apiShareOperationsToShares2/shareAccessByID.feature:51 apiShareOperationsToShares2/shareAccessByID.feature:52 apiShareOperationsToShares2/shareAccessByID.feature:53 ``` ``` Scenario Outline: Get a share with an invalid share id # /drone/src/tests/acceptance/features/apiShareOperationsToShares2/shareAccessByID.feature:40 Given...

Type:Bug

Seen with oc 10.8.0-beta2 while testing https://github.com/owncloud/core/pull/38767 * admin creates "folder1/path/to/file.txt" and "folder2/pot/too/fool.txt" * admins shares "folder1" and "folder2" with user1. * user1 moves "folder2" (shared) into "folder1 (shared)" *...

Type:Bug

### Steps to reproduce 1. Set `allow_user_to_change_mail_address=false` 2. Try `curl -u adminuser@adminpassword -X PUT 'https://cloud.example.com/ocs/v2.php/cloud/users/testuser' -d key="email" -d value="[email protected]"` 3. See it failing ### Expected behaviour Admins should be allowed...

Type:Bug

Bumps [nikic/php-parser](https://github.com/nikic/PHP-Parser) from 5.6.2 to 5.7.0. Release notes Sourced from nikic/php-parser's releases. PHP-Parser 5.7.0 Fixed Fixed changing modifier on anonymous class with formatting preserving pretty printer. Emit an error for...

dependencies
php

Bumps [pimple/pimple](https://github.com/silexphp/Pimple) from 3.5.0 to 3.6.0. Changelog Sourced from pimple/pimple's changelog. 3.6.0 (2025-11-12) Add support for PHP 8.5 Commits a70f552 Update CHANGELOG de1cb88 minor #278 Use PHPUnit directly for tests...

dependencies
php

Bumps [bamarni/composer-bin-plugin](https://github.com/bamarni/composer-bin-plugin) from 1.8.2 to 1.8.3. Release notes Sourced from bamarni/composer-bin-plugin's releases. 1.8.3 Fixes Add --working-dir before other options (#171) Commits e7ef9e0 Add --working-dir before other options (#171) a633e8b test:...

dependencies
php

### Problem ownCloud currently performs internal HTTP(S) requests to validate security headers (e.g., X-Frame-Options, X-Content-Type-Options). In reverse-proxy-only SSL setups — where HTTPS is terminated at the proxy and the backend...

### Steps to reproduce 1. Click the star icon next to a file to have it added to favorites 2. The HTTP POST request to https://mycloud.example.com/apps/files/api/v1/files/testfile.jpg with payload `{"tags":["_$!!$_"]}` results...