5814 Commits

Author SHA1 Message Date
Aurelsicoko
140e32bbe4 Merge branch 'add-description-to-plugins-routes' of github.com:strapi/strapi into add-description-to-plugins-routes 2018-09-20 11:42:25 +02:00
Aurelsicoko
9da6da036b Add example POST upload 2018-09-20 11:40:37 +02:00
cyril lopez
59961edf44 Merge branch 'master' of github.com:strapi/strapi into add-description-to-plugins-routes 2018-09-19 17:36:59 +02:00
cyril lopez
bc49c3842c Change gitignore 2018-09-19 17:36:43 +02:00
Jim LAURIE
3e2e87c904
Merge pull request #1937 from maturanomx/refactor/linter
Refactor eslint commands
2018-09-19 14:14:25 +02:00
Jim LAURIE
513ef5839c
Merge branch 'master' into refactor/linter 2018-09-19 14:14:17 +02:00
cyril lopez
f002a0d144 Add override documentation to upload and users-permissions 2018-09-18 20:39:31 +02:00
Jim LAURIE
2644b2ee8a
Merge pull request #1959 from hansemannn/patch-2
Update docs to show correct password-reset URL and fix formatting
2018-09-18 19:08:36 +02:00
Alberto Maturano
589761a644 Simplify select files for linter 2018-09-18 11:10:17 -05:00
Alberto Maturano
8485a12400 Refactor eslint commands
Note: Possibly the noise can be reduced if the dependency is managed on
the repository (the main `package.json` file) instead of in a package.
2018-09-18 11:10:17 -05:00
Hans Knöchel
8b6372c9dc
Merge branch 'master' into patch-2 2018-09-18 17:12:10 +02:00
Hans Knöchel
b8764fdafe
Update authentication.md 2018-09-18 17:12:01 +02:00
Jim LAURIE
6631054af0
Merge pull request #1970 from Tonours/bf/1897-whitespace-model-name
Fix model name with whitespace on keyboard content-builder form submission
2018-09-18 16:58:29 +02:00
Jim LAURIE
71c5ba0ae2
Merge branch 'master' into bf/1897-whitespace-model-name 2018-09-18 16:58:20 +02:00
Jim LAURIE
322ee28829
Merge pull request #1964 from derrickmehaffy/addAutoOpenDefault
Add config options for AutoOpen by default
2018-09-18 16:31:53 +02:00
Jim LAURIE
69e41a170b
Merge branch 'master' into addAutoOpenDefault 2018-09-18 16:30:38 +02:00
Jim LAURIE
e46d639a1e
Merge pull request #1971 from Tonours/bf/1844-increase-word-wrap-languages-list
Update lanagues list label breaked on multi-line.
2018-09-18 16:11:37 +02:00
Jim LAURIE
bfe85ac40c
Merge branch 'master' into bf/1844-increase-word-wrap-languages-list 2018-09-18 16:11:28 +02:00
Jim LAURIE
a3667235cc
Merge pull request #1974 from strapi/fix-email-service-send
Fix send email service
2018-09-18 16:00:40 +02:00
Jim LAURIE
686e938c41
Merge branch 'master' into fix-email-service-send 2018-09-18 16:00:33 +02:00
Jim LAURIE
a153aea5b0
Merge pull request #1725 from strapi/improvement/pluralize-routes
Pluralize routes
2018-09-18 14:02:38 +02:00
Jim LAURIE
6c897555a0
Merge branch 'master' into improvement/pluralize-routes 2018-09-18 13:47:13 +02:00
Jim LAURIE
84d9070de0 Fix #1858 send email service 2018-09-18 13:20:55 +02:00
Anthony Guimard
5fea994d99 Remove code update commited by error due to bad sync. 2018-09-18 07:17:38 -04:00
Anthony Guimard
e7ccdbd4c3 Update lanagues list label break on multi-line.
Center vertically label with flexbox and decrease line-height
in order to increase render of language name.
2018-09-18 01:11:07 -04:00
Anthony Guimard
2e5c1581bf CamelCased model name with whitespace on form submit.
Model name is camelCased only on input blur, a getModelWithCamelCaseName
function has been added and is used for model object on form submission in order
to prevent name with whitespaces.
2018-09-18 00:18:45 -04:00
DMehaffy
dbbedb269f Add config options to each environment. 2018-09-17 04:14:05 -07:00
Hans Knöchel
02094660c8
fix: update docs to show correct password-reset URL 2018-09-16 21:52:26 +02:00
Jim LAURIE
683732e356
Merge pull request #1950 from marcellovetro/Fix_fulltextindex
Fix ORM Create FullText index error if no text colums founded
2018-09-16 11:48:47 +02:00
Jim LAURIE
3931355db7
Merge branch 'master' into Fix_fulltextindex 2018-09-16 11:48:39 +02:00
Jim LAURIE
1c0293f355
Merge pull request #1958 from Tonours/bf/1484-graphql-filter-nested-object
Fix nested objects returns null in GraphQL
2018-09-16 11:27:17 +02:00
Anthony Guimard
73fb19ca0f Update isNumeric function with Object type check.
Fix false positive of isNumeric function in order to allow
where query on nested object in graphql.
2018-09-15 23:16:20 -04:00
Jim LAURIE
6a24021a2a
Merge pull request #1575 from ackro/fix-916
Don't parse npm scripts for dynamic config
2018-09-14 16:09:29 +02:00
Jim LAURIE
184c49ef2c
Merge branch 'master' into fix-916 2018-09-14 15:47:25 +02:00
Jim LAURIE
ff666c9c80
Merge branch 'master' into Fix_fulltextindex 2018-09-14 15:32:45 +02:00
soupette
7906e43129 Fix conflicts 2018-09-14 13:48:43 +02:00
Jim LAURIE
a4a8f8d031
Merge pull request #1947 from strapi/3.0.0-alpha.14.1.1
3.0.0 alpha.14.1.1
2018-09-14 12:18:40 +02:00
Jim LAURIE
0e484e9099
Merge branch 'master' into 3.0.0-alpha.14.1.1 2018-09-14 12:18:31 +02:00
Marcello Vetro
7a4453b917 Fix SQL ORM CREATE FULLTEXT INDEX SEARCH Error: If aren't text colums definend in the schema do not lanch the SQL to create the fulltext index. 2018-09-13 18:51:37 +02:00
Jim LAURIE
4d8ace2db7 3.0.0-alpha.14.1.1 v3.0.0-alpha.14.1.1 2018-09-13 18:39:37 +02:00
Jim LAURIE
b773262624 Merge pull request #1946 from strapi/fix-build-graphql
Fixes #1938
2018-09-13 18:37:23 +02:00
Jim LAURIE
b004b245de
Merge pull request #1946 from strapi/fix-build-graphql
Fixes #1938
2018-09-13 18:36:16 +02:00
soupette
fa03ceef11 Fixes #1938 2018-09-13 18:08:32 +02:00
Jim LAURIE
ea51c9949f
Merge pull request #1935 from strapi/3.0.0-alpha.14.1
3.0.0 alpha.14.1
2018-09-13 14:51:40 +02:00
Jim LAURIE
44daf8d962
Merge branch 'master' into 3.0.0-alpha.14.1 2018-09-13 14:51:31 +02:00
Jim LAURIE
505fa3fa15
Merge pull request #1936 from maturanomx/minorChanges
Fix bug on conditional code
2018-09-13 11:46:49 +02:00
Alberto Maturano
bd94d7a7bb Fix bug on conditional code
`'server.proxy' || {}` is **always** returning `server.proxy`. The real
intention is pass `{}` as default value for `_.get`.
2018-09-12 12:55:30 -05:00
Jim LAURIE
45dfc328c2 Fix admin in dev mode v3.0.0-alpha.14.1 2018-09-12 15:47:28 +02:00
Jim LAURIE
f10335d717 3.0.0-alpha.14.1 2018-09-12 12:41:11 +02:00
Jim LAURIE
5ae787f4cb Add missing cross-spawn dependency 2018-09-12 12:39:53 +02:00