1705 Commits

Author SHA1 Message Date
cyril lopez
efc9934f8f
Merge pull request #11391 from strapi/filter-cm-fix
QA/ Filter onBlur
2021-11-08 08:01:33 +01:00
Alexandre BODIN
5b04fa152d
Merge pull request #11307 from strapi/v4/error-handling
refactor error handling
2021-11-05 18:38:40 +01:00
ronronscelestes
54c8c8b550 Merge branch 'releases/v4' of https://github.com/strapi/strapi into search-ml-cm 2021-11-05 17:34:13 +01:00
ronronscelestes
352e32c7f0 added tests 2021-11-05 17:34:07 +01:00
ronronscelestes
1481647fa9 fixed no result for search 2021-11-05 17:02:34 +01:00
ronronscelestes
beca75eb5b feedback fix 2021-11-05 16:46:24 +01:00
soupette
57b7566a3d Clean trads
Signed-off-by: soupette <cyril@strapi.io>
2021-11-05 16:37:25 +01:00
ronronscelestes
3f9110bf31 merge conflict 2021-11-05 16:22:52 +01:00
cyril lopez
da666285c9
Merge pull request #11483 from strapi/fix/library
Fix media fields register
2021-11-05 16:16:31 +01:00
cyril lopez
234dd5a76c
Merge pull request #11480 from strapi/v4/search-url-query
V4/ Search url query
2021-11-05 15:54:45 +01:00
soupette
cb655bc660 Fix media fields register
Signed-off-by: soupette <cyril@strapi.io>
2021-11-05 15:52:41 +01:00
cyril lopez
81b89469ae
Merge pull request #11477 from strapi/ml/fix-allowed-types
[V4] ML in CM: Add allowed types to input media
2021-11-05 15:14:36 +01:00
soupette
d0090ce89a Remove fontawesome icon for plugins link
Signed-off-by: soupette <cyril@strapi.io>
2021-11-05 15:09:06 +01:00
soupette
56ce5de7ec Fix PR feedback
Signed-off-by: soupette <cyril@strapi.io>
2021-11-05 14:45:30 +01:00
ronronscelestes
8d6a0f9fae SearchAsset integrated 2021-11-05 14:43:00 +01:00
ronronscelestes
3762084ea3 init SearchAsset component 2021-11-05 13:54:20 +01:00
ronronscelestes
7f16b2e465 merge conflict 2021-11-05 13:36:18 +01:00
ronronscelestes
fa0583f928 handleClear search 2021-11-05 12:29:22 +01:00
soupette
5f3c6f4ca8 Add allowed types to input media
Signed-off-by: soupette <cyril@strapi.io>
2021-11-05 12:17:02 +01:00
ronronscelestes
30b2604c6c handleChange and submit search 2021-11-05 12:02:46 +01:00
ronronscelestes
1ed526fe23 attempt query get 2021-11-05 11:55:00 +01:00
ronronscelestes
c921626baf init handleChange search 2021-11-05 11:38:00 +01:00
ronronscelestes
b40aa45cf5 init search in ML CM 2021-11-05 11:34:53 +01:00
Pierre Noël
c6a5a047d6 Merge branch 'releases/v4' into v4/error-handling 2021-11-05 10:40:11 +01:00
Convly
7c560e3b94 Move the eventHub sanitize logic to the eventHub declaration 2021-11-05 10:36:10 +01:00
Pierre Noël
db1cb3040c refactor error-handling PR 2021-11-05 10:13:43 +01:00
ronronscelestes
2f3a93eae0 replaced search component in ML 2021-11-04 17:02:34 +01:00
Jean-Sébastien Herbaux
7f285fb755
[V4] Enhanced sanitize & remove restricted relations from content API's payloads (#11411)
* Rework sanitizeEntity, first iteration

* remove console.log

* Remove useless comments

* Fix e2e tests

* Fix up user e2e test

* Fix remove-restricted-relations visitor

* Handle grapqhql resolver, prevent access to restricted relations

* Handle polymorphic relation in the related visitor

* Remove morph attribute if empty

* Use only the find action to check if the relation is allowed
2021-11-04 15:47:53 +01:00
soupette
98feaeeabe Add uploaded file to entry in cm
Signed-off-by: soupette <cyril@strapi.io>
2021-11-04 14:46:34 +01:00
Alexandre Bodin
8a018619ef Add /plugins list api and update description to be plain english for now 2021-11-04 12:01:49 +01:00
Pierre Noël
cb098ec280 clean yup validations 2021-11-04 11:42:45 +01:00
Pierre Noël
b4c9ad0440 refacto graphql errors 2021-11-04 11:42:43 +01:00
Pierre Noël
a58d15407a fix unit:test 2021-11-04 11:42:09 +01:00
Pierre Noël
1b18aa971c fix error handling on upload plugin 2021-11-04 11:41:32 +01:00
Pierre Noël
b58274aecb refactor error handling 2021-11-04 11:41:29 +01:00
soupette
6935263bf5 Fix file deletion
Signed-off-by: soupette <cyril@strapi.io>
2021-11-04 11:21:43 +01:00
ronronscelestes
d59d7d1c80 added handleBlur for ML FilterPopover 2021-11-03 16:51:39 +01:00
soupette
f92111b56f Add sort to ML in CM
Signed-off-by: soupette <cyril@strapi.io>
2021-11-03 09:29:01 +01:00
soupette
3b0d482080 Add pagination footer to cm ml
Signed-off-by: soupette <cyril@strapi.io>
2021-11-03 09:15:49 +01:00
soupette
fc39eaf32d Add pagesize
Signed-off-by: soupette <cyril@strapi.io>
2021-11-02 18:07:33 +01:00
soupette
3a4128883b Fix snapshots
Signed-off-by: soupette <cyril@strapi.io>
2021-11-02 17:14:19 +01:00
soupette
b1a4247bf2 Import cropper css
Signed-off-by: soupette <cyril@strapi.io>
2021-11-02 17:12:15 +01:00
soupette
2220487a46 Fix RBAC in input file
Signed-off-by: soupette <cyril@strapi.io>
2021-11-02 16:08:47 +01:00
Marvin Frachet
001bcf8dcb
Remove old ML code (#11410) 2021-11-02 08:52:06 +01:00
mfrachet
b7007e4645 Fix conflicts 2021-10-29 16:29:26 +02:00
mfrachet
cc8463b434 Merge branch 'releases/v4' of https://github.com/strapi/strapi into v4/media-library-cm 2021-10-29 16:13:54 +02:00
mfrachet
12f2f13d21 Aligning items 2021-10-29 09:55:31 +02:00
soupette
53996d4015 Fix Filter button
Signed-off-by: soupette <cyril@strapi.io>
2021-10-29 09:46:51 +02:00
mfrachet
5c13cc82ba DnD on ML / CM for the carousel empty state 2021-10-29 09:22:32 +02:00
soupette
29c7c1fb1c Upgrade design system
Signed-off-by: soupette <cyril@strapi.io>
2021-10-29 08:58:02 +02:00