Alexandre BODIN
e749cdb613
Merge branch 'master' into chore/improve-project-creation-error-diagnostic
2019-10-15 17:46:41 +02:00
DMehaffy
32c161f287
Change enum regex message for special characters ( #4255 )
2019-10-15 17:20:50 +02:00
Alexandre Bodin
4e1ee0b5db
Fix lint
2019-10-15 17:18:21 +02:00
Alexandre Bodin
c0683cad2f
Remove eslint from project generation to gain speed and keep node compat
2019-10-15 17:18:20 +02:00
Alexandre Bodin
0367a55751
Improve sentry error analytics and startup message
2019-10-15 17:18:20 +02:00
Alexandre Bodin
85cd288526
Capture more detailed events
2019-10-15 17:18:19 +02:00
KalanyuZ
edbff44c82
Add GraphQL register/login ( #3879 )
...
* Add GraphQL login
* Add GraphQL register
* Add graphql login/register/delete End2End test
* Update from requests
* Remove logging
* Update to beta.16
* Update
* Add error handling
* Util function
* Update
2019-10-15 17:17:54 +02:00
Alexandre BODIN
8da5165a80
Merge pull request #4257 from strapi/webpack/update-image-loader
...
Update image-webpack-loader configuration
2019-10-15 14:58:41 +02:00
soupette
9be21dc9d9
Update image-webpack-loader config
2019-10-15 14:55:33 +02:00
soupette
774702af59
Fix conflicts
2019-10-15 14:09:11 +02:00
Alexandre BODIN
71c4745417
Merge pull request #4222 from strapi/fix/forgot-password-url
...
Fix forgot password url
2019-10-15 13:48:00 +02:00
cyril lopez
a9bc35ad27
Merge branch 'master' into develop
2019-10-15 12:45:33 +02:00
Alexandre BODIN
b121a0da4b
Merge pull request #4229 from strapi/update/plugin-generators
...
Add front-end files in the plugin generator
2019-10-15 12:44:10 +02:00
Alexandre BODIN
c69e3fd042
Merge branch 'master' into fix/forgot-password-url
2019-10-15 12:17:00 +02:00
soupette
5a79208f86
Remove compression plugin
2019-10-15 12:07:27 +02:00
soupette
9b0dda7e72
Fix PR feedback
2019-10-15 12:05:08 +02:00
Jim LAURIE
bd323c7cae
Fix typo
2019-10-15 12:03:03 +02:00
Jim LAURIE
5ddb32222b
Apply PR feedback
2019-10-15 11:56:13 +02:00
Jim LAURIE
6fcbec8645
Merge pull request #4243 from forethoughtde/master
...
Update DE translation
2019-10-15 11:39:13 +02:00
Alexandre BODIN
fff17678fb
Merge branch 'develop' into update/plugin-generators
2019-10-15 11:25:45 +02:00
Alexandre BODIN
0055b236a9
Merge pull request #4227 from strapi/front/fix-ctb-issues
...
Add reserved content type names
2019-10-15 11:25:30 +02:00
Jim LAURIE
38d08e216c
Merge branch 'master' into master
2019-10-15 11:14:42 +02:00
soupette
4c115ca34d
Merge branch 'front/fix-ctb-issues' of github.com:strapi/strapi into update/plugin-generators
2019-10-15 08:17:33 +02:00
cyril lopez
882f467018
Merge branch 'develop' into front/fix-ctb-issues
2019-10-15 08:16:56 +02:00
cyril lopez
d1e1c404e3
Merge branch 'develop' into update/plugin-generators
2019-10-15 07:42:04 +02:00
soupette
6ea77b69e5
Merge branch 'master' of github.com:strapi/strapi into develop
2019-10-15 07:40:55 +02:00
soupette
95548e0ca0
Merge branch 'front/fix-ctb-issues' of github.com:strapi/strapi into update/plugin-generators
2019-10-15 07:13:07 +02:00
soupette
7f747dbbb1
Merge branch 'develop' of github.com:strapi/strapi into front/fix-ctb-issues
2019-10-15 07:10:02 +02:00
soupette
ff849c0503
Fix conflicts
2019-10-14 17:03:18 +02:00
Alexandre BODIN
161aaaea10
Merge pull request #4226 from strapi/front/improve-webpack-config
...
Improve Webpack config
2019-10-14 16:50:51 +02:00
soupette
286de27309
Fix PR feedback
2019-10-14 16:46:35 +02:00
Jim LAURIE
41a84e3605
Merge pull request #4219 from strapi/doc-update/concepts
...
Review all the concept structure and content structure
2019-10-14 15:42:26 +02:00
Jim LAURIE
63fbfd59ab
Merge branch 'master' into doc-update/concepts
2019-10-14 14:16:46 +02:00
Jim LAURIE
069a8790be
Fix type
2019-10-14 13:47:41 +02:00
Jelmer Visser
5ee6332167
Escape MongoDB password ( #4231 )
...
* Encode MongoDB password if using srv url
* Always encode MongoDB password
2019-10-14 11:48:42 +02:00
Jelmer Visser
db91607dbc
Added share playground feature
2019-10-14 10:53:59 +02:00
soupette
983839f538
Change cli options
2019-10-14 10:51:25 +02:00
Jelmer Visser
16bd271eee
Fix for #3974 URIError appeared after entering % symbol into the Search input field ( #4236 )
2019-10-14 10:50:26 +02:00
Alexandre BODIN
656343d059
Disable reload on jwt.json creation ( #4246 )
2019-10-14 10:49:19 +02:00
cyril lopez
d96e2dae18
Merge pull request #4237 from strapi/fix/alignment
...
Fix/alignment
2019-10-14 08:56:46 +02:00
soupette
20e7e9fcc3
Fix padding
2019-10-14 08:32:37 +02:00
Karthikeyan Palaniswamy
f2f7d4f414
Add missing translation for Documentation plugin - Left menu link.
2019-10-13 01:51:03 +02:00
sven
47b7fab200
Fetch Github profile email if not found
...
When a Github user does not have a public email on his profile the
GitHub OAuth API will have `email` set to `null`. When the registered
OAuth application in Github has permission for the user:email scope it
is possible to get the user email via the `user/email` API endpoint.
This is similar to the `passport-github2` package.
See https://github.com/cfsghost/passport-github/blob/master/lib/strategy.js
2019-10-12 22:43:44 +02:00
sven
68cf8ab231
Fix return value type of providers.connect
...
Inside controllers/Auth.js:156 the return value is expected to
be [user, error].
This commit makes sure that providers.connnect()
will always resolve or reject with [user, error]
2019-10-12 22:35:39 +02:00
soupette
22d5a90e18
Merge branch 'update/plugin-generators' of github.com:strapi/strapi into fix/alignment
2019-10-11 15:58:50 +02:00
soupette
b459f3c0b0
Merge branch 'front/improve-webpack-config' of github.com:strapi/strapi into update/plugin-generators
2019-10-11 15:57:41 +02:00
soupette
bf84be65e1
Fix conflicts
2019-10-11 15:57:19 +02:00
soupette
b59351d375
Fix conflicts
2019-10-11 15:54:38 +02:00
Jim LAURIE
2c994c43f6
Merge pull request #4238 from strapi/fix/admin-dev
...
Fix webpack-dev-server dependency
2019-10-11 15:52:01 +02:00
soupette
9bb12c2e97
Fix webpack-dev-server dependency
2019-10-11 15:49:20 +02:00