19515 Commits

Author SHA1 Message Date
ronronscelestes
42162ff2cd updated search component in user permission roles 2021-11-04 16:30:22 +01:00
ronronscelestes
63fa310c67 removed unnecessary comment 2021-11-04 16:11:26 +01:00
ronronscelestes
02898a396f feedback tests 2021-11-04 16:08:23 +01:00
Convly
9b30189999 Allow using 'all' as a locale arg 2021-11-04 15:59:50 +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
Rémi de Juvigny
0e57271fd9
Merge pull request #11462 from strapi/fix/npm-templates
[v4] Fix template install from npm
2021-11-04 15:44:15 +01:00
ronronscelestes
aebb87b5e5 component feedback 2021-11-04 15:41:47 +01:00
cyril lopez
50a6bdd649
Merge pull request #11361 from strapi/v4/media-library-cm
V4/media library cm
2021-11-04 15:29:55 +01:00
cyril lopez
982c00b697
Merge pull request #11468 from strapi/cm/sorting-menu
Fix CM leftmenu sorting and remove options for medias and relations
2021-11-04 15:22:38 +01:00
soupette
1f73009403 Fix CM leftmenu sorting and remove options for medias and relations
Signed-off-by: soupette <cyril@strapi.io>
2021-11-04 15:22:02 +01:00
Convly
14d6a5b2c4 Fix users-permissions user controllers permissions 2021-11-04 15:18:09 +01:00
cyril lopez
8190b6195b
Merge pull request #11466 from strapi/ml/add-uploaded-files-to-selection
[v4] ML : add uploaded files to selection
2021-11-04 15:11:36 +01:00
ronronscelestes
345b8ac158 fixed story name 2021-11-04 14:54:56 +01:00
soupette
f328cfb520 Merge branch 'v4/media-library-cm' of github.com:strapi/strapi into ml/add-uploaded-files-to-selection 2021-11-04 14:52:59 +01:00
soupette
639e89a8b9 Merge branch 'releases/v4' of github.com:strapi/strapi into v4/media-library-cm 2021-11-04 14:52:21 +01:00
cyril lopez
21644744d3
Merge pull request #11467 from strapi/upgrade/design
Upgrade DS
2021-11-04 14:50:21 +01:00
soupette
32ffeec72b Upgrade DS
Signed-off-by: soupette <cyril@strapi.io>
2021-11-04 14:49: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
cyril lopez
8cf452587f
Merge pull request #11460 from strapi/ml/fix-file-deletion
[v4] Media Library: fix file deletion in CM
2021-11-04 14:43:52 +01:00
ronronscelestes
b343e96a4f added tests 2021-11-04 14:37:11 +01:00
Alexandre BODIN
0e34828263
Merge pull request #11461 from strapi/v4/plugins-page-api
Add /plugins list api and update description to be plain english for now
2021-11-04 14:33:20 +01:00
Rémi de Juvigny
1e371f6942 Remove useless path.join 2021-11-04 14:01:02 +01:00
Rémi de Juvigny
ca729a8f68 Use require resolve 2021-11-04 13:16:51 +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
ronronscelestes
d4d462eefc search url query submit and clear 2021-11-04 11:50:50 +01:00
Pierre Noël
cb098ec280 clean yup validations 2021-11-04 11:42:45 +01:00
Pierre Noël
37500df27c fix graphql error handling 2021-11-04 11:42:45 +01:00
Pierre Noël
ec07719f3b better graphql error formatting 2021-11-04 11:42:44 +01:00
Pierre Noël
ebb124de4b change graphql error handling with originalError 2021-11-04 11:42:44 +01:00
Pierre Noël
d1b78ea881 fix apollo-server-errors version in yarn.lock 2021-11-04 11:42:44 +01:00
Pierre Noël
194321591e fix EE e2e tests 2021-11-04 11:42:43 +01:00
Pierre Noël
70c98f7ed9 fix error handling in entity-service 2021-11-04 11:42:43 +01:00
Pierre Noël
b4c9ad0440 refacto graphql errors 2021-11-04 11:42:43 +01:00
Pierre Noël
0a6200ac2f fix unit tests 2021-11-04 11:42:40 +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
ronronscelestes
0ad390f229 init search url query component 2021-11-04 11:30:32 +01:00
soupette
6935263bf5 Fix file deletion
Signed-off-by: soupette <cyril@strapi.io>
2021-11-04 11:21:43 +01:00
Rémi de Juvigny
97defacf47 Fix template install from npm 2021-11-04 10:46:52 +01:00
cyril lopez
09027c6168
Merge pull request #11459 from strapi/ctb/fix-relation-row
[V4] CTB Fix relation display
2021-11-04 08:47:25 +01:00
soupette
b71ffd0a9c Fix relation display
Signed-off-by: soupette <cyril@strapi.io>
2021-11-04 08:28:08 +01:00
soupette
4d907c873c Merge branch 'releases/v4' of github.com:strapi/strapi into v4/media-library-cm 2021-11-04 08:00:43 +01:00
Alexandre BODIN
0213c1a769
Merge pull request #11457 from strapi/v4/component-rename-name
V4/component rename name
v4.0.0-beta.9
2021-11-03 17:46:54 +01:00
ronronscelestes
533b339dd1 Merge branch 'releases/v4' of https://github.com/strapi/strapi into filter-cm-fix 2021-11-03 16:54:05 +01:00
ronronscelestes
d59d7d1c80 added handleBlur for ML FilterPopover 2021-11-03 16:51:39 +01:00
ronronscelestes
4edb9860b4 added handleBlur for users settings filters 2021-11-03 16:39:14 +01:00
Pierre Noël
0639ad5bc6 fix getstarted simple compo schema 2021-11-03 15:24:54 +01:00
Alexandre BODIN
82207a065c
Merge pull request #11449 from strapi/v4/rename-component-front
[V4] Rename component name by displayName
2021-11-03 14:52:41 +01:00
Alexandre BODIN
7b3bbea4d1
Merge pull request #11445 from strapi/v4/component-rename-name-back
rename name to displayName
2021-11-03 14:51:24 +01:00