108 Commits

Author SHA1 Message Date
soupette
4347b7f405 Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-23 19:00:14 +02:00
Alexandre BODIN
eda51cc08a
Merge pull request #10518 from strapi/drop-node-10
Drop support for node10
2021-06-23 18:32:04 +02:00
Alexandre Bodin
356ee09ed2 Merge branch 'master' into releases/v4 2021-06-23 18:23:54 +02:00
soupette
0b5bc167ef Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-23 09:46:58 +02:00
soupette
a06c886621 Remove middleware that mutates the CM edit view layout
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-23 08:55:52 +02:00
soupette
22e782c4b0 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-23 08:46:13 +02:00
Convly
13052049b0 Add support for node 16, update readme 2021-06-23 07:55:40 +02:00
soupette
2c7bcbf70e Remove middlewares that mutates the CM links and use the hooks api instead
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-23 07:54:47 +02:00
soupette
1288db6315 Remove addColumnToLv middleware in i18n
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-22 09:19:07 +02:00
Convly
1a39d934f8 Drop support for node10, set new oldest supported node version to 12.x.x 2021-06-21 10:56:57 +02:00
soupette
39a0ea03f0 Created temp no CT page
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-17 15:28:29 +02:00
HichamELBSI
10dd1579ac Fix go back
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-06-16 17:02:53 +02:00
HichamELBSI
07febedc46 Fix history go back
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-06-16 16:09:52 +02:00
HichamELBSI
b241847b04 Fix header on settings view
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-06-16 16:09:52 +02:00
soupette
ef208589d5 Created menu api
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-16 13:13:37 +02:00
soupette
c68f815a51 Merge branch 'core/admin-apis' of github.com:strapi/strapi into core/menu-api 2021-06-16 11:45:14 +02:00
soupette
478ab7baf0 Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-16 11:44:22 +02:00
HichamELBSI
45dd84c42b Fix PR review 3
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-06-16 11:18:09 +02:00
soupette
3ea8d218d5 Load plugins link in the menu
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-16 11:15:19 +02:00
soupette
be03d496d8 Fix CM menu update when changing the LV settings. Remove menu legacy
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-16 08:55:49 +02:00
HichamELBSI
e73a145535 Fix after PR feedback
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-06-15 17:37:31 +02:00
soupette
d16af9089b Upgrade react-intl to v5
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-15 16:33:11 +02:00
HichamELBSI
a68384567f Move CM menu
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-06-15 00:56:15 +02:00
soupette
3806d3cbf8 Clean files
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-09 12:11:51 +02:00
soupette
98b3a1c738 Load strapi plugins translations
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-09 11:47:56 +02:00
soupette
0225603efe Rename Main container to App in CM
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-01 08:54:47 +02:00
soupette
e3a68d4106 Load internal plugins
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-31 15:58:34 +02:00
soupette
5a7951b595 Fix tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-31 12:58:14 +02:00
ELABBASSI Hicham
69790499f3
Merge pull request #10396 from strapi/cm/edit-settings-refacto 2021-05-28 12:58:33 +02:00
HichamELBSI
9d4b71ffbc Fix PR review
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-05-28 12:18:49 +02:00
soupette
3f61e8ab40 Remove the useGlobalContext hook completely
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-28 09:37:29 +02:00
soupette
726ac4a2db Remove emitEvent from useGlobalContext and use useTracking instead
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-28 09:28:16 +02:00
HichamELBSI
3750b507ab Move edit settings reducer and add tests
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-05-27 17:04:44 +02:00
cyril lopez
2ac8a411f9
Merge pull request #10373 from strapi/cm/settings-reducer
Move listview settings reducer and add tests
2021-05-25 16:25:01 +02:00
HichamELBSI
8dbb8d8bc2 Remove useless defaultSort update
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-05-25 14:46:06 +02:00
HichamELBSI
893172f0de Move listview settings reducer and add tests
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-05-25 11:43:59 +02:00
soupette
e40bc6ceed Update tests
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-24 17:33:44 +02:00
soupette
146ee5907e Remove useUserPermissions for useRBAC
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-24 16:18:55 +02:00
soupette
ac0bea0102 Start refactoring of Admin container
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-24 14:46:55 +02:00
HichamELBSI
8a217187e1 Move components to components folder
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-05-21 14:31:19 +02:00
HichamELBSI
131264bbe4 Rename containers to pages
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-05-19 14:08:42 +02:00
soupette
e2d633a120 Commented plugins translations for faster developments.
Translations will be loaded differently in another user story

Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-19 08:17:15 +02:00
soupette
9edacb088a Remove strapi.lockApp
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-18 08:51:39 +02:00
soupette
b734082398 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-18 08:47:47 +02:00
soupette
659526e35b Remove strapi.notification
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-17 15:55:46 +02:00
soupette
f3da9beacd Remove old notification API
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-17 11:31:19 +02:00
soupette
330d541992 Pass only needed instances to plugins
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-12 10:18:56 +02:00
soupette
ba79de76d4 Created Library to store plugins components and fields
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-12 09:13:57 +02:00
soupette
b477e52318 Improve Reducers & Middlewares api
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-12 09:13:56 +02:00
soupette
c0951fbdb7 Remove CM injected components in CTB
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-12 08:21:30 +02:00