Phil Davis
Phil Davis
https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/tag/v3.9.1 was released a few hours ago. It reports a lot of new code-style failures. Needs investigation to see if these are, real (the code-style checks were genuinely improved, the...
Related issue #39387 We have some automated federated sharing tests that are all passing, so that is a good start. We want to check that federated sharing between a new...
PR #40155 adds the ability to share with multiple users at the same time. For example, Alice could paste `Brian,Carol` into the share-with text box, and the UI will suggest...
https://symfony.com/releases/5.4 Symfony LTS major version 5.4 was release in Nov 2021. It supports PHP 7.2.5 and up - https://symfony.com/doc/5.4/setup.html#technical-requirements - that matches easily with oC10 master which currently supports PHP...
## 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 ##...
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...
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...
Reva issue https://github.com/cs3org/reva/issues/2480 is fixing up the upload behavior in public links. Rather than appending (2) (3) etc to the filename to generate unique file names, that proposes to add...
### Steps to reproduce 1. login to the oC10 classic webUI 2. create a folder `topFolder` 3. drag some folder `testFolder` from the desktop and drop it on top of...