Kevin Antonio Rateni Iatauro

Results 16 issues of Kevin Antonio Rateni Iatauro

### What does it do? Allows users to specify a `sizeLimit` value in the `upload.config` object to limit the maximum size of uploaded files. ### Why is it needed? Prior...

source: core:upload
pr: fix

### What does it do? Content types can not be created/updated to have 0 fields. The _Save_ button in the admin panel won't enable when removing the last field from...

### What does it do? 1. Modifies the `security` middleware so that certain CSP directives are enforced on the GraphQL and Documentation plugin endpoints even when they are customised. 2....

source: plugin:documentation
pr: fix

### What does it do? Allows developers to extend the dark mode theme. ### Why is it needed? At the moment, developers can only extend the light mode theme, meaning...

source: core:admin
pr: enhancement

### What does it do? No longer runs `isOptimizableImage` when creating responsive image formats during upload, but instead checks whether the format of the image is in a list of...

### What does it do? Solves #13888. ### Why is it needed? The select component's autocomplete feature is currently case sensitive, meaning some results may not show up in the...

source: core:content-manager
pr: fix

### Summary The [current documentation about population in the Entity Service](https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/entity-service/populate.html#basic-populating) does not mention the `count` property at all. ### Why is it needed? Most people don't know that you...

### What does it do? With this PR, the TimePicker component no longer shows a huge list of times formatted as `hh:mm`, but instead shows two columns, one containing the...

pr: enhancement

## Bug report ### Describe the bug Relations cannot be set through REST and GraphQL unless the user performing the request has `find` access over the related content type. ###...

issue: enhancement
source: plugin:users-permissions