9892 Commits

Author SHA1 Message Date
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
websocket98765
986fa1dd00
Merge pull request #3 from strapi/master
update master
2019-09-16 19:53:44 +00: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
Virginie Ky
4f45134dd1 Users permissions styled compo ip 2019-09-16 19:18:35 +02: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
soupette
6494a3dd07 Merge branch 'master' of github.com:strapi/strapi into front/context-api 2019-09-16 13:52:59 +02:00
soupette
62862f07c5 Update context api 2019-09-16 12:23:52 +02:00
soupette
0592f5a32e Remove legacy context api in admin 2019-09-16 12:07:05 +02:00
soupette
b4bf897016 Update ctb tests so it uses the new context api 2019-09-16 11:57:18 +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
soupette
c971ab5ada Remove all context api in all plugins except users 2019-09-13 17:05:21 +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
soupette
823cd24771 Created GlobalContext and update remove the old context api in strapi-admin 2019-09-13 15:28:10 +02:00
Virginie Ky
39230ed2ac Remove node-sass ip 2019-09-13 15:17:24 +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
soupette
9ad9fafd6b Fixes #3987 #3954 2019-09-13 14:46:31 +02:00
Alexandre BODIN
8970159ffa
Merge pull request #3985 from strapi/fix/json-array-pg
Stringify json input for pg to support arrays
2019-09-13 11:27:10 +02:00
Alexandre BODIN
09a227c3d8
Merge branch 'master' into fix/json-array-pg 2019-09-13 10:56:28 +02:00
Alexandre BODIN
4cab3c0fa1
Merge pull request #3986 from strapi/fix/ctm-allow-group-updates
Allow group mainField and defaultSortBy to be id
2019-09-13 10:56:06 +02:00
Alexandre Bodin
852be46911 Stringify json input for pg to support arrays 2019-09-13 10:41:21 +02:00
Alexandre Bodin
ae6492dab2 Allow group mainField and defaultSortBy to be id 2019-09-13 10:36:48 +02:00
Alexandre BODIN
b11e9375c9
Merge branch 'master' into features/media-preview 2019-09-13 10:19:55 +02:00
jasongitmail
eb8be740a2
Merge branch 'master' into step-any-fix 2019-09-13 01:06:43 +00:00
jasongitmail
83173d8882
Change InputNumber.js defaultProps to step: 'any' 2019-09-12 18:03:16 +00:00
cyril lopez
6142a7c659
Merge branch 'master' into styled-components/documentation 2019-09-12 18:06:56 +02:00
cyril lopez
5ee755c3ca
Merge pull request #3960 from strapi/styled-components/email
Remove Sass in email plugin
2019-09-12 18:06:35 +02:00