Côme Chilliet

Results 358 comments of Côme Chilliet

I meant any file that is uploaded by chunks, but maybe any file goes through the uploads folder, not sure.

Does this fixes it ? ```diff diff --git a/lib/private/Files/Storage/Local.php b/lib/private/Files/Storage/Local.php index ee86fe356f7..9af29550662 100644 --- a/lib/private/Files/Storage/Local.php +++ b/lib/private/Files/Storage/Local.php @@ -422,7 +422,7 @@ class Local extends \OC\Files\Storage\Common { if ($space === false...

If the problem really is the call to `\OC_App::getAppVersions();`, wrapping it in a try/catch should be enough?

> If the problem really is the call to `\OC_App::getAppVersions();`, wrapping it in a try/catch should be enough? This kind of things seem to work for me: ``` diff --git...

I do not understand what the hell is happenning to psalm here. It’s removing stuff from the baseline and then complaining about it?

@mgallien What is the trace of the error you are trying to fix?

@mgallien This is fixed by https://github.com/nextcloud/server/pull/37944

Added: > # Backend > * A new interface `OCP\Group\Backend\ISearchableGroupBackend` was added for group backends supporting new method `searchInGroup` to search among a group users in an efficient way. https://github.com/nextcloud/server/pull/32866...

See https://github.com/nextcloud/server/issues/32128 as well

Is that different/better than https://github.com/nextcloud/server/pull/32019 ?