1917 Commits

Author SHA1 Message Date
Convly
a7592e04a9 use default config instead of the dedicated service 2021-11-10 16:04:32 +01:00
Convly
f025deffe9 Merge branches 'v4/graphql-subscriptions' and 'releases/v4' of github.com:strapi/strapi into v4/graphql-subscriptions 2021-11-10 11:19:53 +01:00
Convly
69d8b20f1b Disable subscriptions by default, change how to handle the type in wrapResolvers 2021-11-10 11:18:35 +01:00
soupette
d5f575cb0d Fix conflicts
Signed-off-by: soupette <cyril@strapi.io>
2021-11-10 08:44:18 +01:00
Convly
07fef39592 Merge branch 'releases/v4' of github.com:strapi/strapi into v4/up-resolvers-picker-fix 2021-11-09 18:38:20 +01:00
ronronscelestes
56feffb15b updated snapshots 2021-11-09 16:19:41 +01:00
Pierre Noël
36395aab78 allow unknown parameters for user creation of this UP plugin 2021-11-09 15:42:46 +01:00
soupette
b416194cc9 Remove old components from helper
Signed-off-by: soupette <cyril@strapi.io>
2021-11-09 13:40:23 +01:00
soupette
62ee4228e5 Remove reactstrap dependency
Signed-off-by: soupette <cyril@strapi.io>
2021-11-09 13:30:53 +01:00
HichamELBSI
2c98215491 Fix storyshots
Signed-off-by: HichamELBSI <elabbassih@gmail.com>
2021-11-09 12:15:28 +01:00
vincentbpro
a154b73e9c Merge branch 'releases/v4' of github.com:strapi/strapi into v4/fix-fetch-all-entries 2021-11-09 11:15:10 +01:00
Convly
cf5e4078b5 Merge branch 'releases/v4' of github.com:strapi/strapi into v4/graphql-subscriptions 2021-11-08 17:35:36 +01:00
vincentbpro
73e5b672fd fix: negative limit without maxLimit (graphql) 2021-11-08 17:17:56 +01:00
Convly
16ab717fb2 Merge branch 'releases/v4' of github.com:strapi/strapi into v4/new-sanitize-fixes 2021-11-08 15:53:58 +01:00
Convly
8d4f8ddd57 Simplify & abstract common sanitize logic 2021-11-08 15:52:42 +01:00
ronronscelestes
e0e415551b updated tests 2021-11-08 12:17:38 +01:00
ronronscelestes
535645b894 updated to version 63 and replaced Typography component from coming from Text to Typography 2021-11-08 12:07:14 +01:00
Alexandre Bodin
42b87679bb Refactor policies to have a consistent factory API like middlewares 2021-11-08 09:33:36 +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
soupette
57b7566a3d Clean trads
Signed-off-by: soupette <cyril@strapi.io>
2021-11-05 16:37:25 +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
d0090ce89a Remove fontawesome icon for plugins link
Signed-off-by: soupette <cyril@strapi.io>
2021-11-05 15:09:06 +01:00
ronronscelestes
8988da348b Merge branch 'releases/v4' of https://github.com/strapi/strapi into v4/search-url-query 2021-11-05 13:36:48 +01:00
ronronscelestes
7f16b2e465 merge conflict 2021-11-05 13:36:18 +01:00
Convly
05c5e4860e Sanitize user information for email templates 2021-11-05 10:45:25 +01:00
Pierre Noël
c6a5a047d6 Merge branch 'releases/v4' into v4/error-handling 2021-11-05 10:40:11 +01:00
Pierre Noël
db1cb3040c refactor error-handling PR 2021-11-05 10:13:43 +01:00
Alexandre BODIN
6d23a0e2da
Merge pull request #11470 from strapi/v4/allow-using-all-for-locale-arg
[V4] Allow using all for locale arg
2021-11-04 18:29:52 +01:00
Convly
d6516116b2 Move pipeAsync to @strapi/utils 2021-11-04 16:43:27 +01:00
ronronscelestes
42162ff2cd updated search component in user permission roles 2021-11-04 16:30:22 +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
Convly
14d6a5b2c4 Fix users-permissions user controllers permissions 2021-11-04 15:18:09 +01:00
soupette
32ffeec72b Upgrade DS
Signed-off-by: soupette <cyril@strapi.io>
2021-11-04 14:49:53 +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
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
b4c9ad0440 refacto graphql errors 2021-11-04 11:42:43 +01:00
Pierre Noël
b58274aecb refactor error handling 2021-11-04 11:41:29 +01:00
Pierre Noël
7a82d023fb rename name to displayName 2021-11-02 18:29:17 +01:00
ronronscelestes
a10953ffb9
QA/ Wysiwyg link button size (#11441)
* attempt to fix link svg in wysiwyg

* fixed more label button

* fixed tests
2021-11-02 18:00:31 +01:00
soupette
c3147e90c2 Disable conditions in EE
Signed-off-by: soupette <cyril@strapi.io>
2021-11-02 15:29:49 +01:00
soupette
cac3498ceb Upgrade design system
Signed-off-by: soupette <cyril@strapi.io>
2021-11-02 10:50:53 +01:00
soupette
4a199413ce Add combobox to i18n settings
Signed-off-by: soupette <cyril@strapi.io>
2021-11-02 09:24:02 +01:00
soupette
c546768aa3 updgrade design system
Signed-off-by: soupette <cyril@strapi.io>
2021-10-28 16:11:11 +02:00
soupette
c7dbfc6f88 Update all icons with the new set
Signed-off-by: soupette <cyril@strapi.io>
2021-10-27 12:30:54 +02:00
soupette
e137f46d85 Change parts import name
Signed-off-by: soupette <cyril@strapi.io>
2021-10-27 10:36:00 +02:00
Alexandre Bodin
4fa751d519 Move u&p providers urls 2021-10-26 16:51:29 +02:00