82 Commits

Author SHA1 Message Date
Jim LAURIE
9246c856b3
Fix condition 2019-01-15 11:45:36 +01:00
Jim LAURIE
a11b4842fe
Apply the correct value by db 2019-01-15 11:26:26 +01:00
mohamead
4edd70d549 Fix connection issue with Heroku Postgres 2019-01-11 15:20:20 +01:00
Jim LAURIE
6de05cbdad Add debug option on strapi new 2018-12-28 16:51:02 +01:00
Jim LAURIE
080fd1721b In dev mode use local connectivity script 2018-12-28 14:59:45 +01:00
Jim LAURIE
a0216e12a4 Remove @alpha from code 2018-10-29 18:34:31 +01:00
Jim LAURIE
d87c9bde33 Remove recommended for mongo database 2018-10-09 14:41:56 +02:00
Alberto Maturano
154fc28a57 Normalize to standar file permissions
As a result of taking a look on PR #1967 I realized there is 819
executable files in this repository. It is obvious this is an error.
2018-09-24 12:33:09 -05:00
NickBolles
bedc441e15 Don't call success after catching an error 2018-09-12 22:03:54 -05:00
Jim LAURIE
d843d747dd
Merge branch 'master' into set-default-auth-db 2018-09-04 09:38:43 +02:00
sundaycrafts
2e049da8ca tweak new command message 2018-09-02 03:28:22 +09:00
sundaycrafts
71beb1beba fix the message when generating new app 2018-08-31 19:07:15 +09:00
sundaycrafts
74e47c0e60 add hint to strapi generate new 2018-08-31 10:44:49 +09:00
sundaycrafts
9b02ccfead Revert "improve user experience when generating new app"
This reverts commit 99eb07fecdee9e90b90667e35590a0abbd5577b2.
2018-08-31 10:38:48 +09:00
sundaycrafts
99eb07fecd improve user experience when generating new app 2018-08-31 01:08:45 +09:00
sundaycrafts
b9a9e7a829 tweak to consistent with other code 2018-08-31 00:47:45 +09:00
Jim LAURIE
0ac7c132fc Fix srv 2018-08-27 14:01:56 +02:00
Jim LAURIE
33ad03548f
Merge branch 'master' into new-command-srv-support 2018-08-23 17:20:08 +02:00
sundaycrafts
6d006c4794 "new" command supports mongo +srv prefix uri 2018-08-13 05:43:42 +09:00
Pierre Burgy
0a3b81fef6 Change default database name 2018-08-08 11:50:31 +02:00
Jim LAURIE
db8a47a016 Merge branch 'master' of github.com:strapi/strapi into rename-hook-middleware 2018-07-17 08:53:36 +02:00
Jim LAURIE
74a52e57f1
Merge branch 'master' into add-ssl-auth-db-CLI-options 2018-07-16 12:31:15 +02:00
Jim LAURIE
9bf04f5fef Fix conflict 2018-07-13 15:42:14 +02:00
Vasilis Kortsimelidis
c2d7d8f21d Made new options optional - Merged them to the answers object 2018-07-12 15:50:05 +01:00
Alberto Maturano
beeaa55bd5 Fix temp directory reference for Yarn
Also: fix logic detecting installation with Yarn and fix minor linter
errors.

related #1548 & #1463
2018-07-11 22:44:04 -05:00
Jim LAURIE
cf8184e223 Use hook prefix and rename 2018-07-11 16:23:14 +02:00
soupette
b902367790 Fix PR feedback 2018-07-10 11:08:58 +02:00
Jim LAURIE
09e8892190
Merge branch 'master' into yarn-install 2018-07-08 10:57:51 +02:00
Jim LAURIE
383538e44b
Merge branch 'master' into review-logs 2018-07-03 17:35:08 +02:00
Jim LAURIE
6276f33ed7 Clean comments 2018-07-03 17:15:33 +02:00
Jim LAURIE
f2f06cd966 Merge branch 'yarn-install' of github.com:strapi/strapi into yarn-install 2018-07-03 17:10:40 +02:00
Jim LAURIE
74adea6a40
Merge branch 'master' into yarn-install 2018-07-03 17:10:00 +02:00
Jim LAURIE
13013a40b4 Improve find npm global strapi performance 2018-07-03 16:43:08 +02:00
Alberto Maturano
10b2c00de9 Fix code linter error 2018-06-25 16:05:14 -05:00
Alberto Maturano
a363f55312 Change hardcoded "tmp" path to an OS-random one
Change the fixed temporary path to a random one in the OS temp
directory.

Fixes #1463
Related #632
2018-06-25 13:36:06 -05:00
cyril lopez
00f5af980e Fix project création in dev mode 2018-06-22 16:46:48 +02:00
Jim LAURIE
7bcebb3caa Review generate app logs 2018-06-22 15:25:15 +02:00
soupette
e1790c31ef Manage to install strapi with yarn 2018-06-21 15:07:50 +02:00
Jim LAURIE
c09f5138a2
Merge branch 'master' into eslint 2018-05-07 16:03:35 +02:00
soupette
50598616f4 Lint strapi-generate-new 2018-05-04 17:50:39 +02:00
Aurelsicoko
120e10ef65 Add strapi-knex in generated project dependencies 2018-05-03 12:35:32 +02:00
Jim Laurie
8d2a46cd0c Fix conflict timestamp 2018-04-25 11:06:12 +02:00
Aurelsicoko
7a456da974 Move authentication and ssl in database options 2018-04-24 16:38:19 +02:00
Jim Laurie
96b32fbea4 Remove sqlite and redis on strapi start and remove sqlite support 2018-04-20 17:59:47 +02:00
Aurelsicoko
0e5eb549bc Only install at the root of the node_modules folder in developer mode 2018-04-20 17:38:06 +02:00
Aurelsicoko
d6180d4148 Easily use MySQL project in development mode 2018-04-20 15:31:57 +02:00
Jim Laurie
bc39200cce Limit ssl options to mongoDB connection 2018-03-27 17:02:23 +02:00
Abdón Rodríguez Davila
02c136b915 Update default value for auth database 2018-03-13 09:23:25 +00:00
Abdón Rodríguez Davila
3d1613df2d Add authenticationDatabase setting 2018-03-08 15:51:03 +01:00
Minh Tri Nguyen
a18ba8805e Add authSource & ssl options to MongoDB connector fix 2018-03-04 23:02:29 +08:00