Alberto Maturano
60dae60890
Add missing keys in ES translation
...
close #1621
2018-10-18 17:48:50 -05:00
entwicklerfr
bf7809f3dd
Add IF NOT EXISTS parameter for creating indexes in postgresql case
2018-10-18 22:34:22 +02:00
Nick Verwymeren
dc7f06194f
Allow the use of .graphql or .graphql.js
...
Previously schema files could only end in .graphql files. This caused a problem with IDE's since these files are actually javascript files. This pull request should also detect ```.graphql.js``` files while keeping backward compatibility with the ```.graphql``` extension.
2018-10-18 10:01:29 -05:00
Jim LAURIE
4ced536eaf
Remove logs Graphql
2018-10-18 14:33:08 +02:00
Jim LAURIE
7c8da2100e
Update hook documentation
2018-10-18 11:25:09 +02:00
Jim LAURIE
651cf3198b
Merge pull request #2112 from strapi/revert-1928-master
...
Revert "Font-family declarations fixed"
2018-10-18 10:41:45 +02:00
Jim LAURIE
e42e532f1a
Merge branch 'master' into revert-1928-master
2018-10-18 10:41:38 +02:00
Jim LAURIE
051c07202f
Merge pull request #2114 from strapi/fix/#2097
...
Fix bugs related to Firefox
2018-10-18 10:40:18 +02:00
cyril lopez
b3e9c0ec48
Merge branch 'master' into fix/#2097
2018-10-18 10:39:22 +02:00
Jim LAURIE
297bad9b8e
Merge pull request #2137 from e9labs/bugfix/graphql-json-type-not-string
...
Fix for JSON attributes types in GraphQL
2018-10-18 10:09:47 +02:00
Jim LAURIE
f362a8cf92
Merge branch 'master' into bugfix/graphql-json-type-not-string
2018-10-18 10:09:37 +02:00
Jim LAURIE
d8f520409c
Merge pull request #2155 from strapi/fix/prevent_docs_to_lint
...
Prevent lint run in docs
2018-10-18 09:54:30 +02:00
entwicklerfr
aada9332a5
multi lines in content type description#1543
2018-10-17 23:54:30 +02:00
entwicklerfr
8b78daf3e7
multi lines in content type description#1543
2018-10-17 23:13:35 +02:00
Nick Verwymeren
d123b14ae5
Fixes issues when doing an 'IN' query
...
When doing an 'IN' query it looks like this will incorrectly loop over the values and put them into multiple where clauses. This additional check on the symbol should leave the array untouched and pass it on into the orm for processing.
2018-10-17 11:50:43 -05:00
aDeve
c10678bd26
Prevent lint to run in docs
2018-10-17 18:16:59 +02:00
Ben Weller
a90b16b6c5
Merge branch 'master' into bugfix/graphql-json-type-not-string
2018-10-17 10:21:53 -05:00
Jim LAURIE
a9e0e920f5
Merge pull request #2135 from xargr/master
...
Fix bug delete file from AWS S3
2018-10-17 16:35:37 +02:00
Jim LAURIE
75ecd2d790
Merge branch 'master' into master
2018-10-17 16:35:23 +02:00
Jim LAURIE
c3ea0a213d
Merge pull request #2033 from strapi/clean-dependencies
...
Clean dependencies
2018-10-17 16:21:22 +02:00
Jim LAURIE
3d149ffc68
Merge branch 'master' into clean-dependencies
2018-10-17 16:14:26 +02:00
Jim LAURIE
1f66cd272c
Merge pull request #2145 from henrych4/fix-upload
...
Use hash filename as unique tag id in File Upload section
2018-10-17 15:16:48 +02:00
Jim LAURIE
70bc03242f
Merge branch 'master' into fix-upload
2018-10-17 15:16:23 +02:00
Jim LAURIE
f6ced24c2b
Merge pull request #2139 from strapi/update/doc-menu
...
Update doc menu
2018-10-17 15:05:08 +02:00
Jim LAURIE
6039dc4964
Merge branch 'master' into update/doc-menu
2018-10-17 15:04:56 +02:00
Jim LAURIE
c14f447ba8
Merge pull request #2138 from mleko-forks/add-missing-pl-translations
...
Update PL translations
2018-10-17 14:48:46 +02:00
Jim LAURIE
f629e94450
Merge branch 'master' into add-missing-pl-translations
2018-10-17 14:48:05 +02:00
Jim LAURIE
69c5489db8
Merge pull request #2127 from sylvaingirardbe/patch-1
...
Fix linguistic issue on deployment guide
2018-10-17 14:22:39 +02:00
Jim LAURIE
fcf4da8b19
Merge branch 'master' into patch-1
2018-10-17 14:22:29 +02:00
NickBolles
b23bbff6a1
Use the UserPermissionsMeRole
2018-10-15 11:03:00 -05:00
henrych4
18d809ce66
use hashed filename as unique tag id
2018-10-15 21:48:01 +08:00
NickBolles
fc8931bb39
Add a special return type for the me graphql query
...
This helps avoid returning roles and permissions that the user doesn't have access to.
2018-10-14 21:14:02 -05:00
Ben Weller
e6bd209c08
Merge remote-tracking branch 'upstream/master' into bugfix/graphql-json-type-not-string
2018-10-13 13:10:13 -05:00
Jim LAURIE
54a0748931
Update doc menu
2018-10-13 19:07:25 +01:00
Jim LAURIE
546f389746
Merge pull request #2119 from strapi/fix/2011
...
Fix plugin install version
2018-10-13 18:51:43 +01:00
Jim LAURIE
a21dba22c6
Merge branch 'master' into fix/2011
2018-10-13 18:50:44 +01:00
Daniel Król
fb7e9c2a8f
Add missing PL translations
2018-10-13 10:49:36 +02:00
Ben Weller
1249909c46
re-add support for JSON graphql types
2018-10-12 13:29:18 -05:00
grigoris
262a024c21
fix bug delete file from aws s3
...
this code fixed by #1992
2018-10-12 18:43:58 +03:00
Sylvain Girard
359eeaddfb
Update deployment.md
2018-10-11 20:51:47 +02:00
Jim LAURIE
9b1c2c2b0d
Merge pull request #2121 from strapi/fix-wysiwyg-warnings
...
Fix warning for controlled input without onChange handler in WYSIWYG
2018-10-11 14:20:57 +02:00
Jim LAURIE
d24db0dbca
Merge branch 'master' into fix-wysiwyg-warnings
2018-10-11 14:20:38 +02:00
Jim LAURIE
e1621ebd62
Merge pull request #2113 from strapi/enhancement/remove-mongo-recommended
...
Remove recommended for mongo database
2018-10-11 12:02:19 +02:00
Jim LAURIE
0bef8851ba
Merge branch 'master' into enhancement/remove-mongo-recommended
2018-10-11 12:02:00 +02:00
cyril lopez
2a8ef807d0
Fix PR feedback
2018-10-10 15:54:26 +02:00
cyril lopez
baae144799
Fix warning for controlled input without onChange handler in WYSIWYG
2018-10-10 14:56:21 +02:00
Jim LAURIE
c5df8f1608
Merge pull request #2025 from strapi/improve/admin-auth
...
Improve admin auth redirection
2018-10-10 11:51:09 +02:00
Jim LAURIE
badf6898ad
Fix plugin install version
2018-10-10 11:38:23 +02:00
cyril lopez
d45a4378ed
Merge branch 'master' into improve/admin-auth
2018-10-10 10:56:08 +02:00
NickBolles
2458dc6bf0
Merge branch 'njb/add-me-graphql-query' of https://github.com/NickBolles/strapi into njb/add-me-graphql-query
2018-10-09 21:06:55 -05:00