Marc Roig
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?...
## 👋🏻 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...
## 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...
## 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...
## 👋🏻 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:...
## 👋🏻 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...
### 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...
## ❓ 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...
### 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. ###...
### What does it do? Reorder morph relations when deleting them