17520 Commits

Author SHA1 Message Date
mfrachet
304c98b41e Preparing the i18n settings list view 2021-08-13 10:13:10 +02:00
Rémi de Juvigny
1fe4b5ecad
Remove netlify mention from readme (#10725) 2021-08-12 09:44:20 -07:00
ELABBASSI Hicham
ec1d8e6829
Merge pull request #10704 from strapi/migration/sso-providers-view
Migration SSO providers view - To merge after login view
2021-08-12 18:18:56 +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
ELABBASSI Hicham
56135d69a6
Merge pull request #10681 from strapi/migration/login-view-ce
DS migration : Login view (CE & EE)
2021-08-12 15:06:55 +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
Alexandre BODIN
971b765930
Merge pull request #10717 from strapi/v4/rest-api
V4/rest api
2021-08-12 10:07:58 +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
Alexandre Bodin
6a75affa81 Disable graphql test until merge new implementation 2021-08-10 19:19:24 +02:00
Alexandre Bodin
f41cad3094 Fix test helper for app genereation 2021-08-10 19:06:33 +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
Pierre Noël
c38c879981 rename bookshelf to bookshelf.old 2021-08-10 15:26:07 +02:00
Marvin Frachet
4da7a82a2a
Ds: Add settings sub nav (#10703) 2021-08-10 12:22:03 +02:00