72 Commits

Author SHA1 Message Date
ScottAgirs
d41227b75d Merge branch 'master' into patch---adjust-naming-to-password-mutations
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-05-07 13:05:29 -04:00
lpouvreau
9c90c7449e
Removed wrong extra double quote from plugins doc (#5981) 2020-05-05 19:40:24 +02:00
Alexandre Bodin
da910b0b39 Fix create new project cli option for mongo not handled correctly
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Fix typos

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Add tests for env helpers

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>

Typo

Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:44 +02:00
Alexandre Bodin
2e31afe6dd Upgrade doc to use env var and js config files
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:43 +02:00
Alexandre Bodin
a877a00934 Update docuemntation
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-29 11:06:41 +02:00
Jim LAURIE
f65644ba64
Merge branch 'master' into master 2020-04-27 11:29:14 +02:00
Jim LAURIE
8a1aefd28f Merge branch 'documentation' 2020-04-27 10:01:04 +02:00
Astraeus-
2dafb22b5e Update authentication error documentation
Error has a "response" property that holds the data

Signed-off-by: Astraeus- <Astraeus-@users.noreply.github.com>
2020-04-23 16:56:52 +02:00
Pierre Noël
4b7fbadef5
fix shadow crud breaking build when resolvers are not defined in a plugin (#5899)
* fix shadow crud breaking build when resolvers are not defined in a plugin

Signed-off-by: Pierre Noël <pierre.noel@strapi.io>

* refacto

Signed-off-by: Pierre Noël <pierre.noel@strapi.io>

Co-authored-by: Pierre Noël <pierre.noel@strapi.io>
2020-04-22 15:41:40 +02:00
Alexandre Bodin
c9cfc59566 Add a simple example of using env vars in provider config files
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-21 14:58:02 +02:00
Jim LAURIE
05f24d93c0
Merge branch 'master' into docs/update_userperm_build 2020-04-20 16:03:15 +02:00
Alexandre Bodin
506811f198 Add some doc for maxFielSize
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-16 10:04:36 +02:00
ScottAgirs
823acf4777 [deprecate] change-password in favour of reset-password
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-04-11 13:41:09 -04:00
soupette
a51c97829b Fix docs typos
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-10 15:51:35 +02:00
ScottAgirs
3a1b5dbe7d [add] documentation for password mutations
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-03-31 00:55:35 -04:00
Derrick Mehaffy
4056f640a0
Add a link to build docs for custom providers
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-03-27 05:33:58 -07:00
soupette
818927f7b5 Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-23 14:33:17 +01:00
Michael-Scott-PC
e56fa01c1c
Documentation improvements 2020-03-22 18:28:03 +01:00
Ralph
dae9cfa415
Make plugins documentation generation optional (#5465)
* Make plugins documentation generation optional

Signed-off-by: Ralph Maroun <rmaroun@outlook.com>

* Removing "-" character from schema names for generated plugin documentation so it becomes compatible with AWS API gateway import API feature using OAS file. Adding only one property to the settings file pluginsForWhichToGenerateDoc so that the user can choose for which plugin he wishes to generate documentation. Adding a parameter to generate or not the default response (this can now be set to false to have a documentation that is compatible with AWS API Gateway).

Signed-off-by: Ralph Maroun <rmaroun@outlook.com>

* Updating settings.json to start without the pluginsForWhichToGenerateDoc key so that all plugins documentation gets generated by default. Updated the documentation to reflect this change.

Signed-off-by: Ralph Maroun <rmaroun@outlook.com>

* Updating documentation to correct typos and rephrase some sentences to make them more clear.

Signed-off-by: Ralph Maroun <rmaroun@outlook.com>

* Destructuring the config to the var pluginsForWhichToGenerateDoc instead of renaming it to take into account comment from Alexandre Bodin

Signed-off-by: Ralph Maroun <rmaroun@outlook.com>

* Destructuring generateDefaultResponse and pluginsForWhichToGenerateDoc from strapi config object based on feedback from Alexandre Bodin

Signed-off-by: Ralph Maroun <rmaroun@outlook.com>

Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2020-03-20 14:03:51 +01:00
Alexandre Bodin
ed2b973b99 Merge branch 'develop' into features/media-lib 2020-03-20 11:04:10 +01:00
Pierre Noël
c3f011ddba Merge branch 'master' into fix/#4556/nullWhenRequiringAComponentInRelationGraphQl
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-03-16 15:49:59 +01:00
Nikolay Tyurin
9bbb395e3a
Update graphql.md (#5510)
changed link in the https://www.apollographql.com/
2020-03-16 14:17:59 +01:00
soupette
bdc2758613 Merge branch 'develop' of github.com:strapi/strapi into features/media-lib 2020-03-06 11:44:20 +01:00
Jim LAURIE
e718947657
Merge branch 'master' into docs/awsURLs 2020-03-05 15:37:01 +01:00
soupette
d6bc4e1941 Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-04 14:52:29 +01:00
Derrick Mehaffy
cc9d693f22
Add documentation reference for AWS SES URLs
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-03-04 02:23:57 -07:00
HichamELBSI
b5947621fc Merge branch 'master' into develop 2020-03-04 09:32:13 +01:00
Derrick Mehaffy
a70b55eeaf
Add FAQ and modify create provider docs
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-03-03 03:18:02 -07:00
Alexandre Bodin
9159bb1c65 Migrate upload providers to new config system
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-02 16:46:44 +01:00
Alexandre Bodin
7a8c865051 Merge branch 'develop' into features/media-lib
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-02 15:18:08 +01:00
Alexandre Bodin
3ce852af61 User :: in policies prefix and update documentation accordingly
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-10 21:38:39 +01:00
Alexandre BODIN
355365eed0 [Docs] Fix typo in upload plugin
Signed-off-by: antonin.beaufort <antonin.beaufort@gmail.com>
2020-01-28 20:33:37 +01:00
Jim LAURIE
ceb97360f7 docs: fixe type provider
close #5007
2020-01-16 21:28:20 +01:00
Jim LAURIE
4d608aa2e0
Fix providers login URLs
I made some copy/past mistakes.
2020-01-14 17:35:50 +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
bfe37c73c9 Fix conflicts 2020-01-13 11:39:08 +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
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
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
Pradosh Gaonkar
c5dae64b77 typo fixed in user-permissions plugin documentation 2020-01-07 13:47:46 +05:30
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
Jozef Cipa
3a1626adba
Mention dynamic option in configuration 2020-01-03 13:04:39 +01: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
4eca6b4732 fix: typo pr feedback 2019-12-26 14:14:49 +01:00
Jim LAURIE
f0925908a1 Fix typo PR feedback 2019-12-24 12:22:47 +01:00
Jim LAURIE
c667cfd089 Add email trouble shooting 2019-12-24 10:43:47 +01:00
Alexandre Bodin
de3c9e440d Update documentation of api endpoints and queries 2019-12-09 14:54:16 +01:00