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 |
|
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
|
5ee755c3ca
|
Merge pull request #3960 from strapi/styled-components/email
Remove Sass in email plugin
|
2019-09-12 18:06:35 +02:00 |
|
cyril lopez
|
087226b5e4
|
Merge branch 'master' into styled-components/email
|
2019-09-12 17:41:05 +02:00 |
|
Abdón Rodríguez Davila
|
54c383fd44
|
Merge branch 'master' into eslint-update
|
2019-09-12 15:05:53 +02:00 |
|
Jim LAURIE
|
3a50178e46
|
Merge pull request #3907 from davidkartuzinski/docs/tutorial
Documentation Getting Started Tutorial
|
2019-09-12 11:37:43 +02:00 |
|
Alexandre Bodin
|
6ec284180a
|
sanitize user model data
|
2019-09-12 10:50:52 +02:00 |
|
David Kartuzinski
|
e0e71a00cd
|
Merge branch 'master' into docs/tutorial
|
2019-09-12 10:17:02 +02:00 |
|
davidkartuzinski
|
75c1e93308
|
Added video, fixed a typo
|
2019-09-12 10:13:28 +02:00 |
|
Alexandre Bodin
|
e20d781383
|
Merge branch 'master' into chore/routing-x-forwarded
|
2019-09-12 09:59:11 +02:00 |
|
Alexandre BODIN
|
b4bb345d23
|
Merge pull request #3720 from daksamit/issue/3719
Update default configuration access in hook
|
2019-09-12 09:53:55 +02:00 |
|
Jim LAURIE
|
dcb333ac6b
|
Merge branch 'master' into issue/3719
|
2019-09-12 09:52:16 +02:00 |
|
Alexandre Bodin
|
7207184648
|
v3.0.0-beta.16.2
v3.0.0-beta.16.2
|
2019-09-11 19:22:05 +02:00 |
|
Alexandre BODIN
|
1d4985d8b4
|
Merge pull request #3963 from strapi/fix/image-multi
Fix image multi upload old relations deleting
|
2019-09-11 19:21:04 +02:00 |
|