Alexandre Bodin
fbc7e882f4
Apply feedback and finish some tasks
2022-08-02 20:58:37 +02:00
Alexandre Bodin
85b3e7de32
Merge branch 'master' into feature/user-permissions-change-password
2022-08-02 20:22:13 +02:00
Convly
bdb5a3ee89
Merge branch 'releases/4.3.0' into features/typescript
2022-06-30 16:08:51 +02:00
Alexandre Bodin
f925e93db4
Complete U&P documentation
2022-06-04 09:48:31 +02:00
Alexandre Bodin
f7f9ecc898
Fix check login before checking status
2022-06-01 20:35:43 +02:00
Alexandre Bodin
bb5500fe0b
Remove console.log
2022-06-01 20:13:57 +02:00
Alexandre Bodin
64852e9cda
Allow query params for /me
2022-06-01 19:11:18 +02:00
Alexandre Bodin
291e2b6835
Cleanup email confirmation api
2022-06-01 17:59:30 +02:00
Alexandre Bodin
e42e6444d7
Refactor providers and cleanup auth code
2022-06-01 16:22:19 +02:00
Alexandre Bodin
9c81bcaacb
Fix username vs email registration and login issues
2022-05-31 19:38:08 +02:00
Alexandre Bodin
4f02ba6b74
wip
2022-05-31 14:06:58 +02:00
Convly
66e3aa5dcb
Merge branch 'master' into features/typescript
2022-05-24 08:02:38 +02:00
Alexandre BODIN
23083223e4
Merge pull request #12196 from kayac-chang/fix/handle-update-error-if-user-not-found
...
fix: handle user not found error
2022-05-19 22:59:31 +02:00
Alexandre Bodin
810fc0a857
Merge branch 'master' into fix/handle-update-error-if-user-not-found
2022-05-19 22:03:36 +02:00
Alexandre Bodin
aac0e2b465
Merge branch 'master' of github.com:strapi/strapi into fix/mime-type-migration
2022-05-14 09:00:44 +02:00
Sergey
6e7b77c9e2
fix: userService.fetch applies id only and should be replaced by fetchAll
2022-05-11 21:31:11 +02:00
Kim, Harim
e0191544e5
Merge branch 'strapi:master' into fix/populate-user
2022-04-20 21:50:33 +09:00
Kai-Siang Wang
95879d9c17
feat: upgrade purest package to v4
2022-03-30 13:57:49 +08:00
Pierre Noël
6df5d8d11f
Merge pull request #12771 from marlonbaeten/master
...
Add SERVER_URL variable to user e-mail templates
2022-03-21 14:44:59 +01:00
Marlon Baeten
03028a763f
Added ADMIN_URL to email templates
2022-03-21 11:04:54 +01:00
WalkingPizza
c0a7ff801b
Allow users to change own password
2022-03-20 19:50:08 +01:00
Marlon
dbc8aae306
Fix getAbsoluteServerUrl import in auth.js
2022-03-14 10:09:49 +01:00
Mark Kaylor
a58c2bc035
Merge branch 'master' of github.com:strapi/strapi into strapi-market-release
2022-03-11 11:08:17 +01:00
Kevin Antonio Rateni Iatauro
ba73a398dd
Removed user not found error
2022-03-10 17:51:47 +01:00
Kevin Antonio Rateni Iatauro
39db68bcbf
Merge branch 'strapi:master' into fix/up-email-confirmation-user-not-found
2022-03-10 11:39:47 +01:00
Marlon Baeten
2e7acfce8d
Added SERVER_URL to allowed template variables
2022-03-07 16:15:48 +01:00
Marlon Baeten
1028fefb7f
Add SERVER_URL variable to user e-mail templates
2022-03-07 16:08:47 +01:00
harimkims
683f0484f1
Fix wrong input parameter in user update controller
2022-03-03 23:59:32 +09:00
harimkims
183bad03d3
Replace fetch, fetchAll query with entityService
2022-03-03 22:56:58 +09:00
harimkims
567816591a
Rename getRoles, getRole to find, findOne
2022-03-03 22:55:29 +09:00
Kim, Harim
2b877b3a55
Merge branch 'strapi:master' into fix/populate-user
2022-03-02 15:14:43 +09: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
Pierre Noël
e230827335
fix dynamic callback
2022-01-19 17:12:59 +01:00
kayac-chang
04d8de7c38
fix: handle user not found error
2022-01-14 14:34:17 +08: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
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
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
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
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
Convly
14d6a5b2c4
Fix users-permissions user controllers permissions
2021-11-04 15:18:09 +01:00
Pierre Noël
cb098ec280
clean yup validations
2021-11-04 11:42:45 +01:00
Pierre Noël
b4c9ad0440
refacto graphql errors
2021-11-04 11:42:43 +01:00
Pierre Noël
b58274aecb
refactor error handling
2021-11-04 11:41:29 +01:00