710 Commits

Author SHA1 Message Date
Abdón Rodríguez Davila
46cf9b88f1
Merge branch 'master' into split-auth-providers 2022-01-25 13:44:27 +01:00
Pierre Noël
56407e83c5
Merge branch 'master' into fix/enable-session-middleware 2022-01-25 11:07:08 +01:00
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
Pierre Noël
4d51e8131c
Merge branch 'master' into fix/enable-session-middleware 2022-01-21 14:01:12 +01:00
Alexandre BODIN
45020eee06 v4.0.5 2022-01-19 18:44:22 +01:00
Pierre Noël
e230827335 fix dynamic callback 2022-01-19 17:12:59 +01:00
Pierre Noël
c4fee8e676 use strapi.log.info + replace uuid by crypto + remove dead code 2022-01-19 17:12:57 +01:00
Pierre Noël
da9b064536 add session middleware + remove authentication using url param access_token 2022-01-19 17:10:41 +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
cc9a1b7e01
Merge pull request #11983 from tillschweneker/fix-env_path-variable
[FIX] respect custom ENV_PATH
2022-01-19 10:25:12 +01:00
Alexandre BODIN
12f4972fde
Merge branch 'master' into guyathomas/unpin-graphql-version 2022-01-19 10:23:33 +01:00
Abdón Rodríguez Davila
59d151644f Split providers and grant config to a new files
Signed-off-by: Abdón Rodríguez Davila <a@abdonrd.com>
2022-01-13 16:37:50 +01:00
Pierre Noël
d4b59a1029 fix confirmation url missing the api prefix 2022-01-10 18:13:19 +01:00
Alexandre Bodin
d81919ac22 v4.0.4 2022-01-10 09:05:07 -08:00
cyril lopez
bf289b0005
Merge branch 'master' into fix/infinite-loading-filling-in-another-locale 2022-01-10 09:43:29 +01:00
harimkims
364a5f2b3d Remove old _id field 2022-01-06 20:24:35 +09: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
Kim, Harim
0fd0f57126
Fix Update user does not update component attribute (#11871)
* use entityService to update user instead of old query, add update test

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

* fix e2e test

* Add component update test

* Remove console.log

Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2022-01-05 15:54:58 +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
Robin Louis van Komen
57a70a0fb0 update existing translations 2022-01-02 16:40:22 +01:00
Tano Abeleyra
65ebc6ffc4 Update user permissions plugin Spanish translation 2021-12-27 20:26:15 +01:00
Tano Abeleyra
25719c52c8 Add i18n plugin translations 2021-12-27 20:09:40 +01:00
Tano Abeleyra
b00e8705a2 Add Sentry plugin Spanish translation 2021-12-27 20:09:40 +01:00
Tano Abeleyra
ad86c3d638 Add GraphQL plugin Spanish translation 2021-12-27 20:09:36 +01:00
Tano Abeleyra
25ba9b5985 Update documentation Spanish translation 2021-12-27 00:01:25 +01:00
harimkims
976e66b80e Fix infinite loading caused when filling from another locale
Signed-off-by: harimkims <harimkims@gmail.com>
2021-12-26 22:22:19 +09: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
tillschweneker
6ba1a78cc7 [FIX] respect custom ENV_PATH when setting JWT_SECRET 2021-12-22 10:15:15 +01:00
Kim, Harim
93de45cc2e
Add test for Content API filter by locale (#11961)
* Fix unable to filter by locale

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

* Fix failed e2e test

* Revert modifying decorator test, Add locale filter key

* Revert supporting both locale, _locale format

* Replace _locale with locale

* Replace _locale params with locale in test

* Rename testing for default locale filtering

Co-authored-by: Jean-Sébastien Herbaux <jean-sebastien.herbaux@epitech.eu>
2021-12-21 13:43:25 +01:00
Kim, Harim
bd0aa9e9f5
Fix unable to reset password in GraphQL mutation (#11964)
Signed-off-by: harimkims <harimkims@gmail.com>
2021-12-21 11:45:18 +01:00
Fabien del Carmen
66ca7b2f4f
Merge branch 'master' into chore/test-config 2021-12-14 16:32:01 +01:00
Alexandre BODIN
8ae6fd5ae7
Merge branch 'master' into chore/test-config 2021-12-14 15:56:27 +01:00
Alexandre BODIN
a7ddc34d4e
Merge branch 'master' into fix/11789 2021-12-14 14:11:50 +01:00
Alexandre BODIN
12852dd36c
Merge pull request #11479 from strapi/v4/fix-fetch-all-entries
Fetch all entries with limit -1
2021-12-14 14:04:26 +01:00
harimkims
26c8dfbe5f send filter in context query
Signed-off-by: harimkims <harimkims@gmail.com>
2021-12-14 19:30:24 +09:00
vincentbpro
a5ac20dda0 fix: avoid divided by zero issue 2021-12-14 10:41:47 +01:00
Alexandre BODIN
da73164fbc
Merge pull request #11734 from iicdii/translation-ko
Update ko translation, add missing key
2021-12-14 10:14:09 +01:00
Guy Thomas
b3e2e4db35 unpin graphql and regenerate lockfile 2021-12-10 11:02:22 +11:00
Alexandre BODIN
398ecd9071
Merge pull request #11752 from strapi/v4/product-copy-text-changes-v1
Product copy text changes v1
2021-12-09 10:13:34 +01:00
harimkims
74dee39682 Fix unable to filter users, add e2e test 2021-12-04 21:50:54 +09:00