Hemant Yadav
b31bae2917
Update parse-multipart.js
...
typo fix
2019-12-23 23:25:18 +05:30
Alexandre Bodin
36d662fc79
Create a webhook model to perist them outside of the core_store
2019-12-23 16:38:42 +01:00
Alexandre Bodin
9ad5b820d7
Add worker queue
2019-12-23 15:54:17 +01:00
Alexandre Bodin
0ef1ed2539
Merge branch 'features/webhooks' into webhooks/init
2019-12-23 14:58:03 +01:00
Alexandre BODIN
0ccf68c79a
Merge pull request #4802 from strapi/fix/add-img-compo-rel
...
Add morph rel on populate compo relation
2019-12-23 14:51:52 +01:00
Alexandre BODIN
bc7473c9f7
Merge branch 'master' into fix/add-img-compo-rel
2019-12-23 13:21:25 +01:00
Alexandre BODIN
89bbd7d811
Merge pull request #4804 from strapi/fix/relation-from-plugin
...
Fix/relation from plugin
2019-12-23 13:21:04 +01:00
Alexandre BODIN
fd287e9f91
Merge branch 'master' into fix/relation-from-plugin
2019-12-23 13:20:46 +01:00
Alexandre Bodin
db2c2e6a38
set plugin in target attribute when creating relation from a plugin model
2019-12-23 12:37:49 +01:00
soupette
292490b1f9
Created helper to create headers array
2019-12-23 12:20:16 +01:00
Jim LAURIE
3ee0d38d96
Merge pull request #4663 from sulakin/master
...
Adding VK auth provider
2019-12-23 12:08:02 +01:00
Jim LAURIE
e5456da8eb
Merge branch 'master' into master
2019-12-23 11:04:29 +01:00
Alexandre Bodin
ed530abc57
Merge branch 'features/webhooks' into webhooks/init
2019-12-23 10:47:16 +01:00
Alexandre Bodin
d45b350013
Add morph rel on populate compo relation
2019-12-23 10:45:34 +01:00
Alexandre Bodin
c2650b085c
v3.0.0-beta.18.3
v3.0.0-beta.18.3
2019-12-23 10:17:40 +01:00
Alexandre BODIN
51be4546a4
Merge pull request #4774 from abdonrd/patch-1
...
Add populate option to the fetch user service
2019-12-23 10:07:34 +01:00
Alexandre BODIN
2d6070a42c
Merge branch 'master' into patch-1
2019-12-23 10:04:37 +01:00
Alexandre BODIN
4019bca044
Merge pull request #4784 from strapi/ctb/add-search-icon
...
[CTB] Add search for component's icon
2019-12-23 10:02:02 +01:00
Alexandre BODIN
1ce668f7b0
Merge branch 'master' into ctb/add-search-icon
2019-12-23 10:01:37 +01:00
Alexandre BODIN
acb5c654ef
Merge pull request #4793 from Michael-Scott-PC/patch-1
...
Update databases.md
2019-12-23 10:01:12 +01:00
Alexandre BODIN
3c30ff6e4c
Merge branch 'master' into patch-1
2019-12-23 10:00:57 +01:00
Alexandre BODIN
9087a71a05
Merge pull request #4796 from urvil38/patch-1
...
Fix typo in documentation of Many-to-Many relationship in model.md
2019-12-23 10:00:19 +01:00
Alexandre BODIN
96ff96504d
Merge branch 'master' into patch-1
2019-12-23 10:00:11 +01:00
Alexandre BODIN
d305bfd9d5
Merge pull request #4800 from strapi/fix/create-strapi-app-npm
...
Fix typo in install command
2019-12-23 09:58:50 +01:00
Alexandre Bodin
5d96192211
Fix typo in install command
2019-12-23 09:58:01 +01:00
yinz
17f7d5929a
Update zh-Hans.json
...
"登录" is better than "登陆"
2019-12-23 14:38:26 +08:00
Urvil Patel
76951e22c2
Update models.md
2019-12-23 11:42:58 +05:30
Michael-Scott-PC
32dcf4d807
Update databases.md
...
Hello Strapi Team - running yarn create strapi-app new my-project generates a folder named "new". The "my-project" part has no effect on this command. I ran this a couple times to verify. If the intent is to a create a new folder named "my-project" I would recommend removing the word "new". - Mike
2019-12-21 16:13:49 -05:00
Jim LAURIE
55d17b30b0
feat: add private option
...
Now in the Content Type Builder plugin, we can now set `private` key.
That let hide field in the request response.
close #2573
2019-12-21 14:41:21 +01:00
Max
cffe603ccd
Updating deployment.md with Windows settings
...
This add's more clarity for Windows users for an easy way to set the NODE_ENV variables without headache.
2019-12-20 12:34:15 -06:00
soupette
e9e7e32b31
Add search option for components icon
2019-12-20 16:20:18 +01:00
Alexandre BODIN
158a102db7
Merge pull request #4770 from strapi/ctb/improve-component-checkbox
...
[CTB] Small improvements
2019-12-20 16:03:32 +01:00
Alexandre BODIN
ea7c58f204
Merge branch 'master' into ctb/improve-component-checkbox
2019-12-20 15:30:54 +01:00
Alexandre BODIN
d6e73a6d6a
Merge pull request #4782 from strapi/fix-2533
...
Fix documentation generation when route has no config
2019-12-20 15:00:25 +01:00
Jim LAURIE
5102051b10
fix: get route desc
...
Fix the access to the `config.description` if the the `config` key not exist.
fix #2533
2019-12-20 14:47:31 +01:00
Alexandre BODIN
c92f7fe921
Merge pull request #4759 from strapi/docs-send-email
...
Add guide to send email programmatically
2019-12-20 13:42:21 +01:00
Alexandre BODIN
d91b702649
Merge branch 'master' into docs-send-email
2019-12-20 13:42:13 +01:00
Alexandre Bodin
9331c8d5a4
Merge branch 'master' of github.com:strapi/strapi
2019-12-20 13:39:01 +01:00
Alexandre Bodin
632bf537ec
Login and register return simpler informations
2019-12-20 13:38:52 +01:00
Jim LAURIE
c0333ac54b
Fix typo PR feedback
2019-12-20 13:38:33 +01:00
Alexandre BODIN
24e342b58f
Merge pull request #4754 from strapi/docs-client
...
Add guide to init a third party client
2019-12-20 12:14:20 +01:00
Alexandre BODIN
d44b88a0d2
Merge branch 'master' into docs-client
2019-12-20 12:14:09 +01:00
Jim LAURIE
4f2b70c280
Fix typo PR feedback
2019-12-20 10:54:18 +01:00
Alexandre BODIN
932a1ee87a
Merge pull request #4778 from MartinPL/patch-1
...
Improve Migration guide from beta.17.4 through beta.17.8
2019-12-20 10:33:12 +01:00
Marcin Panniak
8b186452e3
[DOC] Updated 'Migration guide from beta.17.4 through beta.17.8 to beta.18'. Bugfix, and info about upload_file_morph.
...
#### Description of what you did:
#### My PR is a:
- [ ] 💥 Breaking change
- [x] 🐛 Bug fix
- [x] 💅 Enhancement
- [ ] 🚀 New feature
#### Main update on the:
- [ ] Admin
- [x] Documentation
- [ ] Framework
- [ ] Plugin
#### Manual testing done on the following databases:
- [x] Not applicable
- [ ] MongoDB
- [ ] MySQL
- [ ] Postgres
- [ ] SQLite
2019-12-20 00:11:31 +01:00
Abdón Rodríguez Davila
4620546d4c
Add populate option to the fetch user service
2019-12-19 18:58:46 +01:00
soupette
9662fbdd60
Fix PR feedback
2019-12-19 15:56:38 +01:00
soupette
c2ee96c355
Fixes #2471
2019-12-19 15:43:07 +01:00
Alexandre BODIN
d6a00ccffd
Merge pull request #4771 from strapi/ctm/fix-components
...
Fix edit component with min value when not required
2019-12-19 13:32:27 +01:00
soupette
ee2e37c18b
Fix edit component with min value when not required
2019-12-19 12:59:46 +01:00