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

## Description WIP - related to PR #40006 which tests with Ubuntu 20.04 This tests with Ubuntu 22.04 ## Related Issue #38348 ## How Has This Been Tested? CI ##...

Seen in 10.10.0 RC2 with encryption 1.5.1 on ubuntu-22.04 Install using ondej ppa: ``` apt install -y software-properties-common LC_ALL=C.UTF-8 add-apt-repository --yes ppa:ondrej/php LC_ALL=C.UTF-8 add-apt-repository --yes ppa:ondrej/apache2 apt update apt install...

## Description This allows storage implementations to specify the location for encryption keys https://github.com/owncloud/files_spaces needs this because the space does not belong to a user. ## Related Issue - Fixes...

Yesterday the `owncloudci/php:7.4` docker images was updated to use Ubuntu 20.04 as the base image (was previously Ubuntu 18.04). See PR https://github.com/owncloud-ci/php/pull/128 Now some unit tests are failing. See demonstration...

Type:Bug
QA:team

## Description Transfers occ command test scenarios to cli test suites ## Related Issue - From https://github.com/owncloud/core/issues/39173? ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if...

QA:team

### Errant behaviour All uploads of files >1GB fail. More specifically, the attempt creates a server-side entry, but the hash does not match, which results in several destructive behaviors: 1....

The acceptance test suite expects the list of shares returned by the ocs API to be ordered, which is currently not guaranteed (see https://github.com/owncloud/core/blob/master/tests/acceptance/features/bootstrap/Sharing.php#L2037). The cs3 share manager for examples...

QA:team

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

QA:team

### Steps to reproduce 1. Enable TOTP (plugin 2-Factor Authentication by Christoph Wurst - ver. 0.7.0) 2. Create an App Password / Token for owncloud desktop client (using Mac OS...

Type:Bug

overnight the UI acceptance tests started failing, e.g. see test PR #37111 https://drone.owncloud.com/owncloud/core/23882/86/15 ``` Scenario: simple user login # /drone/src/tests/acceptance/features/webUILogin/login.feature:12 Given these users have been created with default attributes and...

dev:acceptance-tests
QA:team