14487 Commits

Author SHA1 Message Date
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
Marvin Frachet
4da7a82a2a
Ds: Add settings sub nav (#10703) 2021-08-10 12:22:03 +02:00
Convly
9bbdb7b908 Send a strapi object reference to the lifecycle functions 2021-08-10 11:39:21 +02:00
Alexandre Bodin
b61440cdd1 Return null if entity is not found 2021-08-10 11:36:55 +02:00
Alexandre Bodin
9c74f0a84e Fix some database schema sync 2021-08-10 09:36:02 +02:00
Convly
e6a139dde7 Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor 2021-08-09 18:41:38 +02:00
Alexandre Bodin
16b3a44f8a Check nil values in query builder 2021-08-09 18:20:27 +02:00
Alexandre BODIN
d54610dc06
Remove hooks (#10711) 2021-08-09 17:33:02 +02:00
Pierre Noël
18da6e2188 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-09 11:06:34 +02:00
Alexandre Bodin
007bd9cd36 Fix return in for loop instead of continue 2021-08-09 10:53:25 +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
657e7096d6 Using private prefix only if the property is exposed 2021-08-06 12:14:11 +02:00
Alexandre Bodin
189c819a1e Drop foreign keys before dropping tables 2021-08-06 11:19:17 +02:00
Marvin Frachet
b7cd466d27
DS: moving the left menu to use the DS MainNav (#10689) 2021-08-06 11:02:31 +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
Convly
566e1e78aa Merge branch 'v4/graphql-resolvers-rewrite' into v4/graphql-schema-generation-refactor 2021-08-05 16:06:31 +02:00
Convly
1919b31843 Merge branch 'releases/v4' into v4/graphql-schema-generation-refactor 2021-08-05 16:05:39 +02:00
Convly
0e8025df6b Merge branch 'releases/v4' into v4/graphql-resolvers-rewrite 2021-08-05 14:39:16 +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
5a276e2b46 Init container 2021-08-05 12:24:48 +02:00
Alexandre Bodin
71aba0001b Cleanup 2021-08-05 11:32:56 +02:00
Alexandre Bodin
d9d8a10af8 Init server module 2021-08-04 20:13:35 +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
Alexandre Bodin
1941cfbf4d Add a generic subscriber to run the model lifecycles 2021-08-04 17:47:38 +02:00
Alexandre Bodin
86d388e2af Init lifecycles 2021-08-04 15:53:30 +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
e6fca26f80 Cleanup Strapi.js 2021-08-03 09:27:17 +02:00
Alexandre Bodin
10ef480bc0 Move logger out of Strapi.js 2021-08-03 09:12:58 +02:00
Alexandre Bodin
a0011840e8 Merge admin config into strapic config 2021-08-03 08:33:56 +02:00
Pierre Noël
ed050471d7 fix unit tests 2021-08-02 18:47:45 +02:00
Alexandre Bodin
d44a6f68ee Migrate admin to programmatic loading 2021-08-02 17:54:49 +02:00
Alexandre Bodin
c02ceab686 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-02 08:32:02 +02:00
Alexandre Bodin
50849e68c7 Keep _ to make the client work until we remove them on the client 2021-07-30 21:59:34 +02:00