Alexandre Bodin
|
df236d0642
|
v3.0.0-beta.16.4
v3.0.0-beta.16.4
|
2019-09-17 12:14:39 +02:00 |
|
Alexandre BODIN
|
46c3b7c535
|
Merge pull request #4031 from strapi/fix/mongo-group-relation-issue
Populate groups relations on mongo
|
2019-09-17 12:07:33 +02:00 |
|
Alexandre BODIN
|
b031fa7685
|
Merge branch 'master' into fix/mongo-group-relation-issue
|
2019-09-17 11:39:29 +02:00 |
|
Alexandre Bodin
|
293dbb89d9
|
Populate groups 1st level relations
|
2019-09-17 11:32:57 +02:00 |
|
Alexandre BODIN
|
7e4da6e512
|
Merge pull request #4014 from strapi/fix/group-navigation
Fix content manager bug when navigating from one entry to another
|
2019-09-17 10:46:20 +02:00 |
|
Alexandre BODIN
|
f8bfb636cd
|
Merge branch 'master' into fix/group-navigation
|
2019-09-17 10:46:13 +02:00 |
|
Alexandre BODIN
|
b63c1b9231
|
Merge pull request #4029 from strapi/fix/#4026
Fix group relation fetch
|
2019-09-17 10:42:30 +02:00 |
|
Alexandre BODIN
|
67ed10a56f
|
Merge branch 'master' into fix/#4026
|
2019-09-17 10:42:24 +02:00 |
|
Alexandre BODIN
|
edc20a2c72
|
Merge pull request #4028 from strapi/fix/group-relation-plugin-doc
Pass group associations as second param
|
2019-09-17 10:37:35 +02:00 |
|
Alexandre BODIN
|
16155ef6c4
|
Merge branch 'master' into fix/group-relation-plugin-doc
|
2019-09-17 10:37:28 +02:00 |
|
Alexandre BODIN
|
74ba8620a9
|
Merge pull request #4017 from strapi/fix/graphql-issues
Fix graphql issues
|
2019-09-17 10:37:11 +02:00 |
|
Alexandre BODIN
|
2e95a31627
|
Merge branch 'master' into fix/graphql-issues
|
2019-09-17 10:37:04 +02:00 |
|
soupette
|
8ad1256fab
|
Fixes #4026
|
2019-09-17 10:22:20 +02:00 |
|
Alexandre Bodin
|
548c77aebf
|
Pass group associations as second param
|
2019-09-17 10:18:34 +02:00 |
|
Alexandre BODIN
|
1583667d5c
|
Merge pull request #3647 from abdonrd/eslint-update
Update ESLint dependency
|
2019-09-17 10:13:22 +02:00 |
|
cyril lopez
|
8657453ea2
|
Merge branch 'master' into eslint-update
|
2019-09-17 10:11:11 +02:00 |
|
Alexandre BODIN
|
846c42d27a
|
Merge pull request #4009 from donmasakayan/graphql_plugin_mutations_fix-v3
Graphql plugin mutations fix
|
2019-09-17 09:41:31 +02:00 |
|
Don Masakayan
|
443eda174d
|
Merge branch 'master' into graphql_plugin_mutations_fix-v3
|
2019-09-17 11:55:26 +08:00 |
|
Alexandre Bodin
|
295c18acbd
|
Fix lint
|
2019-09-16 23:19:12 +02:00 |
|
Alexandre Bodin
|
23ab277472
|
Fix _q count. still does nott work with group by
|
2019-09-16 23:19:11 +02:00 |
|
Alexandre Bodin
|
c1f818958a
|
Fix bad conversion of id to _id in graphql and aggregations
|
2019-09-16 23:19:11 +02:00 |
|
Alexandre Bodin
|
0026819119
|
Fix files resolver graphql
|
2019-09-16 23:19:10 +02:00 |
|
Alexandre BODIN
|
5b1c88ccd9
|
Merge pull request #3877 from codechem/fix/3874-bookshelf-unicode-fix
Allow search on unicode characters
|
2019-09-16 23:15:23 +02:00 |
|
Alexandre BODIN
|
9cf90a9a67
|
Merge branch 'master' into fix/3874-bookshelf-unicode-fix
|
2019-09-16 23:10:56 +02:00 |
|
Alexandre BODIN
|
8a6c162095
|
Merge branch 'master' into chore/routing-x-forwarded
|
2019-09-16 23:07:54 +02:00 |
|
Alexandre BODIN
|
938fe687a6
|
Merge pull request #3945 from strapi/features/media-preview
Media preview list
|
2019-09-16 23:07:27 +02:00 |
|
jasongitmail
|
2f2ecb587c
|
Merge branch 'master' into step-any-fix
|
2019-09-16 18:32:51 +00:00 |
|
jasongitmail
|
603d3ed757
|
Change to step={props.step}
|
2019-09-16 18:30:35 +00:00 |
|
soupette
|
d2c8d5e419
|
Fixes #4013
|
2019-09-16 17:47:43 +02:00 |
|
cyril lopez
|
7457673df0
|
Merge branch 'master' into features/media-preview
|
2019-09-16 16:37:38 +02:00 |
|
Alexandre BODIN
|
f59b4a5c7b
|
Merge pull request #4008 from donmasakayan/graphql_policies_fix-v3
Graphql policies fix
|
2019-09-16 11:29:21 +02:00 |
|
Martin Georgiu
|
53f4a28517
|
Use created_at instead of createdAt
|
2019-09-15 16:59:34 +02:00 |
|
Don Masakayan
|
c5e6110292
|
Fixed issue where GraphQL Mutations that use actions in plugins didn't work.
This now works, as it should:
```
Mutation: {
customMutation:
resolver: {
plugin: "custom-plugin",
handler: "Post.customMutation"
}
}
}
}
```
|
2019-09-15 15:51:26 +08:00 |
|
Don Masakayan
|
d3a968aa62
|
Pass easier-to-understand options instead of arguments to Mutation.composeMutationResolver() and Query.composeQueryResolver()
|
2019-09-15 15:51:25 +08:00 |
|
Don Masakayan
|
79a253f5bc
|
Simplified ctx.state.user fix
|
2019-09-15 15:51:25 +08:00 |
|
Don Masakayan
|
be06f70433
|
Updated documentation so that GraphQL policies use correct 'policies' key instead of 'policy'
|
2019-09-15 15:51:24 +08:00 |
|
Don Masakayan
|
ef82e486e6
|
Fixed issue where all policies triggered by GraphQL Mutations and Queries had ctx.state.user as undefined
|
2019-09-15 15:51:23 +08:00 |
|
Don Masakayan
|
fd02d99b28
|
Fixed issue where custom GraphQL Mutation resolvers never triggered policies
|
2019-09-15 15:51:23 +08:00 |
|
Don Masakayan
|
17c4244f14
|
Pass easier-to-understand options instead of arguments to Mutation.composeMutationResolver() and Query.composeQueryResolver()
|
2019-09-15 15:51:06 +08:00 |
|
Don Masakayan
|
8d3d79fd18
|
Simplified ctx.state.user fix
|
2019-09-15 15:51:05 +08:00 |
|
Don Masakayan
|
e0fea833a7
|
Updated documentation so that GraphQL policies use correct 'policies' key instead of 'policy'
|
2019-09-15 15:51:04 +08:00 |
|
Don Masakayan
|
0bead70c2c
|
Fixed issue where all policies triggered by GraphQL Mutations and Queries had ctx.state.user as undefined
|
2019-09-15 15:51:04 +08:00 |
|
Don Masakayan
|
e0dd6dc602
|
Fixed issue where custom GraphQL Mutation resolvers never triggered policies
|
2019-09-15 15:51:03 +08:00 |
|
Alexandre BODIN
|
c66eb5d2cf
|
Merge branch 'master' into chore/routing-x-forwarded
|
2019-09-13 17:40:50 +02:00 |
|
Trevor Fitzgerald
|
fd88eeb6db
|
Update minimum webpack version for strapi-admin
|
2019-09-13 10:54:40 -04:00 |
|
virginieky
|
5fc8600506
|
Merge branch 'master' into features/media-preview
|
2019-09-13 16:16:36 +02:00 |
|
Virginie Ky
|
1b53286c71
|
merge
|
2019-09-13 16:05:10 +02:00 |
|
Virginie Ky
|
4f9065f19e
|
last review apply
|
2019-09-13 16:04:15 +02:00 |
|
Alexandre Bodin
|
36e4e73ad3
|
v3.0.0-beta.16.3
v3.0.0-beta.16.3
|
2019-09-13 15:08:44 +02:00 |
|
Alexandre BODIN
|
85dcf87f5a
|
Merge pull request #3988 from strapi/fix/3987
Fix buggy date field, and toggle field size
|
2019-09-13 15:05:36 +02:00 |
|