10077 Commits

Author SHA1 Message Date
Alexandre Bodin
49e270a7f6 Support uid for content types 2019-11-15 09:50:58 +01:00
Alexandre BODIN
c603ec3499
Merge pull request #4530 from strapi/docs-patch-1
Add the model value in the core controller docs
2019-11-15 09:45:23 +01:00
Jim LAURIE
cdc07a6dff Add the model value in the core controller docs 2019-11-14 19:14:45 +01:00
Alexandre BODIN
355dd80241
Merge pull request #4519 from victorlambert/fix-slow-userspermissions-bootstrap
Retrieve roles without populating users and permissions relations
2019-11-14 17:53:09 +01:00
Alexandre BODIN
0837da7415
Merge branch 'master' into fix-slow-userspermissions-bootstrap 2019-11-14 17:52:56 +01:00
Alexandre BODIN
f59cacbd38
Merge pull request #4529 from strapi/fix-dbconfig-retry
Write the correct database configuration
2019-11-14 17:46:03 +01:00
Jim LAURIE
f1190a7127 Get retried db config 2019-11-14 17:39:52 +01:00
Alexandre Bodin
50ab4c88b9 Use full UIDs in CTM 2019-11-14 16:41:47 +01:00
Alexandre Bodin
ab51bbebe4 Fix tests 2019-11-14 16:37:57 +01:00
Victor LAMBERT
59aff0af3c Retrieve roles without populating users and permissions relations 2019-11-14 16:36:35 +01:00
Alexandre Bodin
9cb7035ade Add nameToCollectionName 2019-11-14 10:42:34 +01:00
Alexandre Bodin
6cf3c76195 Allow nested components ignored 2019-11-13 19:26:05 +01:00
Alexandre Bodin
f61afa45f4 Init nested component in component 2019-11-13 19:26:05 +01:00
Alexandre Bodin
f2b3fec654 Fix compo category rename 2019-11-13 19:26:04 +01:00
Alexandre Bodin
6c7bd5711c Delete category folder if empty after a component delete 2019-11-13 19:26:04 +01:00
Alexandre Bodin
1a15bbd7b6 Remove old code 2019-11-13 19:26:03 +01:00
Alexandre Bodin
1e28d8b9d9 Update component servie 2019-11-13 19:26:03 +01:00
Alexandre Bodin
05f1dd7b19 Validate components max nesting level 2019-11-13 19:26:02 +01:00
Alexandre Bodin
0ab2f59a40 Delete content type 2019-11-13 19:26:02 +01:00
Alexandre Bodin
8d025a970d Edit CT schema 2019-11-13 19:26:01 +01:00
Alexandre Bodin
c2df4bc404 Init update content type 2019-11-13 19:26:01 +01:00
Alexandre Bodin
ce0ded7429 Use uids only to specify relations in ctb 2019-11-13 19:26:00 +01:00
Alexandre Bodin
890ec24dcb Fix graphql not supporting dash in content type names 2019-11-13 19:26:00 +01:00
Alexandre Bodin
600de12a87 generate api with kebabCase if spaces in the name 2019-11-13 19:25:59 +01:00
Alexandre Bodin
a0ae181426 Rename key to targetAttribute 2019-11-13 19:25:59 +01:00
Alexandre Bodin
f8e6f2afe3 Slugify category name of components 2019-11-13 19:25:58 +01:00
Alexandre Bodin
d9bfbd6aaf Refactor strapi-generate-api 2019-11-13 19:25:58 +01:00
Alexandre Bodin
489b653e1b Init new validation schemas for CT and compo 2019-11-13 19:25:57 +01:00
Alexandre Bodin
a1d3c3abb5 Merge branch 'develop' into features/dynamic-zones 2019-11-13 19:25:16 +01:00
Alexandre Bodin
f2e380782a Fix lint rule 2019-11-13 18:54:22 +01:00
Alexandre Bodin
6478e53ab8 Support dynamic zone upload file 2019-11-13 18:49:08 +01:00
Alexandre Bodin
a71f5c6830 Flatten compos polymorphic arr link 2019-11-13 18:49:07 +01:00
Alexandre Bodin
56bdd3d806 Fix tests 2019-11-13 18:49:07 +01:00
Alexandre Bodin
94cd229ca6 Delete component category 2019-11-13 18:49:07 +01:00
Alexandre Bodin
7d0c798d90 Add component category edit to allow renaming 2019-11-13 18:49:06 +01:00
Alexandre Bodin
d405285fae Handle component update and delete with categories 2019-11-13 18:49:06 +01:00
Alexandre Bodin
cfc5cf07ad Add component category folder and support category in component create 2019-11-13 18:49:05 +01:00
Alexandre Bodin
a5288f0cf7 Implement new populate algorithm loading nested components and dynamic zones 2019-11-13 18:49:05 +01:00
Alexandre Bodin
80fb99f38e Refactor populateFetch in its own module 2019-11-13 18:49:04 +01:00
Alexandre Bodin
2ee39bc9d8 Add components and nested components directly with the content types and compos schemas 2019-11-13 18:49:04 +01:00
Alexandre Bodin
6339a92016 Delete dynamic zone components bookshelf 2019-11-13 18:49:03 +01:00
Alexandre Bodin
fbecade1c9 Update dynamic zones, bookshelf 2019-11-13 18:49:03 +01:00
Alexandre Bodin
79d1207c0c Create dynamiczone in queries 2019-11-13 18:49:02 +01:00
Alexandre Bodin
b9122edf0d Rename groups to components 2019-11-13 18:49:02 +01:00
Alexandre Bodin
4ee0160e6c Remove general settings 2019-11-13 18:49:01 +01:00
Jim LAURIE
3573b96a1a Add guide to fetch and insert external data (#4412)
* Add guide to fetch and insert external data

* Fix typo
2019-11-13 18:47:10 +01:00
matthieuowlie
ef9de8815c Add POST route /auth/send-email-confirmation (#4270)
* Add POST route /auth/send-email-confirmation to call sendEmailConfirmation function of plugin users-permissions

* Add documentation about /auth/send-email-confirmation POST route

* Added documentation in docs\3.0.0-beta.x\plugins\users-permissions about email confirmation function

* Update code example for send-email-confirmation function
2019-11-13 18:45:23 +01:00
Alexandre BODIN
5cda51043c
Use where instead of forge to make queries (#4488) 2019-11-13 18:42:59 +01:00
Alexandre Bodin
cca3c80b87 Merge branch 'master' into develop 2019-11-13 16:30:11 +01:00
Abdón Rodríguez Davila
aa534b1a5c Use plugin in the GraphQL aggregation queries (#4508) 2019-11-13 16:19:47 +01:00