Alexandre BODIN

Results 28 issues of 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)

v5

### What does it do? - Rework the cli UX and rework prompt - Add package manager detection - Support pnpm ### Why is it needed? - v5 ### How...

source: cli
pr: enhancement

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

source: plugin:users-permissions
flag: don't merge
pr: fix

### What does it do? Put string array support back into cors for compatbility Closes https://github.com/strapi/strapi/issues/20544

source: core:strapi
pr: fix

### 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: "",...

source: plugin:users-permissions
pr: enhancement
flag: documentation

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

source: cli
pr: enhancement
flag: documentation

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