216 Commits

Author SHA1 Message Date
Alexandre Bodin
3a4db96af2 v4.1.1 2022-02-24 16:52:10 +01:00
Mark Kaylor
2c735db6e0 update execa commands 2022-02-24 11:12:08 +01:00
Pierre Noël
7cf2821451 migrate graphql upload to use streams + use fs-extra 2022-02-23 11:42:35 +01:00
Gustav Hansen
393909c381
Merge pull request #12563 from ComfortablyCoding/fix-plugin-template-node-engine
fix(plugin template): missing patch `x` symbol for v12
2022-02-18 12:45:38 +01:00
Alexandre Bodin
d4273d81fb v4.1.0 2022-02-17 14:43:38 +01:00
daedalus
27c98ff85e fix(plugin template): missing patch x symbol for v12 2022-02-17 02:20:42 -05:00
Alexandre Bodin
669bb2f044 v4.0.8 2022-02-16 15:12:40 +01:00
Michiel Sioen
d32e31d488 added audio preview in content builder 2022-02-15 19:42:05 +01:00
soupette
7f0d73eee3 Fix conflicts with yarn.lock
Signed-off-by: soupette <cyril@strapi.io>
2022-02-15 09:50:31 +01:00
Dieter Sting
bc48274555
Merge pull request #12042 from sunnysonx/fix/generator
Fix: Corrected file paths when generating CTs, APIs, Controllers, Middlewares, Policies, Services inside Plugins
2022-02-15 08:22:38 +01:00
sunnyson
989cfe3ec5
remove unused import
Co-authored-by: Dieter Sting <3165079+Elhebert@users.noreply.github.com>
2022-02-11 22:31:26 +02:00
sunnyson
43c58cb692
Update packages/generators/generators/lib/plops/api.js
Co-authored-by: Dieter Sting <3165079+Elhebert@users.noreply.github.com>
2022-02-10 21:55:29 +02:00
Convly
af0cba8c5b v4.0.7 2022-02-02 16:11:26 +01:00
Convly
5b48053946 v4.0.6 2022-01-28 15:08:27 +01:00
sunnyson
5e92996f5a
Merge branch 'master' into fix/generator 2022-01-27 14:35:04 +02:00
Pierre Noël
b48cf115c7 rename APP_SECRETS to APP_KEYS 2022-01-25 11:06:52 +01:00
Pierre Noël
c9b0f048d7 remove url config 2022-01-21 16:39:06 +01:00
Pierre Noël
4d51e8131c
Merge branch 'master' into fix/enable-session-middleware 2022-01-21 14:01:12 +01:00
sunnyson
12d72d71e2
Merge branch 'master' into fix/generator 2022-01-21 14:51:44 +02:00
Marin
621c75ea27 refactor(CLI-Generate): ♻️ add root path support for middlewares & policies 2022-01-21 14:39:22 +02:00
Marin
e1375a80e1 refactor(CLI-Generate): ♻️ fix getFilePath path for plugins 2022-01-21 14:19:02 +02:00
Marin
fc099f4f15 Revert "fixing file paths when generating CT inside plugins"
This reverts commit 2435689d50b631a30509047a9dabef91120ffe18.
2022-01-21 12:49:21 +02:00
Alexandre BODIN
45020eee06 v4.0.5 2022-01-19 18:44:22 +01:00
Pierre Noël
3facd1de7f add env.example back + code style 2022-01-19 17:21:23 +01:00
Pierre Noël
1dc74b0792 add session middleware to new project config + fix test app not using .env 2022-01-19 17:13:00 +01:00
Pierre Noël
8b39d44992 create app keys at app creation instead of runtime auto-generation 2022-01-19 17:13:00 +01:00
Alexandre Bodin
4c85a5f561 Fix new lines 2022-01-19 14:54:58 +01:00
Alexandre BODIN
3def0013f6
Merge branch 'master' into fix/plugin-generator 2022-01-19 13:15:48 +01:00
ivanThePleasant
f0b4a17318 Fixed non-shell host crash on startup 2022-01-11 11:49:44 +02:00
Alexandre Bodin
d81919ac22 v4.0.4 2022-01-10 09:05:07 -08:00
Alexandre Bodin
48893ae3fc v4.0.3 2022-01-05 16:50:20 +01:00
Maxime Castres
689557e28c Update README.md 2022-01-05 16:24:15 +01:00
Alexandre BODIN
b56df832c6
Merge pull request #11995 from nemo0/change-unknow-to-unknown
Fix typo
2022-01-05 09:15:24 +01:00
soupette
61fe669fb6 Specify minimum node version to be 12.22.0
Signed-off-by: soupette <cyril@strapi.io>
2022-01-03 11:55:52 +01:00
soupette
349d384a7d Fix plugin generator
Signed-off-by: soupette <cyril@strapi.io>
2021-12-30 08:55:34 +01:00
sunnyson
09a4231cd5 create CTs, middlewares, policies folder during plugin generation and import them 2021-12-29 14:52:24 +02:00
sunnyson
44dd6f736c fixing file paths when generating services inside plugins 2021-12-29 14:18:12 +02:00
sunnyson
fc29b4f7b0 fixing file paths when generating policies inside plugins 2021-12-29 14:16:35 +02:00
sunnyson
0f40390bcd fixing file paths when generating middlewares inside plugins 2021-12-29 14:15:51 +02:00
sunnyson
660e3378f8 fixing file paths when generating controllers inside plugins 2021-12-29 14:15:08 +02:00
sunnyson
9f4ef943e6 fixing file paths when generating APIs inside plugins 2021-12-29 14:07:33 +02:00
sunnyson
2435689d50 fixing file paths when generating CT inside plugins 2021-12-29 14:02:27 +02:00
Alexandre Bodin
fd656a4769 v4.0.2 2021-12-22 16:04:10 +01:00
Subha Chanda
20668ea2cd
Merge branch 'master' into change-unknow-to-unknown 2021-12-22 20:05:19 +05:30
Alexandre BODIN
4e7c3db5a4
Merge pull request #11967 from abolkog/fix/policy-generator-template
Fix generator policy template
2021-12-22 15:30:02 +01:00
nemo0
2c931634f0 Changed unknow to unknown 2021-12-22 19:59:03 +05:30
soupette
e8aa36d3f7 Remove build from app install
Signed-off-by: soupette <cyril@strapi.io>
2021-12-22 11:29:12 +01:00
Alexandre Bodin
e2cd01e8c6 v4.0.1 2021-12-22 10:43:38 +01:00
Khalid Elshafie
9b1e85fd2f
Fix generator policy template 2021-12-21 22:10:24 +11:00
soupette
584347e4bb Use default build
Signed-off-by: soupette <cyril@strapi.io>
2021-12-20 14:56:06 +01:00