9273 Commits

Author SHA1 Message Date
Virginie Ky
87ef91c740 Merge branch 'develop' of github.com:strapi/strapi into front/repeatable-field-create 2019-08-01 17:52:19 +02:00
Virginie Ky
336902384e Merge branch 'develop' into front/repeatable-field-create 2019-08-01 17:51:47 +02:00
Alexandre Bodin
c0d5580570 Fix group collectionName validator 2019-08-01 17:50:11 +02:00
Alexandre Bodin
58dd92fd0f Allow collectionName empty 2019-08-01 17:44:28 +02:00
Virginie Ky
e6589ce6c6 merge develop and regex validation 2019-08-01 17:42:20 +02:00
Alexandre BODIN
2660a20119
Merge pull request #3709 from strapi/chore/support-file-upload-cm-core-api
Support file upload with form data in CM
2019-08-01 17:31:17 +02:00
Alexandre BODIN
3060703b25
Merge branch 'develop' into chore/support-file-upload-cm-core-api 2019-08-01 17:31:09 +02:00
soupette
f026c87f75 Remove useless files 2019-08-01 17:27:46 +02:00
soupette
cb93b4d30b Merge branch 'develop' of github.com:strapi/strapi into ctm/edit-formadata-upgrade 2019-08-01 17:24:41 +02:00
cyril lopez
2be48b4539
Merge pull request #3633 from strapi/ctm/repeatable-edit-view
Content Manager - Edit view (group & repeatable fields support)
2019-08-01 17:24:02 +02:00
virginieky
49aa6954f2
Merge branch 'develop' into ctm/repeatable-edit-view 2019-08-01 16:52:23 +02:00
soupette
228916cb9a Send data using formdata to handle upload 2019-08-01 16:51:20 +02:00
Virginie Ky
30985f9553 Attributes and relation Modals UI fix 2019-08-01 16:45:57 +02:00
soupette
5966c0d2ee Fix PR feedback 2019-08-01 16:33:51 +02:00
Alexandre Bodin
515d756626 Fix mongo toObject on null objectes 2019-08-01 15:59:21 +02:00
davidkartuzinski
19ad8edb15 [WIP]: Additional revisions completed for the Documentation Tutorial 2019-08-01 15:50:56 +02:00
Alexandre Bodin
09761294e9 Fix mongo support 2019-08-01 14:40:02 +02:00
Alexandre Bodin
f99e2ab683 Support upload multipart in content manager creation and edition of data 2019-08-01 12:20:28 +02:00
Alexandre Bodin
fb41211d00 Remove content manager upload route 2019-08-01 12:20:27 +02:00
Alexandre BODIN
5f9c5341c2
Merge pull request #3707 from strapi/chore/upgrade-koa-body
Upgrade koa-body version to latest
2019-08-01 12:20:04 +02:00
Alexandre Bodin
184490a07d Upgrade koa-body version to latest 2019-08-01 07:50:06 +02:00
Alexandre BODIN
a9c9fdbbec
Merge pull request #3702 from strapi/chore/content-type-builer-yup-attributes
Groups content type builer attributes validation
2019-08-01 07:49:29 +02:00
Virginie Ky
8342dc79a7 ListRow and ListRowCollapse UI 2019-07-31 23:25:34 +02:00
Virginie Ky
2e8dc352ad prompt test fiw 2019-07-31 19:17:32 +02:00
Virginie Ky
ef74880a6b prompt 2019-07-31 19:08:29 +02:00
Virginie Ky
80a6d62b21 ModelPage groups list 2019-07-31 17:59:14 +02:00
Alexandre Bodin
ea1cf32614 allow negative numbers 2019-07-31 16:54:39 +02:00
soupette
7699dc446a Merge branch 'develop' of github.com:strapi/strapi into ctm/repeatable-edit-view 2019-07-31 16:50:16 +02:00
soupette
aecf76a1a1 Clean code according to feedback 2019-07-31 16:50:05 +02:00
soupette
e30d2be60d Change ctb menu link with uid instead of destination 2019-07-31 16:31:35 +02:00
soupette
1cd77c3702 Add source to layout link 2019-07-31 16:29:04 +02:00
Alexandre Bodin
ca5629e4f7 clean Article.settings.json 2019-07-31 16:13:00 +02:00
Alexandre Bodin
c530afa8a3 Validate content-type-buildeer group schema 2019-07-31 16:10:24 +02:00
soupette
2a229141f1 Fix dropdown list label picker 2019-07-31 16:03:59 +02:00
soupette
0a3b692a87 Fixes #2866 2019-07-31 15:22:37 +02:00
soupette
07fbfecc87 Fixes #2882 2019-07-31 15:01:23 +02:00
soupette
7a4ea92199 Fixes #2893 2019-07-31 14:58:53 +02:00
soupette
887f533466 Fixes #1457 2019-07-31 14:27:17 +02:00
soupette
3eb9c7395b Fix content type deletion in content type builder 2019-07-31 14:12:04 +02:00
soupette
2da64c084f Remove useless content types 2019-07-31 14:07:20 +02:00
soupette
395ced57df Add doc about tutorial videos 2019-07-31 14:06:31 +02:00
soupette
4267841884 Fix PR feedback 2019-07-31 14:01:33 +02:00
Alexandre BODIN
81ae3aab1a
Merge pull request #3700 from strapi/feature/content-manager-remove-formdata
Add content manager upload route and remove formdata in favor of JSON only
2019-07-31 14:00:34 +02:00
Alexandre BODIN
436347cf76
Merge branch 'develop' into feature/content-manager-remove-formdata 2019-07-31 14:00:09 +02:00
Alexandre BODIN
58a820e5b7
Merge pull request #3699 from strapi/feature/group-mainfield-no-id
Set group default mainField not id unless no attributes
2019-07-31 13:59:55 +02:00
soupette
5c97f4070a Change wysiwyg to richtext 2019-07-31 11:45:08 +02:00
davidkartuzinski
dceaf9a2d3 [WIP]: Updated tutorial including Yarn commands, additional front-end user creation, latest Beta version and shortly the new repeatable fields. Using FoodAdvisor in this tutorial. 2019-07-30 18:48:27 +02:00
soupette
e9d74f16d2 Clean code and fix minor bugs 2019-07-30 17:41:14 +02:00
soupette
7d0394070f Fix side effects for upload 2019-07-30 17:25:18 +02:00
Alexandre Bodin
c5e50665cd Add upload route in content-manager and remove formdata for data creation 2019-07-30 16:58:36 +02:00