2029 Commits

Author SHA1 Message Date
Jim LAURIE
b3b335c090
Merge pull request #7661 from strapi/docs/heroku/pg
Heroku PG DB env variable deconstruction automatically
2020-09-03 19:01:23 +02:00
Pierre Noël
af773f4d5c Merge branch 'master' into documentation 2020-09-03 16:13:50 +02:00
Rémi de Juvigny
e327d8ccfd Expanded templates docs
Signed-off-by: Rémi de Juvigny <remi@hey.com>
2020-09-03 11:25:38 +02:00
DMehaffy
b02bb62cc1
Add example for PG SSL CA verification (#7700) 2020-09-02 08:23:55 -07:00
Alexandre Bodin
6905be68bc Merge branch 'documentation' 2020-09-02 17:23:41 +02:00
DMehaffy
024b337b09
Update node version requirements for v10 to v12 (#7409)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-09-02 17:11:59 +02:00
Igor Samokhovets
91ace0d1ec
Fix kind attribute update query in beta.17 to beta.18 migration guide (#7583)
* Update migration-guide-beta.17-to-beta.18.md

Replace positional operator ($) with all positional operator($[])

* $ -> $[]
2020-09-02 17:07:25 +02:00
An owlet
74d7295911
Remove flag in language selection (#7102)
* Flag is not language!

Signed-off-by: 潘志坚 <jim.pan@dji.com>

* Flag is not language

Signed-off-by: 潘志坚 <jim.pan@dji.com>

* Change locale to native name

Signed-off-by: 潘志坚 <jim.pan@dji.com>

* Add test languageNativeNames

Signed-off-by: 潘志坚 <jim.pan@dji.com>

* Uppercase the first letter of the native language name

Signed-off-by: 潘志坚 <jim.pan@dji.com>
2020-09-02 13:52:14 +02:00
Derrick Mehaffy
5900b488de Heroku PG DB env variable deconstruction automatically 2020-08-31 14:25:33 -07:00
Valerian Pereira
e6511a9f74
GraphQL Typos fixed to improve documentation (#7644)
Signed-off-by: Valerian Pereira <valerianpereira25@gmail.com>
2020-08-30 14:39:05 -07:00
Rémi de Juvigny
ea5eaafb66 Document templates usage and creation
Signed-off-by: Rémi de Juvigny <remi@hey.com>
2020-08-28 16:20:22 +02:00
Derrick Mehaffy
4324f170c9
Add warning to unit testing guide for windows/SQLite
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-08-19 06:55:38 -07:00
Maxime Castres
28f1d6df86
Integration documentation (#7282)
* Cleanup shelljs

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

* Bump koa-session from 5.13.1 to 6.0.0 (#7254)

Bumps [koa-session](https://github.com/koajs/session) from 5.13.1 to 6.0.0.
- [Release notes](https://github.com/koajs/session/releases)
- [Changelog](https://github.com/koajs/session/blob/master/History.md)
- [Commits](https://github.com/koajs/session/compare/5.13.1...6.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fix #7252: fix relation name
fix regression issue due to pull #7204

Signed-off-by: Akash P <aksdevac@gmail.com>

* v3.1.3

* Add React Integration

* Remove character

* Created a new component for less code

* Review modifications

* Review modifications 2

* Add Vue.js, Next.js, Nuxt.js, Gatsby and GraphQL inte

* Change Select with Checkboxes

* Remove useless fonction in Next.js

* Update Next.js

* Update Next.js 2

* Update Vue.js and Nuxt.js

* Update React and Next.js

* Update Post example

* Update all

* Last reviews

Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akash P <aksdevac@gmail.com>
2020-08-17 10:29:04 -07:00
XuluWarrior
122e4b7664 Boom middleware needs to be loaded before sentry middleware
Signed-off-by: XuluWarrior <github@metaliving.plus.com>
2020-08-14 15:05:27 +01:00
Jim LAURIE
009522d078
Merge pull request #7441 from dr5hn/improve/Docs
Add how to change login page's logo
2020-08-14 15:07:00 +02:00
Jim LAURIE
fb7f08d216 docs: setup docs branch
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-08-14 12:10:49 +02:00
Jim LAURIE
cfcfea06c4 docs: remove tips in login provider tab causing templating issues
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-08-14 11:53:33 +02:00
Joeri Damme
0adc210956
chore: fixing typo in Plugin Development -> Frontend Development documentation. (#7461)
Signed-off-by: Joeri Damme <joeri.damme@kpn.com>
2020-08-13 15:30:21 -07:00
Alexandre Bodin
331b73801f Merge branch 'documentation' 2020-08-13 19:12:56 +02:00
David Janas
11f900085e
Increase parser arrayLimit to 100 (#7430)
* Add queryStringParser settings to parser middleware

Signed-off-by: David Janas <davidjanasr@gmail.com>

* add queryStringParser config to middleware documentation

Signed-off-by: David Janas <davidjanasr@gmail.com>
2020-08-13 18:35:38 +02:00
Jim LAURIE
a16542c9b7
Merge pull request #7408 from strapi/docs/FAQ/rbacUpdate
Update FAQ with latest RBAC information
2020-08-13 12:16:27 +02:00
Darshan Gada
143e85cb8d ADD: How to change login page's logo
Signed-off-by: Darshan Gada <gadadarshan@gmail.com>
2020-08-12 18:35:01 +05:30
Alexandre Bodin
acf11ed9b1 Merge branch 'documentation'
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-08-12 14:52:37 +02:00
KULDIP PIPALIYA
fa8dfcc7cf
Formatting enhancements and Fixes (#6858)
* Fix: formatting

Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com>

* Fix: formatting

Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com>

* Enhance: consistance formatting for NOTE

Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com>

* Enhance: consistance formatting for NOTE

Signed-off-by: KULDIP PIPALIYA <kuldipem@gmail.com>
2020-08-12 12:33:54 +02:00
JuanCarlosJr97
1afbdd663f
Updating email documentation adding a tip during initial setup to avoid issues during strapi creation (#7413)
Signed-off-by: Juan Carlos Blanco Delgado <juancarlosjr97@gmail.com>
2020-08-12 12:18:17 +02:00
Anthony Valera
f93bff8bfb
Fixes link to AWS Free landing page (#7291)
Signed-off-by: Anthony Valera <anthony@anthonyvalera.com>
2020-08-12 12:08:32 +02:00
Valerian Pereira
5167a8a691
Points added one below the other (#7428)
Signed-off-by: Valerian Pereira <valerianpereira25@gmail.com>
2020-08-11 10:17:17 -07:00
Burak
d4c418bbfb
send-email.md updated. (#7426) 2020-08-11 09:12:54 -07:00
Derrick Mehaffy
18a02baf77
Fix custom mongoose query .toObject() is undefined
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-08-11 07:02:32 -07:00
Jim LAURIE
94d70f3e61 Update migration guide username not null
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-08-11 11:05:51 +02:00
Derrick Mehaffy
e768a9f02c
Update FAQ with latest RBAC information.
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-08-10 10:10:10 -07:00
Bruno Santos
9f2e2c1582
Fix typo in upload plugin documentation (#7378) 2020-08-10 07:31:14 -07:00
Jim LAURIE
980fbc4198
Merge pull request #7394 from dalbitresb12/docs/fix-favicon
Fix favicon link in docs
2020-08-10 15:04:47 +02:00
Jim LAURIE
95d3f42610
Merge pull request #7368 from dr5hn/patch-2
FIX: Broken links to email configurations & middlewares
2020-08-10 11:51:43 +02:00
Diego Albitres
617df05d6b
Fix favicon link in docs
Signed-off-by: Diego Albitres <diego.albitres@gmail.com>
2020-08-09 21:57:46 -05:00
Jim LAURIE
16f1554e15
Merge branch 'master' into master 2020-08-07 16:07:23 +02:00
DMehaffy
f179a1cae9
Fix docs for loading ORM plugins (#7356)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-08-07 15:56:52 +02:00
Darshan Gada
862f2c386b FIX: Broken links to email configurations & middlewares
Signed-off-by: Darshan Gada <gadadarshan@gmail.com>
2020-08-07 15:53:46 +05:30
Joshua Jung
6483d6186c Change CORS documentation on origin
CORS documentation on the origin property is now more explicit for multiple domains.

Signed-off-by: Joshua Jung <josh@jungdigital.com>
2020-08-05 22:48:39 +02:00
Antonin Beaufort
f48892a0d7
[Docs] Email plugin : fix typo
Signed-off-by: antoninbeaufort <33757018+AntoninBeaufort@users.noreply.github.com>
2020-08-05 20:19:34 +02:00
Derrick Mehaffy
39e76716d2
fix typo
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-08-05 11:02:40 -07:00
Pierre Noël
77293268c6 Specify that only grant providers are supported
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-08-04 09:49:30 +02:00
Pierre Noël
b4afb8afcc move a tip
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-08-04 09:49:30 +02:00
Pierre Noël
6f369201a4 replace .fr by .com
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-08-04 09:49:29 +02:00
Pierre Noël
05cc400905 update grant + doc twitter
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-08-04 09:49:28 +02:00
Pierre Noël
75cb374f89 Update the provider loggin doc + display absolute redirect uri in front
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-08-04 09:49:28 +02:00
Pierre Noël
112716fc9b add conf proxy koa variable
Signed-off-by: Pierre Noël <petersg83@gmail.com>
2020-08-03 17:34:05 +02:00
Derrick Mehaffy
34c90c9658
Remove session options from docs that no longer work
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
https://github.com/strapi/strapi/issues/6421
2020-08-03 06:44:53 -07:00
Marius Wallin
d8a39da12b
Update digitalocean-one-click.md (#7255)
Based on what is created in version 3.1 from the Droplet the default folder is strapi-development and the .env is in the root of this folder
2020-07-30 06:00:49 -07:00
DMehaffy
28b66d284f
Add more information about the parser middleware configuration (#7253)
* Add more information about the parser middleware configuration

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>

* fix integer case

Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-07-30 09:49:28 +02:00