196 Commits

Author SHA1 Message Date
Alexandre Bodin
7c84795d8a Use stderr instead of message 2019-09-26 15:35:55 +02:00
Alexandre Bodin
571e7f3579 Factorize sentry capture code 2019-09-26 14:03:22 +02:00
Alexandre Bodin
67e60369df Add sentry to strapi-generate-new 2019-09-26 12:33:36 +02:00
Alexandre Bodin
2d6864f836 Disable p3p by default 2019-09-20 12:45:31 +02:00
Alexandre BODIN
7a94d9dad9
Merge branch 'master' into chore/routing-x-forwarded 2019-09-18 13:27:39 +02:00
Abdón Rodríguez Davila
118691808b Update ESLint to v6.3 2019-09-09 15:28:59 +02:00
Abdón Rodríguez Davila
187a669d1e Merge branch 'master' into eslint-update
# Conflicts:
#	.eslintrc.js
#	package.json
#	packages/strapi-admin/admin/src/containers/HomePage/CommunityContent.js
#	packages/strapi-admin/admin/src/containers/HomePage/WelcomeContent.js
#	packages/strapi-helper-plugin/lib/src/components/InputTextWithErrors/index.js
#	packages/strapi-hook-bookshelf/lib/index.js
#	packages/strapi-hook-bookshelf/lib/utils/graphql.js
#	packages/strapi-hook-bookshelf/lib/utils/index.js
#	packages/strapi-plugin-content-manager/admin/src/components/FilterOptions/InputWithAutoFocus.js
#	packages/strapi-plugin-content-manager/admin/src/components/SelectMany/index.js
#	packages/strapi-plugin-content-manager/admin/src/components/SelectOne/index.js
#	packages/strapi-plugin-content-manager/admin/src/components/TableHeader/index.js
#	packages/strapi-plugin-content-manager/admin/src/containers/ListPage/index.js
#	packages/strapi-plugin-content-manager/admin/src/containers/SettingPage/index.js
#	packages/strapi-plugin-content-manager/config/policies/routing.js
#	packages/strapi-plugin-content-manager/services/ContentManager.js
#	packages/strapi-plugin-content-type-builder/admin/src/components/TableListRow/index.js
#	packages/strapi-plugin-content-type-builder/admin/src/containers/AttributesPickerModal/index.js
#	packages/strapi-utils/lib/models.js
#	yarn.lock
2019-09-09 15:26:35 +02:00
Alexandre Bodin
a22f2cefef Remove x-forwarded-host.
- set security defaults for development mode that are standard
- refactor error messages to work without ctx.request.admin
- remove mask middleware and add a sanitization layer to the core-api to
hide private fileds
2019-09-06 14:33:24 +02:00
Abdón Rodríguez Davila
4b5a02088c Update ESLint dependencies 2019-08-28 12:20:27 +02:00
Abdón Rodríguez Davila
38f6c02446 Update ESLint dependencies 2019-08-28 12:20:27 +02:00
Alexandre Bodin
7c5f1484ba Use koa-router and fix graphql-uploads 2019-08-22 15:04:27 +02:00
Alexandre Bodin
d9f1f39ee4 Add documentation 2019-08-12 17:08:22 +02:00
Alexandre Bodin
ac95603a12 Update strapi-generate-new boostrapi function template 2019-08-12 15:45:35 +02:00
Alexandre Bodin
a62f73fe5f Merge branch 'develop' into feature/groups 2019-07-18 19:37:09 +02:00
Alexandre Bodin
574b24b5b4 Use generateNew directly and disable dep install 2019-07-18 16:33:18 +02:00
Alexandre Bodin
7acd885e9f Fix missing connector in generated database.json files 2019-07-16 19:21:00 +02:00
Alexandre BODIN
97dcb6df54
Merge branch 'master' into patch-1 2019-07-15 17:05:08 +02:00
Alexandre Bodin
1eecb4bbf6 Fix gitignore not created on strapi-new 2019-07-15 17:00:49 +02:00
Abdón Rodríguez Davila
2017b62c03
Update engines configuration 2019-07-15 11:05:42 +02:00
Alexandre Bodin
23fdc37b0f Allow node >= 10 2019-07-10 10:35:56 +02:00
Abdón Rodríguez Davila
1b00044114 Lint all files 2019-07-09 15:54:51 +02:00
Abdón Rodríguez Davila
85398fe335 Ignore cache & build folders at ESLint 2019-07-09 15:54:42 +02:00
Abdón Rodríguez Davila
3c537bd764 Update ESLint dependencies 2019-07-09 12:56:21 +02:00
Alexandre Bodin
90149dae59 Update wordings 2019-07-08 16:13:36 +02:00
Alexandre Bodin
67ca0a42a7 Add more validation and better database emptyness tests 2019-07-08 15:39:08 +02:00
Alexandre Bodin
19531a102d Apply feedbacks 2019-07-08 09:20:52 +02:00
Alexandre Bodin
a61845b3c0 Update wordings 2019-07-03 11:20:14 +02:00
Alexandre Bodin
c3eaa63fb0 Add --use-npm argument to cli 2019-07-02 17:38:06 +02:00
Alexandre Bodin
d705f7210d Use ora to add a nice loader 2019-06-20 18:28:18 +02:00
Alexandre Bodin
723628fec0 Some cleanup 2019-06-20 18:28:18 +02:00
Alexandre Bodin
3295c6824b Create create-strap-app pacakge 2019-06-20 18:28:17 +02:00
Alexandre Bodin
9fdf6be746 Refactor strapi-generate-new to be async 2019-06-20 18:28:17 +02:00
Alexandre Bodin
5713596dc8 Remove build step in strapi new 2019-06-13 15:45:12 +02:00
Alexandre Bodin
31a222ecb1 Start lint fixes 2019-05-29 17:25:56 +02:00
Alexandre Bodin
d31f5b92bb Use yarn if installed on strapi new. 2019-05-17 16:31:48 +02:00
Jim LAURIE
812665c035
Add extension gitkeep 2019-05-16 15:37:03 +02:00
Alexandre Bodin
a7c198ef58 Add gitkeep in api folder 2019-05-16 14:35:47 +02:00
Alexandre Bodin
5e77287cc8 Rename strapi dev to strapi develop 2019-05-15 16:00:06 +02:00
Alexandre Bodin
8f6b85dd49 Remove plugins folder creation on strapi new 2019-05-02 18:05:08 +02:00
Alexandre Bodin
6a12c2be66 Add build admin in strapi new 2019-04-30 16:27:16 +02:00
Alexandre Bodin
c8b17ff752 optimization 2019-04-30 14:47:49 +02:00
Alexandre Bodin
bd0cc2c1b9 cleanup 2019-04-26 16:58:56 +02:00
Alexandre Bodin
f7d868caeb Cleanup strapi new 2019-04-17 17:13:17 +02:00
Alexandre Bodin
59dc3eea36 Fix tests 2019-04-16 18:05:12 +02:00
Alexandre Bodin
500822d405 Clean useless tests and add boot checks 2019-04-16 09:00:24 +02:00
Alexandre Bodin
9e9ff9907d Refactor strapi load 2019-04-16 08:50:22 +02:00
Aurélien Georget
b81ba84401 Run the database event if the connection is established 2019-03-27 18:55:18 +01:00
Jim LAURIE
ab82eb1d2e Fix PR feedback 2019-02-15 22:22:13 +01:00
Aurélien Georget
c5d88ace8b Bypass the entire connection process for SQLite and remove useless log 2019-02-14 14:03:53 +01:00
Aurelsicoko
2bf3165985 Bypass SQLite connection check and fix project generation 2019-02-13 18:56:04 +01:00