Daniel

Results 517 comments of Daniel

``` '>0.25%', 'not ie 11', 'not op_mini all', 'not dead', 'Firefox ESR', ``` Is our browserlist configuration. The idea is to support Firefox ESR.

Thanks for your pull request :+1: It's a good improvement to handle a 413 response properly. I wonder if it's possible to make this feature work without a new configuration...

Thanks for your work :+1: > working the database part on server repo and api part on photos repo will be an horrifying dev experience Database and Api should be...

cc @mrtumnus @pauvos what do you think?

> Assuming the intent of the "?:" is to prevent regex capture of the "(cal|card)" group, looks good to me. Yeah `?:` makes it a non capturing group.

@szaimen can you merge this one? I guess it's fine to ignore the missing build.

Hi @iamkkushal, remove the section below from https://github.com/nextcloud/documentation/blob/master/developer_manual/digging_deeper/performance.rst ``` There are a `few nice small scripts `_ that can be used for this. ```

> Following the guide https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#command-line-upgrade running this I guess we can add a link to https://docs.nextcloud.com/server/latest/admin_manual/maintenance/upgrade.html to the occ upgrade command description.