3454 Commits

Author SHA1 Message Date
Jim LAURIE
21441e41d2
Merge pull request #610 from strapi/fix-db-args
Fix strapi new without db args
2018-02-09 15:57:45 +01:00
Jim LAURIE
0cb9f05f9c
Merge branch 'master' into fix-db-args 2018-02-09 13:00:48 +01:00
Jim LAURIE
a173859a45
Merge pull request #606 from strapi/add/inputs-to-ctb
Use the new input library in content type builder
2018-02-09 13:00:37 +01:00
Jim LAURIE
82b8361229
Merge branch 'master' into add/inputs-to-ctb 2018-02-09 12:18:11 +01:00
Jim LAURIE
f831be27e1
Merge pull request #593 from oad-earth/master
Generating |  Model name
2018-02-09 12:17:55 +01:00
Jim LAURIE
8510e5852f
Merge branch 'master' into master 2018-02-09 11:23:13 +01:00
Jim LAURIE
cc4dc6cd50
Merge pull request #614 from strapi/hide-password-database-cli
Hide password database cli
2018-02-09 11:13:38 +01:00
Aurelsicoko
200a40d758 Improve attributes example 2018-02-09 11:03:53 +01:00
Aurelsicoko
36501aeeb6 Write validations documentation 2018-02-09 11:02:00 +01:00
Aurelsicoko
5f19c8b3b3 Apply PR feedback 2018-02-09 10:46:37 +01:00
Aurelsicoko
824567de0d [WIP] Polymorphic assocations 2018-02-09 10:43:09 +01:00
Jim Laurie
0c296abdeb Fix filter documentation 2018-02-08 17:13:28 +01:00
cyril lopez
26a5d95850 Created ImgPreview and InputFile components
Init only the structure
2018-02-08 15:50:12 +01:00
Aurelsicoko
4521854340 Enable mask middleware if there is a private key set to true 2018-02-08 15:27:24 +01:00
Jim Laurie
945af6e750 Hide password database cli
close #598
2018-02-08 15:27:15 +01:00
Aurelsicoko
2cb0e2c3d5 Hide resetPasswordToken from response 2018-02-08 14:59:39 +01:00
Aurelsicoko
cbd47828d8 Handle mask for nested objects (associations) 2018-02-08 14:58:19 +01:00
Jim Laurie
3c82641aa0 Fix fetch error mongoose
Verify if _id params has mongoose ObjectId format
2018-02-08 14:58:05 +01:00
Jim Laurie
05804c391a Update user info in JWT
Just set user id in auth jwt
fix #528
2018-02-08 14:37:54 +01:00
cyril lopez
11b96a37d3 Rename upload folder 2018-02-08 14:13:29 +01:00
cyril lopez
c76bc81cce Merge branch 'fix-db-args' of github.com:strapi/strapi into plugin/img-upload-front 2018-02-08 14:07:26 +01:00
cyril lopez
325384220f Merge branch 'master' of github.com:strapi/strapi into plugin/img-upload 2018-02-08 12:06:17 +01:00
cyril lopez
b4abd78d9f Change upload plugin package 2018-02-08 12:03:18 +01:00
cyril lopez
ecd12c451a Init plugin upload
Created the upload plugin and install it by default
2018-02-08 12:01:06 +01:00
Jim Laurie
b1bcc13952 Fix strapi new without db args
Stop project creation if one of db argument is missing
Better detection for using db arguments
2018-02-08 11:53:45 +01:00
Jim LAURIE
b90239b100
Merge pull request #609 from lucaperret/master
fix(cli): db connector init with args
2018-02-08 11:46:42 +01:00
Luca Perret
22f12ec0dc fix(cli): database name init 2018-02-08 00:50:16 +01:00
Luca Perret
3855523557 fix(cli): db connector init with args 2018-02-07 20:37:33 +01:00
cyril lopez
f8b8faefcf Use the new input library in content type builder 2018-02-07 18:32:03 +01:00
Jim LAURIE
b5e8b0997f
Merge pull request #603 from strapi/enhancement/database-uri
Add database uri configuration
2018-02-07 18:17:01 +01:00
Jim LAURIE
e963ee1414
Merge branch 'master' into enhancement/database-uri 2018-02-07 17:57:14 +01:00
Jim LAURIE
b40c37ef87
Merge pull request #605 from strapi/add/inputs-to-users
Add/inputs to users
2018-02-07 17:56:56 +01:00
Jim LAURIE
d3cc220d3b
Merge branch 'master' into add/inputs-to-users 2018-02-07 15:28:30 +01:00
Pierre BURGY
b67c5e34a8
Merge branch 'master' into enhancement/database-uri 2018-02-07 15:00:37 +01:00
Pierre Burgy
7f6e5ba5a8 3.0.0-alpha.9.3 2018-02-07 14:22:27 +01:00
Pierre Burgy
5bdf0a731d Use PORT env variable in production 2018-02-07 12:07:35 +01:00
Jim LAURIE
c7f702204f
Merge pull request #594 from strapi/fix/payload
Load gzip middleware before in the stack to work with Boom
2018-02-07 12:02:38 +01:00
cyril lopez
c6ca956c45 Merge branch 'master' of github.com:strapi/strapi into add/inputs-to-users 2018-02-07 11:52:54 +01:00
Jim LAURIE
03985f4d80
Merge branch 'master' into fix/payload 2018-02-07 11:48:20 +01:00
Jim LAURIE
eb6702ecf3
Merge pull request #582 from lucaperret/feat/cli-args-db-auth
feat(generate-new): processing database connection by CLI arguments
2018-02-07 11:47:55 +01:00
cyril lopez
7db50ab6e1 Created inputsdValidations utils
Refacto input s validation logic.
Fix input s initial value bug when the input is required
2018-02-07 11:46:29 +01:00
Jim LAURIE
7359cc2463
Merge branch 'master' into feat/cli-args-db-auth 2018-02-07 11:33:27 +01:00
Jim LAURIE
e87ed71c07
Merge pull request #591 from strapi/fix/mariadb
Remove user key from generated databases.json file
2018-02-07 11:33:14 +01:00
cyril lopez
1e935ccddd Merge branch 'master' of github.com:strapi/strapi into add/inputs-to-users 2018-02-07 11:11:39 +01:00
Jim LAURIE
ab8f271eda
Merge branch 'master' into fix/mariadb 2018-02-07 11:08:40 +01:00
Pierre Burgy
49a3b92aef Update admin url index.html 2018-02-07 09:14:30 +01:00
Pierre Burgy
fe87be7793 Add database uri configuration #602 2018-02-07 00:19:05 +01:00
Luca Perret
92201fa295 doc(CLI): strapi new with db auth args 2018-02-06 20:42:30 +01:00
Luca Perret
8eaf478f4b Merge branch 'feat/cli-args-db-auth' of github.com:lucaperret/strapi into feat/cli-args-db-auth 2018-02-06 19:51:48 +01:00
Luca Perret
1a44fd6410 replace dbtype by dbclient 2018-02-06 19:34:23 +01:00