1896 Commits

Author SHA1 Message Date
Alexandre Bodin
81dd94c6ec Refactor all query() calls 2021-07-08 18:15:32 +02:00
Pierre Noël
2390c740a4 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-07-08 11:21:38 +02:00
Pierre Noël
1ac226b962 WIP 2021-07-08 11:20:13 +02:00
Alexandre Bodin
2d59716f5d Cleanup CTB 2021-06-30 22:52:12 +02:00
Alexandre Bodin
b4ecb48c44 Remove mongoose connector 2021-06-29 16:27:35 +02:00
Alexandre Bodin
c3064a26d2 Clear upload bootstrap old mongoose code 2021-06-28 22:40:45 +02:00
Alexandre Bodin
64c1e1f21a Server can start 2021-06-24 09:12:18 +02:00
Alexandre Bodin
d0af0a5b8e wip 2021-06-24 09:09:28 +02:00
soupette
14a4e2b531 Clean trads
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-23 19:03:52 +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
Convly
13052049b0 Add support for node 16, update readme 2021-06-23 07:55:40 +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
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
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
d16af9089b Upgrade react-intl to v5
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-15 16:33:11 +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
31e9a6e481 Display plugins settings
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-08 09:37:14 +02:00
soupette
6752cb0aad Created Settings API
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-06-08 09:02:20 +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
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
soupette
da1639dd0b Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-26 14:41:15 +02:00
soupette
ed1cb458f0 Remove immutable dep in upload plugin
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-26 11:42:37 +02:00
soupette
e505b3cfbe Remove immutable in upload plugin
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-26 11:08:43 +02:00
soupette
ef3ee17b77 Remove immutable in FiltersPicker and HomePageModalStepper
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-26 09:34:21 +02:00
soupette
660e7d4e37 Rename containers to pages in upload plugin
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-26 07:41:38 +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
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
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
fc71d2839d Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-12 15:33:02 +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
8928d9e8f2 Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-11 12:27:13 +02:00
soupette
d5b17f7cf0 Remove legacy
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-11 12:25:37 +02:00
soupette
1d84363278 Store file model timestamps into the reducer
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-11 12:25:36 +02:00
soupette
c4560c95b3 Init load upload
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-11 12:25:36 +02:00
soupette
dfad76bdd1 Remove SETTINGS_BASE_URL config
Signed-off-by: soupette <cyril.lpz@gmail.com>
2021-05-05 11:28:17 +02:00
Alexandre Bodin
ab3760bb66 Rename import & requires, fix tests 2021-04-29 13:51:12 +02:00
Alexandre Bodin
a14504e699 Init scoped packages 2021-04-29 12:03:54 +02:00