29 Commits

Author SHA1 Message Date
Jim LAURIE
806904c498
Delete log 2018-05-01 14:31:26 +02:00
Aurelsicoko
7a456da974 Move authentication and ssl in database options 2018-04-24 16:38:19 +02:00
Aurelsicoko
edf0f97678 Improve Decimal128 and Float support with MongoDB 2018-04-24 15:24:42 +02:00
Aurelsicoko
058c84d61e Fix float & decimal number on Mongoose 2018-04-13 18:02:37 +02:00
Jim LAURIE
3d2f611af2
Merge branch 'master' into array 2018-03-19 10:15:14 +01:00
Abdón Rodríguez Davila
1e7682eddd Fix spaces path issues on databases 2018-03-18 13:29:49 +01:00
Abdón Rodríguez Davila
3cd5cff861 Add Array type 2018-03-17 16:43:25 +00:00
Abdón Rodríguez Davila
a186ac3d3b Sort types alphabetically 2018-03-17 16:42:28 +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
Luca Perret
3eb09a54d5 use tmp path for temporal connectivity check 2018-02-12 19:14:36 +01:00
Aurelsicoko
065346e7ef Remove trivial decimal implementation and use float type instead #550 2018-02-06 15:10:14 +01:00
Aurelsicoko
494a970df0 Verify signature of incoming code 2018-02-02 18:27:03 +01:00
Luca
ec106bce41
fix(mongoose): allow to connect without password 2018-01-23 07:26:00 +01:00
Luca Perret
4de3abe9e9 fix(mongoose): unescaped character in username/password 2018-01-18 23:37:16 +01:00
Jim Laurie
7a4cb0e507 Fix data path in connectivity functions 2018-01-17 09:14:34 +01:00
Jim Laurie
99346d41fc Use Path resolver for connectivity script 2018-01-11 13:22:49 +01:00
Jim Laurie
4e1fe20531 Merge branch 'database-setup' of github.com:strapi/strapi into database-setup 2018-01-10 18:10:20 +01:00
Jim Laurie
df5b9f3dab Change wording 2018-01-10 18:08:43 +01:00
Jim LAURIE
35cb6e6194
Merge branch 'master' into database-setup 2018-01-10 17:42:31 +01:00
Jim Laurie
e1fb02ab53 Test connection in connector node module 2018-01-10 15:31:54 +01:00
Nikolay
e48b10c98e Use Decimal for mongo and mongoose
Use Decimal128 mongo's type instead mongoose-double package. Mongodb will be store decimal values as NumberDecimal, not as string.
2017-12-23 22:50:10 +03:00
Aurelsicoko
b63cd80a13 Add type email & password, and fix layout system 2017-11-28 16:01:50 +01:00
Aurelsicoko
362f7badb0 Add type password 2017-11-28 13:51:50 +01:00
cyril lopez
7532670f93 Created empty view for homepage 2017-08-16 18:47:02 +02:00
Aurélien Georget
5c24f33c28 Use ESLint instead of xo 2017-01-04 18:28:47 +01:00
Aurélien Georget
f2a233e1e0 Clean codebase and tests 2016-09-28 11:42:26 +02:00
Aurélien Georget
c87ff0edbf Handle basic types for mongoose 2016-07-14 12:15:42 +02:00
Aurélien Georget
185542b74f Convert model types to mongoose types 2016-07-14 11:06:58 +02:00