strapi
strapi copied to clipboard
π Strapi is the leading open-source headless CMS. Itβs 100% JavaScript/TypeScript, fully customizable, and developer-first.
### 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...
## 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...
## 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)) -...
## 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,...
### 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...
### 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....
### 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...