185 Commits

Author SHA1 Message Date
Alexandre BODIN
644624d441
Merge pull request #11866 from guyathomas/guyathomas/unpin-graphql-version
unpin graphql and regenerate lockfile
2022-01-25 10:41:57 +01:00
Alexandre BODIN
45020eee06 v4.0.5 2022-01-19 18:44:22 +01:00
Alexandre BODIN
ac58311b1b
Merge pull request #12033 from tanoabeleyra/es-translations
Update Spanish translations
2022-01-19 11:18:24 +01:00
Alexandre BODIN
5cbbb5bdaa
Merge pull request #12071 from VK-Media/update-danish-translations
Update danish translations
2022-01-19 10:45:53 +01:00
Alexandre BODIN
1489a26bcb
Merge pull request #12080 from strapi/feature/policyError
Add PolicyError error class for use in policies
2022-01-19 10:38:00 +01:00
Alexandre BODIN
12f4972fde
Merge branch 'master' into guyathomas/unpin-graphql-version 2022-01-19 10:23:33 +01:00
Alexandre Bodin
d81919ac22 v4.0.4 2022-01-10 09:05:07 -08:00
Alexandre Bodin
48893ae3fc v4.0.3 2022-01-05 16:50:20 +01:00
Jean-Sébastien Herbaux
dd0c256cef
Merge branch 'master' into fix/graphql-enum-not-generated 2022-01-05 16:11:54 +01:00
soupette
b234d91c4f Merge branch 'master' of github.com:strapi/strapi into upgrade-webpack-config 2022-01-04 15:30:26 +01:00
derrickmehaffy
4dbb64e8a2 change default policies error
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-01-03 06:25:18 -07:00
soupette
61fe669fb6 Specify minimum node version to be 12.22.0
Signed-off-by: soupette <cyril@strapi.io>
2022-01-03 11:55:52 +01:00
Robin Louis van Komen
3e0259477e add new translations 2022-01-02 16:40:32 +01:00
Tano Abeleyra
ad86c3d638 Add GraphQL plugin Spanish translation 2021-12-27 20:09:36 +01:00
harimkims
f91376c407 Remove console.log
Signed-off-by: harimkims <harimkims@gmail.com>
2021-12-23 11:44:40 +09:00
harimkims
780247117f Fix GraphQL enums are genereated as String type
Signed-off-by: harimkims <harimkims@gmail.com>
2021-12-23 10:59:24 +09:00
Convly
0c558d92fa Take the playgroundAlways option into account for the graphql playground 2021-12-22 17:15:46 +01:00
Alexandre Bodin
fd656a4769 v4.0.2 2021-12-22 16:04:10 +01:00
Alexandre Bodin
e2cd01e8c6 v4.0.1 2021-12-22 10:43:38 +01:00
Alexandre BODIN
8ae6fd5ae7
Merge branch 'master' into chore/test-config 2021-12-14 15:56:27 +01:00
vincentbpro
a5ac20dda0 fix: avoid divided by zero issue 2021-12-14 10:41:47 +01:00
Guy Thomas
b3e2e4db35 unpin graphql and regenerate lockfile 2021-12-10 11:02:22 +11:00
vincentbpro
eab466bb65 Merge branch 'master' into v4/fix-fetch-all-entries 2021-12-02 16:04:49 +01:00
Kim, Harim
2b635fe656
Enumeration filter support for GraphQL (#11754)
* Enumeration filter support for GraphQL

Signed-off-by: harimkims <harimkims@gmail.com>

* Fix failed e2e test
2021-12-02 11:55:29 +01:00
Fabien del Carmen
e1ff4b052c
Merge branch 'master' into chore/test-config 2021-12-01 11:20:39 +01:00
Convly
df8bfe46e9 Merge branch 'master' of github.com:strapi/strapi into plugins/graphql/fix-upload-scopes-and-bump-version 2021-11-30 16:34:35 +01:00
Convly
0d7d430469 Bump graphql-upload version & link content API scope to the custom mutations 2021-11-30 16:27:59 +01:00
Alexandre Bodin
57ec94a4ce Remove snyk files. We switched to their github integration instead 2021-11-30 14:22:48 +01:00
fdel-car
3864399eb8 Merge branch 'master' into chore/test-config 2021-11-30 12:36:11 +01:00
Alexandre Bodin
b181702f02 v4.0.0 2021-11-29 20:16:44 +01:00
Alexandre Bodin
bda6c8a95b Merge master 2021-11-29 18:46:14 +01:00
DMehaffy
7e874e00a0 Update all documentation links to new docs url (#11424)
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2021-11-29 18:13:52 +01:00
Dieter Stinglhamber
cb7f44ea41 make author and maintainers field consistent accross packages 2021-11-29 16:23:55 +01:00
Alexandre Bodin
c288dcb902 Cleanup and normalize package.json files 2021-11-29 15:13:33 +01:00
Convly
6b2ea4039f Fix image querying in graphql relations 2021-11-24 16:19:50 +01:00
vincentbpro
cc4ffd1f57 Merge branch 'releases/v4' into v4/fix-fetch-all-entries 2021-11-23 16:22:48 +01:00
vincentbpro
9b244f8816 fix: pageSize meta improved 2021-11-22 10:46:03 +01:00
Alexandre BODIN
85884e42e4
Merge pull request #11630 from strapi/v4/graphql-only-register-writable-attributes-to-inputs
[V4] GraphQL - Only keep writable attributes in input types
2021-11-19 09:47:02 +01:00
Convly
7716baa483 Use isWritableAttribute from contentTypes utils 2021-11-18 17:15:33 +01:00
Convly
d9dd66de4d Only register writable attributes in input types 2021-11-18 16:36:29 +01:00
Convly
4a2f331120 Use getModel instead of contentTypes[] to handle both content types & components in components resolvers 2021-11-18 16:20:08 +01:00
soupette
5767590ac4 Merge branch 'releases/v4' of github.com:strapi/strapi into v4/plugins-page 2021-11-17 14:43:46 +01:00
Convly
f4bc56b1af Remove manually added timestamps from graphql types definition 2021-11-16 14:04:57 +01:00
Alexandre BODIN
6d18f8c15c
Merge pull request #11580 from strapi/v4/graphql-fix-component-filtering
[V4] GraphQL - Fix components' filtering
2021-11-16 11:07:26 +01:00
Convly
44aabde4dd Fix component filtering 2021-11-15 18:12:06 +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