795 Commits

Author SHA1 Message Date
smoothdvd
65c03caede
Update packages/plugins/users-permissions/server/bootstrap/index.js
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-02-11 18:51:01 +08:00
tuxuuman
d3a0b225a6
Update packages/plugins/users-permissions/server/strategies/users-permissions.js
Co-authored-by: Alexandre BODIN <alexandrebodin@users.noreply.github.com>
2022-02-11 15:32:14 +05:00
Gustav Hansen
73853a16da chore: Update snapshot tests 2022-02-10 18:04:42 +01:00
harimkims
cebd7a892f Fix mutation related to roles not working 2022-02-10 17:08:59 +09:00
harimkims
adfc3ca3ad Corrected wrong description 2022-02-10 17:03:15 +09:00
harimkims
0a3c04f768 Fix deleteUsersPermissionsUser mutation not working 2022-02-10 16:42:51 +09:00
smoothdvd
24063c6c2f
using url-join lib to generate base url 2022-02-09 10:36:41 +08:00
vincentbpro
3708542b6b Merge branch 'master' into translations-cleanup/plural-syntax-improvements 2022-02-08 17:21:12 +01:00
vincentbpro
a596b5c4ff fix(translations): reordered translation files 2022-02-08 17:02:30 +01:00
smoothdvd
b71703e5f7
remove extra '/' in baseURL
Default redirect url setting in User-Permission's provider has a extra slash, because of apiPrefix has already contain a '/'.
2022-02-05 11:46:46 +08:00
Convly
af0cba8c5b v4.0.7 2022-02-02 16:11:26 +01:00
WalkingPizza
3ed05d3286 Allow rate limiter's config to be overridden for specific routes 2022-02-02 01:38:53 +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
WalkingPizza
a49141679c Handle user not found error in email confirmation 2022-01-28 22:03:23 +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
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
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
Abdón Rodríguez Davila
46cf9b88f1
Merge branch 'master' into split-auth-providers 2022-01-25 13:44:27 +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
tuxuuman
3ac3c5eef2
Merge branch 'master' into optimizing-and-refactoring 2022-01-21 07:52:39 +03:00
tuxuuman
73780089a0 returned another important condition 2022-01-21 04:42:07 +00: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
cc9a1b7e01
Merge pull request #11983 from tillschweneker/fix-env_path-variable
[FIX] respect custom ENV_PATH
2022-01-19 10:25:12 +01:00
kayac-chang
04d8de7c38 fix: handle user not found error 2022-01-14 14:34:17 +08: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
tuxuuman
8c173942a6 returned an important check condition 2022-01-08 15:46:36 +00:00
tuxuuman
07b0c1b590
Merge branch 'master' into optimizing-and-refactoring 2022-01-08 20:37:59 +05:00
Alexandre Bodin
48893ae3fc v4.0.3 2022-01-05 16:50:20 +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
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
57a70a0fb0 update existing translations 2022-01-02 16:40:22 +01:00
tuxuuman
6efdb43654 optimization and refactoring the verify function 2021-12-28 16:10:03 +00:00
Tano Abeleyra
65ebc6ffc4 Update user permissions plugin Spanish translation 2021-12-27 20:26:15 +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