17319 Commits

Author SHA1 Message Date
Alexandre BODIN
a8d8d4863f
Merge pull request #10791 from strapi/v4/routing
Move routes to js when possible and refactor policies to be objects
2021-08-24 18:38:39 +02:00
Alexandre Bodin
9d7d43b9ec Check policies folder exists 2021-08-24 18:19:28 +02:00
Alexandre Bodin
03ba7cf3d9 Migrate loaders and cleanups 2021-08-24 17:56:49 +02:00
cyril lopez
87c93b19d6
Merge pull request #10661 from strapi/improve-bundle
Proposal load plugins when needed
2021-08-24 15:18:08 +02:00
soupette
8cc31618b3 Merge branch 'releases/v4' of github.com:strapi/strapi into improve-bundle 2021-08-24 15:08:34 +02:00
Alexandre Bodin
f4a4e2ce26 Move routes to js when possible and refactor policies to be objects 2021-08-24 13:59:43 +02:00
Alexandre Bodin
8972d78e8d v3.6.8 v3.6.8 2021-08-24 11:00:41 +02:00
Alexandre BODIN
e69ab291d5
Merge pull request #10766 from strapi/feature/socialLogos
Update Landing page social links
2021-08-24 10:54:37 +02:00
Alexandre BODIN
40ce999645
Merge pull request #10747 from mikebolt/master
fix grammar
2021-08-24 10:47:09 +02:00
Alexandre BODIN
9648ac1729
Merge pull request #10787 from strapi/fix/10776
Fix blocked users being able to sign in using forgot password
2021-08-24 10:45:04 +02:00
Alexandre Bodin
d598cfaf71 Use same error format 2021-08-24 10:14:42 +02:00
Alexandre BODIN
c72d0a651a
Merge pull request #10786 from strapi/v4/v3-cleanup
Start to do some cleanup
2021-08-24 09:39:52 +02:00
Derrick Mehaffy
c1329f2284 Fix blocked users being able to sign in using forgot password
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-08-23 15:11:15 -07:00
Alexandre Bodin
0b3c7392c6 Keep on migrating admin to new structure 2021-08-23 22:41:22 +02:00
Alexandre Bodin
47c3900c07 Update createContentType to expose a simpler object 2021-08-23 22:25:31 +02:00
Alexandre Bodin
5f1dc39c65 More cleanup 2021-08-23 22:12:29 +02:00
Alexandre Bodin
56600eca2a Move admin lifecycle functions and rename models to content-types 2021-08-23 22:04:15 +02:00
Alexandre Bodin
3de76e484c Start to do some cleanup 2021-08-23 21:50:13 +02:00
Alexandre BODIN
eedab35068
Merge pull request #10784 from strapi/v4/fix/reload
fix bad reloading when UP JWT was written in .env
2021-08-23 19:42:16 +02:00
Pierre Noël
b592b855a3 fix bad reloading when UP JWT was written in .env 2021-08-23 19:26:13 +02:00
Alexandre Bodin
5d7e6cdc67 Put modelType back 2021-08-23 18:41:07 +02:00
Mark Kaylor
4e7afbd0da start fix for generate api in ctb 2021-08-23 18:23:21 +02:00
Alexandre Bodin
fd255077e3 Fix merge conflicts 2021-08-23 16:45:44 +02:00
markkaylor
b1ff616fd5 add generators to cli (#10779)
* add generators to cli

* add strapi generate comment

* remove old generators

* rename generator-cli -> generate

* list generators alphabetically

* update package description

* add check for strapi app in cwd
2021-08-23 16:17:54 +02:00
Rémi de Juvigny
439103e4cf Add API plop generator (#10769) 2021-08-23 16:11:37 +02:00
Mark Kaylor
ef028c983d move dot files to files folder 2021-08-23 16:11:37 +02:00
Mark Kaylor
10bf5d3987 add plugin generator 2021-08-23 16:11:37 +02:00
Rémi de Juvigny
63be221944 Add policy and controller generators (#10760) 2021-08-23 16:11:36 +02:00
Mark Kaylor
e9d1973320 add models 2021-08-23 16:11:36 +02:00
Rémi de Juvigny
4e19ff006f Prompt wording 2021-08-23 16:11:36 +02:00
Rémi de Juvigny
b32e68c9f1 Create new plop generator 2021-08-23 16:11:36 +02:00
Alexandre BODIN
522d6afd54
Merge pull request #10414 from strapi/pluginAPI/loadPlugin
Loading plugins with strapi-server.js
2021-08-23 15:42:53 +02:00
Pierre Noël
87df0510c7 append: use fse instead of fs 2021-08-23 15:27:34 +02:00
Alexandre Bodin
cf1d5dc33c Remove unneeded extension 2021-08-23 15:09:19 +02:00
Alexandre Bodin
1350b1cc92 Merge branch 'releases/v4' into pluginAPI/loadPlugin 2021-08-23 14:23:51 +02:00
Alexandre BODIN
918b0fad17
Merge pull request #10781 from strapi/v4/rest-api
Cleanup convert sort params
2021-08-23 14:23:09 +02:00
Alexandre Bodin
ba8d082188 Cleanup sort 2021-08-23 10:51:32 +02:00
Alexandre BODIN
081fe0041b
Merge pull request #10772 from strapi/v4/plugin-api/migrate-get-started-api
migrate getStarted api
2021-08-23 10:51:00 +02:00
Alexandre BODIN
bedf34a69a
Update homepage.settings.json 2021-08-23 10:34:02 +02:00
Pierre Noël
514fc00d97 migrate getStarted api 2021-08-23 09:58:15 +02:00
Pierre Noël
bc56be3560 Merge branch 'pluginAPI/loadPlugin' of github.com:strapi/strapi into pluginAPI/loadPlugin 2021-08-20 16:32:14 +02:00
soupette
d8209894fa Fix admin development
Signed-off-by: soupette <cyril@strapi.io>
2021-08-20 15:30:54 +02:00
Pierre Noël
09945a46df fixes 2021-08-20 15:23:02 +02:00
Alexandre BODIN
4c2c7d4b01
Merge pull request #10765 from strapi/plugin-api/migrate-getters
Migrate plugin getters
2021-08-20 13:51:29 +02:00
Alexandre Bodin
8252a51ba5 Use a registry for the plugins 2021-08-20 13:12:37 +02:00
Alexandre Bodin
575cbbdc7c Migrate plugin getters 2021-08-19 23:30:49 +02:00
Alexandre Bodin
c3642a4f10 Merge branch 'v4/backend' into pluginAPI/loadPlugin 2021-08-19 23:29:55 +02:00
Alexandre Bodin
4fbd411f69 Fix lint 2021-08-19 23:28:29 +02:00
Derrick Mehaffy
a46cb75f81 Swap out Slack/Discord and cleanup old social links
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-08-19 14:26:58 -07:00
Pierre Noël
98719b6c64 migrate plugin structures to V4 2021-08-19 16:49:33 +02:00