Marc Roig

Results 37 issues of Marc Roig

## 👋🏻 What does it do? - Webhook was not triggered when doing a bulk delete. - ⚠️ Also fixes this bug https://github.com/strapi/strapi/issues/14039 . ## ❓ Why is it needed?...

source: core:strapi
pr: fix

## 👋🏻 What does it do? Some images , specially from google, have some sort of query params in the URL. Example: https://images.unsplash.com/photo-1503023345310-bd7c1de61c7d?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxzZWFyY2h8OHx8bWFufGVufDB8fDB8fA%3D%3D&w=1000&q=80 For some reason, when the code was...

source: core:upload
pr: fix

## Bug report ### Required System information Node.js version: 16.15.0 NPM version: 8.5.5 Strapi version: 4.3.2 Database: SQLite Operating system: MacOS Monterey 12.4 ### Describe the bug When deleting an...

issue: bug
severity: medium
status: confirmed
source: core:content-manager

## Bug report ### Required System information - Node.js version: 16.15.0 - NPM version: 8.5.5 - Strapi version: 4.3.2 - Database: SQLite - Operating system: MacOS Monterey 12.4 ### Describe...

issue: bug
severity: low
status: confirmed
source: core:database
source: core:content-type-builder

## 👋🏻 What does it do? In the upload service, when uploading image, thumbnail, and responsive formats one by one, upload them all together. As an example, when using cloudinary:...

source: core:upload
pr: feature

## 👋🏻 What does it do? - Properly reject and throw an error when there is an issue uploading a file to cloudinary. @gvocale provided the [solution](https://github.com/strapi/strapi/issues/13316#issuecomment-1183230884) for the issue...

source: core:upload
pr: fix

### What does it do? Allows users to specify a `sizeLimit` value in the `upload.config` object to limit the maximum size of uploaded files. This is a continuation of @WalkingPizza...

source: core:upload
pr: fix
flag: documentation

## ❓ Why is it needed? To fix #13744 A little explanation of my approach: - Storing `path` as a new table column seems the cleanest solution for me. Some...

source: core:upload
pr: fix

### What does it do? Updates in the upload plugin Guide: - Add migration guide for the next minor release. - Update of "Max file size" in upload plugin. ###...

source: developer-docs
pr: updated content
flag: migration guide

### What does it do? Reorder morph relations when deleting them