core icon indicating copy to clipboard operation
core copied to clipboard

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

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

Seen while testing https://github.com/owncloud/core/pull/39600 with web 5.7.0-rc.12 on core 10.11.0-rc.1 * `occ user:setting admin core defaultapp --value activity` * log in user admin via web ui. -> he sees the...

a) CI passed for PHP 7.4 with Ubuntu 20.04 b) I have just pushed the commits to run tests with PHP 8.0 https://php.watch/versions/8.0

Seen with 10.9.1 and firefox * admin deletes a file. * admin opens the browser console to check for errors. * admin changes to the deleted files view. * He...

QA:team

Hello. Ubuntu 20.04 Apache server + MYSQL PHP 7.3 ![Screenshot_20220909_225207](https://user-images.githubusercontent.com/6129485/189433341-557b0408-8a1d-4d8b-bf62-32a9efcede01.png) help pls(

We currently have several `InvalidArgumentException`s with `$email cannot be empty`, coming from `User/Manager::getByEmail` from within the `LoginController::tryLogin`. Would be good to silently return early in the `LoginController::tryLogin` when an empty...

Seen with 10.9.1 (not a regression) * install all packages (also php bindings for mysql and/or postgres) and set up apache. * bowse to the not yet installed owncloud instance....

Seen while testing #40155 with core 10.11.0-rc.1 In a system, where admin, user1, and user2 exist: User admin tries to share with "user1, user2, user1, user2" The duplicate user2 is...

Seen while testing https://github.com/owncloud/core/pull/39600 on core 10.11.0-rc.1 * A defaultapp is what users see, when they log in. Normally it is `files`. * Admin can set the `defaultapp` in config.php...

QA:team

Seen while testing https://github.com/owncloud/core/pull/39895 with 10.11.0-beta.1 The initial description for this PR has " * Part files will also be considered for quota while they're being uploaded " I believe...

QA:team

Seen while testing #40113 with core 10.11.0-rc.1 * Create a few thousand files, * view the files with a web browser * delete the files. * then run the system...

enhancement