237 Commits

Author SHA1 Message Date
Alexandre Bodin
1350b1cc92 Merge branch 'releases/v4' into pluginAPI/loadPlugin 2021-08-23 14:23:51 +02:00
Pierre Noël
bc56be3560 Merge branch 'pluginAPI/loadPlugin' of github.com:strapi/strapi into pluginAPI/loadPlugin 2021-08-20 16:32:14 +02:00
soupette
d8209894fa Fix admin development
Signed-off-by: soupette <cyril@strapi.io>
2021-08-20 15:30:54 +02:00
Pierre Noël
09945a46df fixes 2021-08-20 15:23:02 +02:00
Alexandre Bodin
8252a51ba5 Use a registry for the plugins 2021-08-20 13:12:37 +02:00
Alexandre Bodin
575cbbdc7c Migrate plugin getters 2021-08-19 23:30:49 +02:00
Alexandre Bodin
c3642a4f10 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-19 23:29:55 +02:00
Alexandre Bodin
4fbd411f69 Fix lint 2021-08-19 23:28:29 +02:00
Alexandre Bodin
f528a865cb Merge branch 'master' of github.com:strapi/strapi into releases/v4 2021-08-19 10:12:58 +02:00
Pierre Noël
682e877644 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-18 18:37:57 +02:00
Alexandre Bodin
d5dd34278b Fix delete permissions 2021-08-17 13:48:52 +02:00
Pierre Noël
18da6e2188 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-09 11:06:34 +02:00
Alexandre BODIN
6ed18de85b
Rename _sort filter to sort (#10688) 2021-08-09 10:22:40 +02:00
Pierre Noël
4790e28284 refactor with module approach 2021-08-06 18:09:49 +02:00
Alexandre Bodin
07ae49badd Avoid making empty queries in populate 2021-08-06 10:51:34 +02:00
Alexandre Bodin
9ad5740952 Fix lint issue 2021-08-05 18:19:54 +02:00
Pierre Noël
ce0e67830a Merge branch 'v4/backend' into v4/plugin-api/modules 2021-08-05 13:59:40 +02:00
Alexandre Bodin
ef63639cd3 Fix eslint so we can have the test run 2021-08-04 19:39:40 +02:00
Alexandre Bodin
805e7fdb4b Merge branch 'master' into releases/v4 2021-08-04 19:24:10 +02:00
Pierre Noël
dd0c095f1e Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-04 15:05:56 +02:00
Alexandre Bodin
35912b556e Fix missing file to copy in yarn build 2021-08-04 14:07:35 +02:00
Alexandre Bodin
d44a6f68ee Migrate admin to programmatic loading 2021-08-02 17:54:49 +02:00
Alexandre Bodin
a7fab84994 Merge branch 'v4/pluginAPI' into pluginAPI/loadPlugin 2021-07-30 10:15:50 +02:00
Alexandre Bodin
89fee54582 Merge branch 'v4/backend' into v4/database 2021-07-30 09:50:40 +02:00
Pierre Noël
3b179169d4 wip 2021-07-29 16:39:26 +02:00
Pierre Noël
6dab3a5ebb Merge branch 'v4/database' into pluginAPI/loadPlugin 2021-07-29 10:27:42 +02:00
Alexandre Bodin
7b10521664 Fix search 2021-07-28 21:03:32 +02:00
Alexandre Bodin
d43f5e5da0 Continue core - db connection 2021-07-28 15:32:21 +02:00
HichamELBSI
03ff42c0ba Fix export utils
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-07-28 13:56:17 +02:00
HichamELBSI
cf01d0a78b Fix tests
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-07-28 13:52:14 +02:00
soupette
ae420069df Add temp injection zone in the tutorial box
Signed-off-by: soupette <cyril@strapi.io>
2021-07-28 11:09:41 +02:00
soupette
ea30ae8731 Remove tutorials videos
Signed-off-by: soupette <cyril@strapi.io>
2021-07-28 10:50:54 +02:00
soupette
9c06d8af37 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-27 10:31:02 +02:00
soupette
fd6432c792 Add tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-27 09:56:18 +02:00
soupette
a261bd7150 Add extensions
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-27 09:29:23 +02:00
soupette
7b0278e2a0 Rename admin.config.js to app.js
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-27 08:27:19 +02:00
soupette
edd18023ad Add admin bootstrap customisation
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-27 08:25:24 +02:00
soupette
8ec5fffc00 Add admin configurations
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-27 08:06:53 +02:00
HichamELBSI
389cea978c Bump dependencies (React, React-Dom, React-Query, and Immer)
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-07-26 17:51:49 +02:00
Pierre Noël
eabe72f92e WIP 2021-07-26 16:59:59 +02:00
soupette
194da25d2b Add customisations for auth and menu logos
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-26 15:43:45 +02:00
cyril lopez
87c0207b93
Merge pull request #10641 from strapi/remove-plugin-extension
Remove plugins customisations
2021-07-23 11:11:23 +02:00
Pierre Noël
9c41753e8a remove comments 2021-07-23 10:33:25 +02:00
HichamELBSI
23c98d04fc Add DndProvider to tests
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-07-22 16:17:46 +02:00
cyril lopez
4b1a422208
Merge pull request #10635 from strapi/split-webpack-custom-config
Split webpack custom config
2021-07-22 15:51:59 +02:00
soupette
16ded2e987 Rename webpack config file
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-22 15:45:19 +02:00
HichamELBSI
b0c84414d5 Fix PR feedback
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-07-22 15:09:39 +02:00
soupette
144904cf1e Remove plugins customisations
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-22 14:51:29 +02:00
HichamELBSI
2d84a10180 Bump react-dnd to v14
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-07-21 16:25:09 +02:00
soupette
ae38481de8 Split app customisation file and webpack config
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-07-21 15:47:55 +02:00