Jim LAURIE
|
6a3d2daac1
|
Merge branch 'master' into feature/998
|
2019-01-06 15:27:11 +01:00 |
|
Jim LAURIE
|
6de05cbdad
|
Add debug option on strapi new
|
2018-12-28 16:51:02 +01:00 |
|
Chaitanya Choudhary
|
6835fdf426
|
Handle different types of timestamp values
|
2018-12-28 17:04:36 +05:30 |
|
Chaitanya Choudhary
|
b04ba69370
|
Ability to use custom timestamps.
|
2018-12-28 14:17:12 +05:30 |
|
Jim LAURIE
|
f87ebea759
|
Merge branch 'master' into plugin-documentation
|
2018-12-17 16:22:03 +01:00 |
|
Jim LAURIE
|
d201072954
|
Merge branch 'master' into fix-2257
|
2018-12-12 16:45:44 +01:00 |
|
Javier Castro
|
b0a21b46f0
|
strapi-hook-bookshelf: minor change for code clarity
|
2018-12-12 12:36:29 -03:00 |
|
Javier Castro
|
8b6bfdae70
|
Allow customization for mongoose connection (ej. load some mongoose plugins)
configurations.md: Added section under Functions about optional bookshelf/mongoose customization
|
2018-12-12 12:36:19 -03:00 |
|
soupette
|
43966b8416
|
Fix conflicts
|
2018-12-12 14:25:44 +01:00 |
|
Jim LAURIE
|
134e89aa8e
|
Merge branch 'master' into fix/2282
|
2018-12-09 11:49:21 +01:00 |
|
soupette
|
0916c4e018
|
Fix conflicts
|
2018-12-06 16:39:20 +01:00 |
|
Jim LAURIE
|
03c1e04d87
|
Revert filter PR
|
2018-12-04 17:05:03 +01:00 |
|
Kamal Bennani Bouchiba
|
6482a6ec84
|
Merge branch 'master' into feature/allow-filtering-on-a-relation-attribute
|
2018-11-20 19:34:46 +01:00 |
|
Kamal Bennani
|
4a7cae4ac0
|
Stringify ObjectID
|
2018-11-19 21:47:48 +01:00 |
|
Kamal Bennani
|
8500403297
|
Add missing this*
|
2018-11-19 15:42:00 +01:00 |
|
Kamal Bennani
|
511ca55461
|
fix 1st level deep filter
|
2018-11-19 00:10:48 +01:00 |
|
Kamal Bennani
|
85eeb4aef2
|
Fix wrong rebase
|
2018-11-18 23:57:03 +01:00 |
|
Leo
|
9a5547d4c7
|
Fix mongoose float and decimal problems
|
2018-11-18 16:25:28 +08:00 |
|
Jim LAURIE
|
19ec6242f9
|
Merge branch 'master' into feature/allow-filtering-on-a-relation-attribute
|
2018-11-16 17:38:27 +01:00 |
|
Aurelsicoko
|
8fc9d01b46
|
Fix manyToMany relation when only sending ids
|
2018-11-15 16:22:13 +01:00 |
|
g-div
|
cca35fe9ac
|
fix(relations): avoid duplicate entries in manyToMany relations
|
2018-10-29 09:41:23 +01:00 |
|
Kamal Bennani
|
7801aac50f
|
Turn arrow functions to object functions to get to 'this'
|
2018-10-28 23:42:22 +01:00 |
|
Kamal Bennani
|
bbfb2418a5
|
Move functions that deals with stages to the mongoose relation file
|
2018-10-28 23:42:21 +01:00 |
|
Kamal Bennani
|
4d3d4c8d55
|
move utility functions to their own file
|
2018-10-28 23:42:21 +01:00 |
|
Kamal Bennani
|
2d1cf3591e
|
Split convertParams to multiple stage steps
|
2018-10-28 23:42:20 +01:00 |
|
Kamal Bennani
|
4c3d5da8ee
|
Cast candidate ObjectID to Mongoose ObjectID
|
2018-10-28 23:42:19 +01:00 |
|
Javier Castro
|
ed924b057a
|
Fix #2211: Content-Manager: save not handling beforeSave hook throw error
|
2018-10-26 13:49:14 -03:00 |
|
Aurelsicoko
|
72e47dde75
|
Update delete button style
|
2018-10-08 16:45:24 +02:00 |
|
Jim LAURIE
|
e45b823385
|
Merge branch 'master' into polish-strapi-hook-mongoose
|
2018-09-25 10:46:17 +02:00 |
|
Jim LAURIE
|
86dea3279f
|
Merge branch 'master' into fixFilePermissions
|
2018-09-24 20:13:31 +02:00 |
|
Jim LAURIE
|
a09e88f567
|
Merge branch 'master' into graphql/mutations-aggregations-decimals
|
2018-09-24 19:42:57 +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 |
|
cyril lopez
|
27e0183228
|
Merge branch 'master' of github.com:strapi/strapi into add-description-to-plugins-routes
|
2018-09-21 16:17:15 +02:00 |
|
NickBolles
|
4d631f11d7
|
use callback function for rimraf to catch errors
|
2018-09-12 23:06:53 -05:00 |
|
NickBolles
|
8f63b127e6
|
Add rimraf dependency
|
2018-09-12 22:21:26 -05:00 |
|
NickBolles
|
06fec8a19c
|
Fix hooks to require the correct package and remove tmpPath on all platforms
|
2018-09-12 22:03:31 -05:00 |
|
sundaycrafts
|
04902d2c06
|
polish code again
|
2018-09-12 14:15:34 +09:00 |
|
Jason Lei
|
3378403954
|
GraphQL Mutations, Aggregations, Decimals
Merging Mutations and Aggregations. Fixed Mongoose Hook to use Decimals (2 decimal places) and Floats (20 decimal places).
|
2018-09-10 16:05:00 +08:00 |
|
soupette
|
f572780930
|
Update users-perm routes actionTypes
|
2018-09-07 10:33:40 +02:00 |
|
Jim LAURIE
|
56fc8b6ca8
|
Merge branch 'master' into fix-relations
|
2018-09-04 11:25:31 +02:00 |
|
sundaycrafts
|
082f4a49fe
|
add comment
|
2018-08-31 10:29:51 +09:00 |
|
Jim LAURIE
|
cfda76aec9
|
Fix one-one relation update
|
2018-08-30 18:53:40 +02:00 |
|
sundaycrafts
|
b9a9e7a829
|
tweak to consistent with other code
|
2018-08-31 00:47:45 +09:00 |
|
sundaycrafts
|
cdaf2df5b9
|
strapi supports srv
|
2018-08-29 23:50:29 +09:00 |
|
sundaycrafts
|
a1d08517b5
|
revert changes for beautify code
|
2018-08-29 23:27:49 +09:00 |
|
sundaycrafts
|
6fd5e50347
|
Merge branch 'master' into strapi-support-srv-uri
|
2018-08-29 01:49:54 +09:00 |
|
sundaycrafts
|
ac38aaa410
|
beautify mongoose hook lib/index.js
|
2018-08-29 01:33:58 +09:00 |
|
sundaycrafts
|
75a83c0f21
|
strapi supports srv uri
|
2018-08-29 01:20:56 +09:00 |
|
sundaycrafts
|
f7247112f6
|
fix error handling
|
2018-08-28 12:50:35 +09:00 |
|
Jim LAURIE
|
0ac7c132fc
|
Fix srv
|
2018-08-27 14:01:56 +02:00 |
|