Vincent Petry

Results 506 comments of Vincent Petry

> Just adding my two cents, but the recent changes by @CarlSchwan also made the size property from the EXIF metadata available as a DAV property ([see here](https://github.com/nextcloud/server/pull/31839/files#diff-1d6ed4804160da213bc58248990a6936622ce53100a23535d207dba153f7e759)). Wouldn't it...

need to be retested / redone with the old way because now the exif extration is supposed to work as @icewind1991 said the fix for fseek was in https://github.com/nextcloud/server/pull/33718

@artonge please also make sure the new CLI args are present in the documentation

does it mean we need to port the existing widgets to use that API ? @juliushaertl @eneiluj

is there a list of those apps somewhere ? maybe need to grep for a string in the release tarball ?

- [ ] make widgets compatible with the new API - [ ] user status: apps/user_status/lib/Dashboard/UserStatusWidget.php - [ ] recommandations: apps/recommendations/lib/Dashboard/RecommendationWidget.php - [ ] activity: apps/activity/lib/Dashboard/ActivityWidget.php - [ ] weather_status...

wouldn't it work to set it to "dbdriveroptions" directly in config.php, for example: ``` 'dbdriveroptions' => [ PDO::ATTR_PERSISTENT => true, ] ```