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
NickBolles
7703b97d22
use npx to run rimraf
2018-09-17 20:27:52 -05:00
Thomas Hunter II
803d691ef8
Add shebang to server.js
...
* The execute bit is already enabled on server.js
* However, executing it via `./server.js` fails
* Adding the shebang allows the server to start
2018-09-17 11:27:15 -07:00
DMehaffy
dbbedb269f
Add config options to each environment.
2018-09-17 04:14:05 -07:00
Marcello Vetro
07524dde85
Fixed SelectMany Dropdown Input search Ajax Call on search
2018-09-17 12:46:22 +02:00
Pierre Burgy
5d0eeec2b3
Add Content Internationalization documentation
2018-09-17 11:12:08 +02:00
Jason Lei
9cb5b08db1
Updated package deps.
2018-09-17 16:31:45 +08:00
Jason Lei
9861b9ad3f
Bringing files up to date with master, fixing the missing contributor code.
2018-09-17 15:50:13 +08:00
Jason Lei
800fb6150d
Merge branch 'master' into graphql/mutations-aggregations-decimals
2018-09-17 15:30:15 +08: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
Jason Lei
a3bdd9b3fb
Merge branch 'master' into graphql/mutations-aggregations-decimals
2018-09-15 19:53:48 +08: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
Jim LAURIE
54cf16b5f1
Merge branch 'master' into njb/fix-strapi-new
2018-09-14 15:21:18 +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
25bf0b1d95
Fix missing admin config object
2018-09-13 16:44:42 +02:00
Jim LAURIE
67112e92cd
Merge branch 'master' into graphql/mutations-aggregations-decimals
2018-09-13 15:00:02 +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
70507078d5
Merge branch 'master' into graphql/mutations-aggregations-decimals
2018-09-13 14:20:25 +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
NickBolles
5d8c072c4a
fix miss-type
2018-09-13 01:23:45 -05:00
NickBolles
4d631f11d7
use callback function for rimraf to catch errors
2018-09-12 23:06:53 -05:00
NickBolles
8f63b127e6
Add rimraf dependency
2018-09-12 22:21:26 -05:00
NickBolles
bedc441e15
Don't call success after catching an error
2018-09-12 22:03:54 -05:00
NickBolles
06fec8a19c
Fix hooks to require the correct package and remove tmpPath on all platforms
2018-09-12 22:03:31 -05:00
NickBolles
20d090b867
Fix build scripts on windows
2018-09-12 21:44:37 -05:00
uyouthe
4c0b26ea6a
Indentation fixed
2018-09-12 22:24:30 +03: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
sundaycrafts
04902d2c06
polish code again
2018-09-12 14:15:34 +09:00
sundaycrafts
ffc969c6f7
Merge branch 'master' into polish-strapi-hook-mongoose
2018-09-12 14:03:29 +09:00
Salem
95448e161f
Update ar.json
2018-09-11 21:43:24 +03:00
soupette
ea8059840b
Fix conflicts
2018-09-10 20:22:21 +02:00
soupette
f994ae5d91
Fix deprecated param
2018-09-10 20:15:28 +02:00
soupette
c2c66d5cb8
Change directory
2018-09-10 20:00:17 +02:00