1762 Commits

Author SHA1 Message Date
Nikolaj Ivancic
ce03fb0ad9 Several missed updates from Content to Collection types (per https://github.com/lauriejim)
Signed-off-by: Nikolaj Ivancic <nik@congral.com>
2020-04-10 16:32:26 -04:00
soupette
a51c97829b Fix docs typos
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-10 15:51:35 +02:00
soupette
e97b8cca71 Fix PR feedback
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-10 15:25:00 +02:00
soupette
373f77ac8a Add media lib in the example
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-10 12:04:32 +02:00
soupette
90f437bc48 Add component API doc
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-04-10 09:10:19 +02:00
Tim Gates
3e1409b42e
Merge branch 'master' into bugfix_typo_useful 2020-04-10 07:50:06 +10:00
Derrick Mehaffy
9bbdb8f378
Add Azure logo
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 05:32:49 -07:00
Derrick Mehaffy
0fed063dce
Finish Azure
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:56:13 -07:00
Derrick Mehaffy
89f251cf3e
More menu organization
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:39:50 -07:00
Derrick Mehaffy
2d46bd3f02
Organizing some of the menu items
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:32:12 -07:00
Derrick Mehaffy
4477a457a4
cleanup
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
e7fc8d8dde
more azure guide
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
503fa9ebab
Almost finished with Azure guide
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
6e70f0d3b5
Start work on Azure VM guide
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
6a0dc1bcfd
Finish Nginx guide
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
e4306087c3
Clean up DigitalOcean guide
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
5227831bf1
clean up AWS guide
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
ad3f85f85d
fix a few bugs in AWS, init proxy guide
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
c7e15d37ed
Fix heroku icon
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
e0f34ed4ff
Add little logos
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
1e5893c899
Adding a link between installation and deployment
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
c35addecaa
Main migration into split docs, not reviewed sub docs yet
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Derrick Mehaffy
274e7e13be
init deployment changes
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2020-04-09 04:30:14 -07:00
Alexandre BODIN
9690fddab4
Merge pull request #5752 from strapi/documentation
Documentation update
2020-04-09 11:53:31 +02:00
Jim LAURIE
342cef19f4
Merge branch 'documentation' into docs-concepts-review 2020-04-09 11:43:01 +02:00
Jim LAURIE
7216f21760 docs: apply pr feedback 2020-04-09 11:41:55 +02:00
Tim Gates
0a4272811f
docs: Fix simple typo, usefull -> useful
There is a small typo in docs/3.0.0-beta.x/concepts/models.md.

Should read `useful` rather than `usefull`.

Signed-off-by: Tim Gates <tim.gates@iress.com>
2020-04-09 08:02:07 +10:00
Alexandre Bodin
cc9d23c3ac Merge branch 'develop' into features/media-lib
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-07 20:24:39 +02:00
Jean-Sébastien Herbaux
a583d1b859
Fix/#3184/fix server crashs on database change (#5703)
* Don't set connection field on create/edit operation on content-types & components

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Make sure that every component has a valid connection attribute

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Remove connection check on components load

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Remove default connections from core & webhook stores but make sure it's defined in the application lifecycle

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix component's associations that can be undefined instead of empty in populateBareAssociations

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Remove "default" connection from plugins' models

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Remove connection attribute from generated models (cli)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Mutate each component instead of reassign

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Build core_store and webhook model based on the current config

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Add connection to templates conditionally (based on args)

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Set default value for description to undefined instead of empty string

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Remove unnecessary complexity

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Update getStarted models

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Fix attributes parsing for generate:model

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Removed tpl option from generate:model/api

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>

* Remove tpl option from cli

Signed-off-by: Convly <jean-sebastien.herbaux@epitech.eu>
2020-04-07 16:31:44 +02:00
adriatic
3c8ce102d4 Content_to_Collection
Update tutorial files to use the Collection type instead of Content type

Signed-off-by: adriatic <nik@congral.com>
2020-04-06 12:00:03 -04:00
Jim LAURIE
810d333ef0
Merge branch 'master' into deploy-to-app-engine 2020-04-03 13:50:06 +02:00
Alexandre Bodin
e3b34580b5 extract params from ctx before caling services
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-04-02 19:51:24 +02:00
Jim LAURIE
343a1bab38
Merge branch 'master' into fix/5555-quickStartGuide 2020-04-01 16:33:29 +02:00
Jim LAURIE
97c2664ed9
Merge branch 'master' into docs/faq_update 2020-04-01 16:21:18 +02:00
António Santos
37a1338d81 Added 0.0.0.0 to Deployment Configuration Doc
There was a problem in Heroku when using the default "localhost". We must change it to "0.0.0.0". We can help others by adding this to the documentation so they don't have to invest much time to find the solution like me.

Signed-off-by: António Santos <toi.santos@gmail.com>
2020-04-01 14:52:55 +02:00
Jim LAURIE
390f72d512 docs: review concepts 2020-04-01 11:48:38 +02:00
Alexandre Bodin
087920fb47 Merge branch 'develop' into features/media-lib
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-31 11:58:31 +02:00
ScottAgirs
3a1b5dbe7d [add] documentation for password mutations
Signed-off-by: ScottAgirs <scott@ijs.to>
2020-03-31 00:55:35 -04:00
Chinh Do
a9ae7e24c2
Merge branch 'master' into fix/5555-quickStartGuide 2020-03-30 19:37:38 -04:00
Alexandre Bodin
5a259ddf41 Merge branch 'develop' into features/media-lib
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-30 16:00:24 +02:00
Pierre Noël
1535735eb6 Merge branch 'master' into fix/#3409/relationTablesCantHaveLongNames
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-03-30 15:42:08 +02:00
Alexandre BODIN
7b50291353
Merge pull request #5444 from strapi/fix/#4881/cantDisableOrOverrideRootPage
Add possibility to delete index.html + remove use of production.html
2020-03-30 15:02:01 +02:00
Alexandre Bodin
50df7365d6 Merge branch 'develop' into features/media-lib
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-30 12:04:04 +02:00
David Ye
9ec7d9066e
Fix typo (#5596) 2020-03-30 09:51:14 +02:00
Aviskar KC
ac1ade9073
Fix the button name for configuring layout in docs (#5390)
Signed-off-by: Aviskar KC <aviskarkc10@gmail.com>
2020-03-30 09:49:47 +02:00
Chinh Do
de97f68b85 Correct "content-type" to "collection type" in Quick Start Tutorial/Guide to match UI
There needs to be a review of the docs. This pull request is intended to fix obvious incorrect
references that may confuse or frustrate people brand new to Strapi, trying to go through
the Quick Start Guide or Tutorial.

Change "content type" to "collection type" where appropriate

Signed-off-by: Chinh Do <cdo@vienxu.com>
2020-03-28 13:18:59 -04:00
Pierre Noël
f2663eb1f7 improve joinTable customization + test collectionName duplicates
Signed-off-by: Pierre Noël <pierre.noel@strapi.io>
2020-03-27 15:51:23 +01: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
Derrick Mehaffy
a52a2eae43 Add development flow to FAQ 2020-03-26 10:11:11 -07:00
soupette
818927f7b5 Fix conflicts
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-23 14:33:17 +01:00