2102 Commits

Author SHA1 Message Date
soupette
eaf210e081 Add dummy field API
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-03-03 16:40:02 +01:00
Alexandre Bodin
e5b319d81e Update file creation process with fileInfo
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-03 16:33:48 +01:00
Alexandre Bodin
5d2805bf14 Merge branch 'develop' into features/media-lib 2020-03-03 16:12:34 +01:00
Alexandre Bodin
01cda58cee Fix validation on update not allowing nulls
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-03 16:12:19 +01:00
Virginie Ky
f50a5b1b66 Merge branch 'features/media-lib' of github.com:strapi/strapi into front/media-library-filter 2020-03-03 14:44:07 +01:00
Virginie Ky
abfc1d3287 Apply some PR review
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
2020-03-02 17:35:44 +01:00
Alexandre Bodin
7a8c865051 Merge branch 'develop' into features/media-lib
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-03-02 15:18:08 +01:00
Alexey Murz Korepov
cb71cc5940 Replaced false to !
Signed-off-by: Alexey Murz Korepov <murznn@gmail.com>
2020-03-02 15:42:50 +03:00
soupette
3a695aeaac Merge branch 'develop' of github.com:strapi/strapi into chore/remove-saga-admin 2020-03-02 11:34:01 +01:00
soupette
431b935203 Merge branch 'develop' of github.com:strapi/strapi into features/media-lib 2020-03-02 09:31:40 +01:00
Alexey Murz Korepov
540a72af8e replace JSON.stringify to lodash isEqual
Signed-off-by: Alexey Murz Korepov <murznn@gmail.com>
2020-03-02 11:09:52 +03:00
Virginie Ky
98b305c481 url update fix and avoid several identical filters
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
2020-03-01 21:28:26 +01:00
Alexey Murz Korepov
5f9cbe527e Suppress rewrite config in db without changes
Now Strapi rewrite all 'plugin_content_manager_configuration_content_types' keys in "core_store" database table on each restart.
I add comparison of stored config with generated, and skip unnecessary write config to database, when there are no changes.

Signed-off-by: Alexey Murz Korepov <murznn@gmail.com>
2020-02-29 19:08:57 +03:00
HichamELBSI
d243aced6c Merge branch 'develop' into features/single-types 2020-02-28 16:46:17 +01:00
HichamELBSI
92632be70d Fix all single types feedback
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-28 16:03:38 +01:00
Virginie Ky
4c6e50439d override dateFormats and getFilterType tests
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
2020-02-28 12:44:15 +01:00
soupette
ccc92b90a5 Add required info into the plugin object and update plugin generator
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-28 11:40:55 +01:00
cyril lopez
1bc1ea2563
Merge pull request #5333 from strapi/front/media-library-filter
Front/media library filter
2020-02-28 10:41:42 +01:00
Virginie Ky
5b4185ec42 Merge branch 'front/media-lib-filters' of github.com:strapi/strapi into front/media-library-filter
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
2020-02-28 10:16:23 +01:00
cyril lopez
65c1dd5582
Merge branch 'develop' into fix/autocomplete 2020-02-28 09:35:58 +01:00
soupette
aef0086337 Merge branch 'develop' of github.com:strapi/strapi into features/media-lib 2020-02-28 07:29:58 +01:00
James Alvarez
e069cb56b4 Fixed bug #5266
When adding new content, select field was incorrectly wrapped

Signed-off-by: James Alvarez <jp@domainwink.com>
2020-02-28 02:21:21 +08:00
soupette
725a0940ab Fixes #5343
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-27 17:10:20 +01:00
Virginie Ky
24c07727da Replace carret with buffet icon
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
2020-02-27 14:39:10 +01:00
cyril lopez
e2d54bf907
Merge branch 'develop' into fix/ctm-related-redirect 2020-02-27 12:04:43 +01:00
soupette
4c8fc44832 Fix redirect url when navigating between views
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-27 11:56:27 +01:00
soupette
caeeb97f7d Fixes #3247
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-27 11:35:35 +01:00
soupette
9c638f5351 Fixes #5053
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-27 11:20:04 +01:00
HichamELBSI
6821fe8d63 Fix PR feedbacks
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-26 17:33:18 +01:00
HichamELBSI
48f5c5f418 Fix PR feedbacks 2020-02-26 14:53:32 +01:00
Alexandre Bodin
3bcbde8f0b v3.0.0-beta.18.8 2020-02-26 12:01:37 +01:00
Virginie Ky
83fb72736f Merge branch 'front/media-lib-filters' of github.com:strapi/strapi into front/media-library-filter
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
2020-02-26 03:34:04 +01:00
HichamELBSI
e450d3613b Add UID in CTM
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-25 21:44:02 +01:00
Virginie Ky
7bc9b987f7 Filter button with translation
Signed-off-by: Virginie Ky <virginie.ky@gmail.com>
2020-02-25 14:40:52 +01:00
Alexandre Bodin
f0d86ed2f7 Uses defaultValue as slug when possible
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-21 10:13:49 +01:00
Ky
f16b9c0ed6 search
Signed-off-by: Ky <virginie.ky@gmail.com>
2020-02-20 22:49:51 +01:00
HichamELBSI
265494803a Fix PR comments
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-20 14:28:37 +01:00
HichamELBSI
cc6a35551b Add single type navigation
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2020-02-20 11:53:57 +01:00
Alexandre Bodin
c1ac8b0106 Add apiId to get content type
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-20 11:44:35 +01:00
Alexandre Bodin
032b741751 Merge branch 'develop' into features/single-types 2020-02-19 15:05:22 +01:00
Alexandre Bodin
3cb66f6566 Update snapshots
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-19 12:16:59 +01:00
Alexandre Bodin
193bd5af0e Add apiId in content type infos
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-19 11:02:20 +01:00
Alexandre Bodin
db03d9d07d Add UID validation routes for CTM livechecks
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-19 10:54:44 +01:00
soupette
56db05845b Merge branch 'develop' of github.com:strapi/strapi into features/media-lib 2020-02-19 05:50:51 +01:00
soupette
6d384ddb6a Fixes #5260
Signed-off-by: soupette <cyril.lpz@gmail.com>
2020-02-18 14:31:28 +01:00
Alexandre Bodin
f6cf06d22c Add notNull validator for edition
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-18 09:02:48 +01:00
Alexandre Bodin
ae6049be73 Use yup transform to cast some values
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-17 16:14:29 +01:00
Alexandre Bodin
37b184d063 Fix test
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-17 15:54:49 +01:00
Alexandre Bodin
77b1a2944b Add mongoose uid type
Signed-off-by: Alexandre Bodin <bodin.alex@gmail.com>
2020-02-13 16:46:37 +01:00
soupette
6ff1ef77e8 Merge branch 'features/media-lib' of github.com:strapi/strapi into features/media-lib-listview 2020-02-13 13:03:40 +01:00