729 Commits

Author SHA1 Message Date
Jean-Sébastien Herbaux
c4a6ca50f0
Merge pull request #12227 from kerimabdy/add-tk-iso-code
Add Turkmen ISO 639-1 locale code
2022-02-02 11:42:37 +01:00
Jean-Sébastien Herbaux
ae5010efc2
Merge pull request #12276 from thomas-br/patch-1
Fixing double hashing issue for users-permissions passwords
2022-01-31 11:42:46 +01:00
thomas-br
0e65636013
Removing whitespace 2022-01-29 22:38:55 +01:00
thomas-br
c85208bf97 Merge branch 'patch-1' of github.com:thomas-br/strapi into patch-1 2022-01-29 22:33:34 +01:00
thomas-br
e602d645be correcting entity update 2022-01-29 22:16:18 +01:00
ronronscelestes
6016485f3c merge bis bis + fix merge conflicts 2022-01-28 15:32:19 +01:00
Convly
5b48053946 v4.0.6 2022-01-28 15:08:27 +01:00
ronronscelestes
4af5e6ded3 Merge branch 'master' of https://github.com/strapi/strapi into fix/required-field 2022-01-28 13:53:56 +01:00
ronronscelestes
4ac074fa20 Merge branch 'fix/required-field' of https://github.com/strapi/strapi into fix/required-field 2022-01-28 13:11:10 +01:00
ronronscelestes
bb222c995d
Required-field: Bump ds 74 (#12335) 2022-01-28 11:47:47 +01:00
kerimabdy
2b61952e41
Merge branch 'master' into add-tk-iso-code 2022-01-27 16:45:26 +05:00
kerimabdy
704447dc99
Update iso-locales.test.js.snap 2022-01-27 16:04:42 +05:00
thomas-br
c30ef816ad
Merge branch 'master' into patch-1 2022-01-27 10:16:18 +01:00
thomas-br
5ae82c0edf correcting entity create 2022-01-27 10:15:04 +01:00
Rémi de Juvigny
9737195dcf Add graphql peerdependency 2022-01-26 14:15:01 +01:00
Rémi de Juvigny
de0c1244b2 Add strapi as peerDependency to plugins 2022-01-26 13:14:51 +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
thomas-br
efcaa982d3 relying on core password-hashing 2022-01-23 14:35:31 +01:00
thomas-br
e3e89ef7bd
Fixing double hashing issue (core entity-service transform) 2022-01-23 14:02:12 +01:00
Pierre Noël
4d51e8131c
Merge branch 'master' into fix/enable-session-middleware 2022-01-21 14:01:12 +01:00
kerimabdy
c918587af1
Merge branch 'master' into add-tk-iso-code 2022-01-20 10:03:52 +05: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
kerimabdy
9934f7c1c7
Merge branch 'master' into add-tk-iso-code 2022-01-19 16:08:44 +05: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
kerimabdy
88aaa5f1b7
Add Turkmen ISO 639-1 locale code 2022-01-18 11:52:06 +05: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