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
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
WalkingPizza
3ed05d3286
Allow rate limiter's config to be overridden for specific routes
2022-02-02 01:38:53 +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
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
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
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
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
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
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
tuxuuman
6efdb43654
optimization and refactoring the verify function
2021-12-28 16:10:03 +00:00
tillschweneker
6ba1a78cc7
[FIX] respect custom ENV_PATH when setting JWT_SECRET
2021-12-22 10:15:15 +01:00
Kim, Harim
8ad91851a3
Merge branch 'master' into fix/populate-user
2021-12-22 07:14:25 +09: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
harimkims
54d10ec83c
Fix e2e test
2021-12-21 11:24:39 +09:00
harimkims
5ba0d2d657
Fix unable to populate user
...
Signed-off-by: harimkims <harimkims@gmail.com>
2021-12-21 10:43:36 +09:00
harimkims
26c8dfbe5f
send filter in context query
...
Signed-off-by: harimkims <harimkims@gmail.com>
2021-12-14 19:30:24 +09:00
harimkims
74dee39682
Fix unable to filter users, add e2e test
2021-12-04 21:50:54 +09: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
Pierre Noël
b0b4135ce0
remove defaults key from stored grant config
2021-11-29 16:05:45 +01:00
Alexandre Bodin
1d6e3ef529
Fix url join
2021-11-29 10:41:26 +01:00
Dieter Stinglhamber
0446793ee9
use pluginOption visibility
2021-11-23 10:37:08 +01:00
Alexandre BODIN
d3aedca699
Merge pull request #11579 from strapi/v4/allow-access-token-param
...
Allow access_token query param for auth
2021-11-16 09:34:36 +01:00
Alexandre Bodin
113bea8e7f
Support query access_token
2021-11-16 09:25:55 +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
25e62db93a
use 'sanitizers' instead of 'utils'
2021-11-10 17:08:54 +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
Pierre Noël
36395aab78
allow unknown parameters for user creation of this UP plugin
2021-11-09 15:42:46 +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
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
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