Alexandre BODIN
Alexandre BODIN
### What does it do? Apply https://github.com/strapi/strapi/pull/20231 to 4.24.1
Introduce the Content API changes for v5 You can read it [here](https://github.com/strapi/rfcs/blob/v5/content-api/rfcs/xxxx-v5-content-api.md)
### What does it do? - Rework the cli UX and rework prompt - Add package manager detection - Support pnpm ### Why is it needed? - v5 ### How...
### What does it do? Fix linkedin auth provider in U&P - Fixes invalid PRs https://github.com/strapi/strapi/pull/19622 & https://github.com/strapi/strapi/pull/19008
### What does it do? Put string array support back into cors for compatbility Closes https://github.com/strapi/strapi/issues/20544
### What does it do? Allows adding a custom ```js module.exports = { register({ strapi }) { strapi .plugin("users-permissions") .service("providers-registry") .add("test-provider", { icon: "", enabled: true, grantConfig: { key: "",...
### What does it do? - Implements v5 template system - Remove `@strapi/generate-new` and merge into cli pkg - Remove npm templates in favor of github repositories or paths for...
### What does it do? Fixes reverse proxy compatibility without involved prefixing strapi routes. Make it iso with v4 behavior Alternative to https://github.com/strapi/strapi/pull/21507