1892 Commits

Author SHA1 Message Date
William Cheong Weelau
74ed5a2e2d
Update email.md (#7769)
* Update email.md

to emphasize the part that developer need to pay attention to, especially the file name, and rewrite the part of the sentences on updating default sender email to make it works with the new email provider. Such that those who read this documentation could avoid hours of troubleshooting this configuration, (like what I had)

Signed-off-by: William Cheong Weelau <cheongweelau@gmail.com>

* Update email.md

Added the missing `:::` to close the newly added tip paragraph

Signed-off-by: William Cheong Weelau <cheongweelau@gmail.com>
2020-09-14 09:32:44 +02:00
Ove
5509d68c48
Fix minor typos on model documentation (#7619)
* Fix minor typos on model documentation

found 3 minor typos and replaced them

* fix typo in model 3.x docs
2020-09-14 09:29:19 +02:00
Mattias van den Belt
66bffcb84e
Update controllers.md (#7829)
Signed-off-by: MattieBelt <mattiasvandenbelt@gmail.com>
2020-09-11 09:26:42 -07:00
Derrick Mehaffy
50a65cdfe5 Fix missing note about Node v12 in cli docs 2020-09-09 13:09:31 -07:00
Jim LAURIE
b13ecc5da3
docs: update Roles & Permissions left menu mentions (#7796)
Signed-off-by: Jim LAURIE <j.laurie6993@gmail.com>
2020-09-08 15:12:58 +02:00
Rémi de Juvigny
9a8cf2eecf
Merge branch 'master' into templates-cli 2020-09-08 10:20:58 +02:00
Theraloss
56f89b0159 Add disclaimer for jest timeout
Signed-off-by: Danilo Polani <danilo.polani@gmail.com>
2020-09-05 14:04:26 +02:00
Theraloss
ac23ae5afe Fix sqlite test pool
Signed-off-by: Danilo Polani <danilo.polani@gmail.com>
2020-09-05 14:04:26 +02:00
Rémi de Juvigny
24d42f385f Apply review feedback
Signed-off-by: Rémi de Juvigny <remi@hey.com>
2020-09-04 16:07:55 +02:00
Khalid Elshafie
3e23646f1b
Add LinkedIn auth provider (#7490)
* Add LinkedIn auth provider

Signed-off-by: Khalid Elshafie <abolkog@gmail.com>
2020-09-04 14:37:30 +02:00
Amir
f8437184ca
Fix typo in controllers.md (#7721)
The default SingleType service doesn't have an findOne() function only find().
See https://github.com/strapi/strapi/issues/7718 for details

Signed-off-by: Amir Lellouche <lalosher@gmail.com>
2020-09-04 13:58:46 +02:00
Jason Prado
69706d7587
Add sqlite details to unit testing guide (#7603) 2020-09-04 12:27:43 +02:00
Abdón Rodríguez Davila
d2ef1d4b8c
Allow more options to the Apollo Server config (#7665)
* Extract server config to a constant

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Omit options to server config

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Move default config to serverParams

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Simplify Apollo server config

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Simplify with a new apolloServerConfig property

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Update tracing documentation

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Extract deprecated options

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Add default options

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Update documentation

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Rename to deprecatedApolloServerConfig

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Empty default options

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Update default config

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Add warning note

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Add documentation note

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Update documentation note

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Fix the config check

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Fix the config check

Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>

* Refactor old code and rename param to appoloServer to avoid redondancy

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

* Fix typo

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

Co-authored-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-09-04 09:51:11 +02:00
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