1233 Commits

Author SHA1 Message Date
Alexandre BODIN
4622e4be82
Merge pull request #11552 from strapi/v4/graphql-add-id-filter-ct
[V4] Add an ID key to the collection type's filters in GraphQL
2021-11-15 19:27:24 +01:00
ronronscelestes
70065d9639 fixed snapshots for plugin and settings documentation not waiting for data to be loaded 2021-11-15 19:15:25 +01:00
ronronscelestes
daf2e5010d
[DS] Typography Users&Permissions/Roles (#11569)
* create a role done

* edit a role done

* list page done

* updated tests

* feedback fix

* updated tests
2021-11-15 18:27:32 +01:00
Convly
44aabde4dd Fix component filtering 2021-11-15 18:12:06 +01:00
ronronscelestes
8f2e2d9384 typography integrated 2021-11-15 17:36:45 +01:00
ronronscelestes
95d0e80128 typography integrated 2021-11-15 16:58:13 +01:00
ronronscelestes
8450dd87b3 typography integrated 2021-11-15 16:39:36 +01:00
ronronscelestes
e92b85943a typography integrated 2021-11-15 16:14:02 +01:00
Convly
09aaa1202e Merge branch 'releases/v4' of github.com:strapi/strapi into v4/graphql-add-id-filter-ct 2021-11-15 15:53:38 +01:00
Convly
e9e16b1fc9 Fix date filtering by not treating date objects as operators groups 2021-11-12 16:30:48 +01:00
Convly
ad8a5e7634 Handle case where the filter is manually disabled 2021-11-12 15:15:41 +01:00
Convly
bac9e8145e Add an ID filter to the collection type's args 2021-11-12 15:07:32 +01:00
Alexandre BODIN
f4facb654b
Merge pull request #11475 from strapi/v4/new-sanitize-fixes
[V4] Enhancements for the new sanitize processes
2021-11-12 14:52:47 +01:00
Convly
da41a49612 Use config module instead 2021-11-12 10:07:08 +01:00
Convly
cf96129d7c Don't remove Subscription type if subscriptions are disabled 2021-11-12 10:05:11 +01:00
Convly
25e62db93a use 'sanitizers' instead of 'utils' 2021-11-10 17:08:54 +01:00
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