946 Commits

Author SHA1 Message Date
Alexandre Bodin
ca0584eb26 Add default secure webhooks doc
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-01-20 15:13:29 +01:00
Alexandre Bodin
4ffcd0cffc Init webhooks documentation
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-01-20 15:13:29 +01:00
Alexandre BODIN
69fe1a51a1
Merge branch 'master' into feature/customize-ignore-watch-files 2020-01-15 14:12:21 +01:00
Jim LAURIE
4d608aa2e0
Fix providers login URLs
I made some copy/past mistakes.
2020-01-14 17:35:50 +01:00
jozefcipa
9b0bd7ef01 Mention chokidar docs 2020-01-14 16:57:11 +01:00
jozefcipa
1a194047e6 Add watchIgnoreFiles config option to docs 2020-01-14 11:55:34 +01:00
Jim LAURIE
d2730f31f4
Merge pull request #4985 from strapi/docs-provider-configs-patch
Patch doc providers
2020-01-14 11:26:10 +01:00
Alexandre Bodin
0d9881cd93 Patch doc providers 2020-01-13 12:18:26 +01:00
Alexandre BODIN
724358434d
Merge branch 'master' into docs-provider-configs 2020-01-13 12:17:07 +01:00
soupette
f2918e1c37 Merge branch 'master' of github.com:strapi/strapi into ctm/improve-listview 2020-01-13 11:40:16 +01:00
soupette
bfe37c73c9 Fix conflicts 2020-01-13 11:39:08 +01:00
Alexandre BODIN
862f3f110e
Merge branch 'master' into patch-1 2020-01-13 11:32:11 +01:00
Alexandre BODIN
1ebd0b1760
Merge branch 'master' into patch-1 2020-01-13 11:31:34 +01:00
Alexandre BODIN
74d4a98e04
Merge branch 'master' into hkovacs 2020-01-13 11:28:16 +01:00
Alexandre BODIN
ddfe611568
Merge branch 'master' into docs-guide-deployment 2020-01-13 09:45:27 +01:00
Vilhelm Melkstam
85e1226f85
Update user permission docs to use correct user id
The correct id attribute on a user object is `id`, not `_id`, updating docs where this mistake was written.
2020-01-10 20:52:37 +01:00
Jim LAURIE
ba3586fbe7 docs: update way to create strapi app in deployment guide
By following a feedback on a Spectrum question, I updated the way to create the strapi app to respect the best practice.
It will prevent global version issue.
2020-01-10 15:15:24 +01:00
hkovacs
3f0d5d5408 corrected new components path to include category and be understandable 2020-01-10 15:14:23 +02:00
Akinoso Toyosi
0e3d8c232a
Update install-requirements.md 2020-01-10 13:09:45 +01:00
Jim LAURIE
29a2fe00b5 docs: add login provider configs in the docs
Login provider docs with in the strapi/strapi-examples repo, I migrated them in the mono repo doc.
2020-01-10 11:20:34 +01:00
Jim LAURIE
68dd02ba6f
Merge branch 'master' into patch-1 2020-01-09 12:06:36 +01:00
Jim LAURIE
44fa8399a0 docs: udpate steps to access to the view config page
Since we removed the Content Manager link - I have to update the path to access to this page.
2020-01-08 16:04:57 +01:00
Jim LAURIE
acf4c1dece docs: example graphql query dynamic zone
Following the issue #4849 - I add an example about the query to do to fetch DZ data.
2020-01-08 15:23:09 +01:00
Saint Asky
e3e28db031
Update auth-request.md
Change axios.get to axios.post
2020-01-08 21:07:02 +08:00
Alexandre BODIN
d4bad54f8e
Merge branch 'master' into patch-1 2020-01-07 14:48:11 +01:00
Jim LAURIE
6dbe154b5d
fix: add missing end tab 2020-01-07 14:35:16 +01:00
Pradosh Gaonkar
c5dae64b77 typo fixed in user-permissions plugin documentation 2020-01-07 13:47:46 +05:30
Alexandre BODIN
f8a86d5e05
Merge branch 'master' into patch-2 2020-01-06 11:55:02 +01:00
Jozef Cipa
56f126390d
Remove typo 2020-01-06 11:45:32 +01:00
Jozef Cipa
5986e6440d
Update dynamic configuration syntax 🤦‍♂️ 2020-01-06 11:44:26 +01:00
Pouya Miralayi
9ec038b011
Merge branch 'master' into patch-3 2020-01-06 13:41:45 +03:30
Pouya Miralayi
896b018f63
Update migration-guide-beta.17-to-beta.18.md 2020-01-06 13:33:51 +03:30
Alexandre BODIN
dfbb0b2ff4
Merge branch 'master' into patch-2 2020-01-06 09:50:31 +01:00
Derrick Mehaffy
fadaa64518
Update policies documentation to include link to GraphQL doc 2020-01-04 11:26:14 -07:00
Pouya Miralayi
7456615492
Update migration-guide-beta.17-to-beta.18.md 2020-01-04 20:44:26 +03:30
Jozef Cipa
3a1626adba
Mention dynamic option in configuration 2020-01-03 13:04:39 +01:00
Derrick Mehaffy
f909d6c28a Add database timezone config options to documentation 2020-01-02 10:14:31 -07:00
Jozef Cipa
9a91433176
Add Security configuration paragraph
Mention option to set jwt secret code via `JWT_SECRET` environment variable
2020-01-02 15:55:07 +01:00
Jim LAURIE
67751dd260
Merge branch 'master' into patch-2 2020-01-02 14:47:44 +01:00
Jim LAURIE
fcb300f0f7
Merge branch 'master' into patch-1 2020-01-02 14:46:30 +01:00
Jim LAURIE
91c15a8e5c Merge branch 'master' of github.com:strapi/strapi into pr/4723 2020-01-02 14:00:44 +01:00
Jim LAURIE
cb7e24da2a Fix compo file path
Update the path of component file for the database collection update.

fix #4866
2020-01-02 12:06:58 +01:00
Ali Abbas
f997f146c9
Update deployment.md 2019-12-30 02:17:09 +05:30
Ali Abbas
754bf59b97
Update api-endpoints.md 2019-12-27 16:15:22 +05:30
Jim LAURIE
505cbb7674
Merge branch 'master' into fix/beta.18_migration 2019-12-26 14:51:14 +01:00
Jim LAURIE
bc33a35ba7
Merge branch 'master' into docs-trouble-shooting-email 2019-12-26 14:50:38 +01:00
Jim LAURIE
4eca6b4732 fix: typo pr feedback 2019-12-26 14:14:49 +01:00
Derrick Mehaffy
08884046a3
Add tabs for mongoose and restructure 2019-12-24 16:45:22 -07:00
Jim LAURIE
a24f8b53eb Fix typo PR feedback 2019-12-24 12:57:00 +01:00
Jim LAURIE
f0925908a1 Fix typo PR feedback 2019-12-24 12:22:47 +01:00