5123 Commits

Author SHA1 Message Date
ronronscelestes
c270560007 small PR review fix 2021-08-16 14:09:47 +02:00
ronronscelestes
bb902a32cb PR review fixes 2021-08-16 12:00:05 +02:00
ronronscelestes
0254876627 Switch && Checkboxes actions + empty webhooks ds 2021-08-13 17:02:30 +02:00
Pierre Noël
face75bcba Merge branch 'pluginAPI/loadPlugin' into v4/plugin-api/extensions 2021-08-13 15:43:25 +02:00
Pierre Noël
63cc0832f2 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-13 15:43:04 +02:00
Pierre Noël
2d7454553a add extension system for content-types 2021-08-13 15:35:19 +02:00
ronronscelestes
73a03fbfc8 integrated DS + deleteOne, updateOne 2021-08-13 12:38:21 +02:00
Convly
cf76db2c18 Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor 2021-08-13 11:11:50 +02:00
mfrachet
304c98b41e Preparing the i18n settings list view 2021-08-13 10:13:10 +02:00
HichamELBSI
b97383ff18 Migrate SSO providers view
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-12 17:10:04 +02:00
Alexandre Bodin
3c2040011a Handle join table pivot associations and ordering 2021-08-12 16:12:40 +02:00
bulby97
317ebf030a Add Main tag 2021-08-12 14:12:08 +02:00
bulby97
af6553acd9 Review fixes 2021-08-12 13:46:52 +02:00
HichamELBSI
2adfa6db26 Fix PR feedback
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-12 13:43:56 +02:00
Montlouis-Calixte Stéphane
724c5d27e8
Update packages/core/admin/admin/src/pages/Roles/ListPage/index.js
Co-authored-by: Marvin Frachet <marvin.frachet@strapi.io>
2021-08-12 13:00:59 +02:00
Montlouis-Calixte Stéphane
cb72be5576
Update packages/core/admin/admin/src/pages/Roles/ListPage/index.js
Co-authored-by: Marvin Frachet <marvin.frachet@strapi.io>
2021-08-12 13:00:03 +02:00
Montlouis-Calixte Stéphane
b90d238983
Update packages/core/admin/admin/src/pages/Roles/ListPage/index.js
Co-authored-by: Marvin Frachet <marvin.frachet@strapi.io>
2021-08-12 12:57:30 +02:00
Montlouis-Calixte Stéphane
779f991ab5
Update packages/core/admin/admin/src/components/Roles/RoleList/RoleRow.js
Co-authored-by: Marvin Frachet <marvin.frachet@strapi.io>
2021-08-12 12:48:55 +02:00
Alexandre Bodin
2009ebf129 Pagination params v4 & entity service split 2021-08-12 12:28:19 +02:00
Montlouis-Calixte Stéphane
34879e71a0
Update packages/core/admin/admin/src/components/Roles/RoleList/RoleRow.js
Co-authored-by: Marvin Frachet <marvin.frachet@strapi.io>
2021-08-12 12:23:54 +02:00
Montlouis-Calixte Stéphane
e368c5de07
Update packages/core/admin/admin/src/components/Roles/RoleList/RoleRow.js
Co-authored-by: Marvin Frachet <marvin.frachet@strapi.io>
2021-08-12 12:23:48 +02:00
bulby97
d3db779cc4 Add new design for ee role list 2021-08-12 09:30:48 +02:00
Alexandre Bodin
637916202d Testing transform response meta 2021-08-12 09:23:04 +02:00
Pierre Noël
648abd7ed8 fix bad uid 2021-08-11 15:02:46 +02:00
bulby97
33c6e86746 Remove commented lines 2021-08-11 14:26:16 +02:00
Alexandre Bodin
6fcbcaf2dc Add unit test on REST response transform 2021-08-11 13:52:57 +02:00
Alexandre Bodin
53cb9f1cbc Split CM & core API tests and adapt response format of the new rest api version 2021-08-11 11:13:01 +02:00
Alexandre Bodin
bf7592a804 Fix REST API e2e tests 2021-08-11 11:13:01 +02:00
Alexandre Bodin
0e3cc07627 Fix basic core api tests 2021-08-11 11:13:00 +02:00
Alexandre Bodin
a618bcf24c Fix deep filter tests 2021-08-11 11:13:00 +02:00
Alexandre Bodin
bf30d050ff Fix endpoint tests 2021-08-11 11:12:59 +02:00
Alexandre Bodin
03a92f0d6e Fix filter tests 2021-08-11 11:12:59 +02:00
Alexandre Bodin
3a32544351 Fix publication state test 2021-08-11 11:12:59 +02:00
Alexandre Bodin
c122056f2c Fix search test and entity manager count query 2021-08-11 11:12:58 +02:00
Alexandre Bodin
fd64926d88 Init test fixes 2021-08-11 11:12:58 +02:00
Alexandre Bodin
bfdb77ff47 Only destroy server if it is listening 2021-08-11 11:12:57 +02:00
Alexandre Bodin
86436f321e Cleanup core code 2021-08-11 11:12:57 +02:00
Alexandre Bodin
11afe17575 Init new REST API format and remove count as it is included in pagination 2021-08-11 11:12:56 +02:00
bulby97
33be829a67 List roles new design 2021-08-11 11:09:30 +02:00
Alexandre Bodin
9b06d99a2a Fix relation counter to number 2021-08-11 11:02:17 +02:00
Pierre Noël
260e2055c4 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-11 10:07:03 +02:00
Pierre Noël
9e75d59e15 Fix some E2E tests 2021-08-11 10:05:20 +02:00
Alexandre Bodin
d3a1d6fc98 Fix tests and cleanups 2021-08-11 09:34:55 +02:00
HichamELBSI
baed7a4842 Fix form UI + add tmp logout button
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:43:43 +02:00
HichamELBSI
c79afa3f44 Fix design feedback
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:51 +02:00
HichamELBSI
073bea95c8 Fix PR feedback
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:51 +02:00
HichamELBSI
34eb798578 Remove document useless check
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:51 +02:00
HichamELBSI
18d1825f76 Add formik focus component
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:51 +02:00
HichamELBSI
08b23dcd6e DS migration : Login view (CE & EEt )
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-08-10 17:41:50 +02:00
Pierre Noël
f4981dd8e7 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-10 15:33:06 +02:00