Phil Davis

Results 114 issues of Phil Davis

phpstan reports: ``` ------ ------------------------------------------------------------------------------------------- Line lib/Writer.php ------ ------------------------------------------------------------------------------------------- 132 Parameter #3 $namespace of method XMLWriter::startElementNs() expects string, null given. ------ ------------------------------------------------------------------------------------------- ``` But https://www.php.net/manual/en/xmlwriter.startelementns.php documents the 3rd parameter as...

### Steps to reproduce 1. Alice creates a folder "folder1" and puts file "test1.txt" in it. 2. Alice shares the folder with Brian 3. Brian creates a folder "myfolder" and...

### Steps to reproduce 1. Alice creates a file "test.txt" with content "original text" 2. Alice shares the file with Brian 3. Brian creates a file "new.txt" with content "new...

Type:Bug
feature:sharing

## Steps to reproduce Steps to reproduce the behavior: 1. As user `admin` send `MKCOL` request to another user's endpoint `curl -vk -X MKCOL -u admin:admin http://localhost/core/remote.php/dav/files/anu/Test | xmllint --format...

Type:Bug

The code and feature files for API acceptance tests for ocis and reva are now stored in the `owncloud/ocis` repo. Ref: https://github.com/owncloud/ocis/pull/5306 https://github.com/owncloud/ocis/pull/5280 https://github.com/owncloud/ocis/issues/5094 The core API acceptance test code...

QA:team

https://data.iana.org/time-zones/tzdb/NEWS https://www.php.net/manual/en/timezones.others.php Rebase of #634

See discussion https://github.com/sabre-io/event/pull/114#discussion_r1394373166 We can only do this after local type aliases are supported in various non-Class places. i.e. after issue https://github.com/phpstan/phpstan/issues/9164 has been implemented in phpstan.

``` phil@phil-Inspiron-5468:~/git/cs3org/reva$ make deps make: *** No rule to make target 'deps'. Stop. ``` I am trying to follow the instructions to run a local `reva` from the `edge` branch....