strapi icon indicating copy to clipboard operation
strapi copied to clipboard

πŸš€ Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

Results 1307 strapi issues
Sort by recently updated
recently updated
newest added

### 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

## Bug report ### Required System information - Node.js version: 16.16.0 - NPM version: 8.11.0 - Strapi version: 4.3.2 - Database: SQLite - Operating system: macOS Monterey v12.2 ### Describe...

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

## Bug report ### Required System information - Node.js version: v16.15.0 - NPM version: 8.5.5 - Strapi version: "4.3.2" - Database: - Operating system: ### Steps to reproduce the behavior...

## Bug report ### Required System information - Node.js version: v16.15.1 - NPM version: 8.11.0 - Strapi version: 4.2.2 - Database: mysqld Ver 5.7.33-0ubuntu0.16.04.1 for Linux on x86_64 ((Ubuntu)) -...

issue: bug
severity: medium
source: core:database
status: pending reproduction

## Bug report ### Required System information - Node.js version: 16.15.1 - NPM version: 8.11.0 - Strapi version: 4.3.2 - Database: Postgres 12.11, 14.2 - Operating system: Ubuntu Linux 20.04,...

issue: bug
severity: low
status: confirmed
source: core:upload

### What does it do? If upload provide has generateFileName() function, generates upload filename hash with it. ### Why is it needed? Create upload filename with custom rule, like generate...

source: core:upload
pr: enhancement

### 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...

## Bug report ### Required System information - Node.js version: v14.19.3 - NPM version: 6.14.17 - Strapi version: 4.3.0 (present already on 4.2.0) - Database: MySQL 5.7.24 - Operating system:...

### 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? It trims whitespace from the `firstname` and `lastname` fields in the user profile and prevents successful profile form submission when user enters only spaces in...