focus-at
8e3d6c1e9b
Update providers-registry.js
...
FIX for
```
body {
error: {
error_code: 3,
error_msg: 'Unknown method passed',
request_params: [ [Object], [Object], [Object], [Object] ]
}
}
```
2023-04-12 19:59:49 +03:00
Nathan Pichon
0bd42b52de
Merge branch 'main' into features/patreon-auth-provider
2023-02-06 11:40:26 +01:00
Christian
449529fd02
Merge branch 'main' into fix/users-permissions-unique-email
2023-01-31 16:17:19 +01:00
Christian Capeans
bec07b0b0a
Merge branch 'main' into fix/unvalidated-cognito-access
2023-01-25 12:28:47 +01:00
Christian Capeans
8bbbd7383a
Split the url to fill origin and path values in purest
2023-01-25 12:12:55 +01:00
Christian Capeans
eeab43b577
Store jwk set url in strapi core
2023-01-11 12:57:39 +01:00
Convly
6f07d33f88
Disable lodash template's escape
2023-01-09 18:28:30 +01:00
Christian Capeans
46f8f98378
Verify cognito token with AWS
2023-01-09 14:20:02 +01:00
Convly
0458e88bce
Handle object variables & fix sendTemplatedEmail
2022-12-30 19:46:33 +01:00
Convly
6b0b981e90
Update users-permissions service to prevent usage of invalid email templates
2022-12-30 19:01:04 +01:00
Tom Shortall
7dbf8896ee
use full_name
instead of concatenating first_name
and last_name
2022-12-19 21:31:01 +00:00
Tom Shortall
32f9e9a780
Add Patreon as an Oauth2 Provider to the Users & Permissions plugin
2022-12-19 21:10:31 +00:00
jason.chang
00dcbf8ee2
fix: fix duplicated emails checking in connect method
2022-11-18 11:59:11 +08:00
derrickmehaffy
a230f29587
Fix wrong filter param used with the entityService
...
Signed-off-by: Derrick Mehaffy <derrickmehaffy@gmail.com>
2022-09-29 14:02:26 -07:00
Convly
6abea9cd85
Expose "get actions as map" & update sync actions
...
Co-authored-by: Ben Irvin <innerdvations@users.noreply.github.com>
2022-08-23 16:02:45 +02:00
Ben Irvin
7a1de40bb6
register actions in contentapi bootstrap
2022-08-22 17:31:15 +02:00
Bassel Kanso
baad6fd93f
Merge branch 'main' into features/api-token-v2
2022-08-18 12:18:09 +03:00
markkaylor
a8ff3aef2f
Merge pull request #13901 from ihmpavel/unify-template-variables-spacing
...
chore: Unify template spacing
2022-08-16 09:20:37 +02:00
Alexandre Bodin
cf49ddbbfc
Prettier and backend fix
2022-08-11 10:20:49 +02:00
Alexandre Bodin
0ae14c06cb
1st fix pass
2022-08-11 10:20:48 +02:00
ihmpavel
1cf23e141f
chore: Update after CR
2022-08-09 12:03:51 +02:00
Alexandre Bodin
8be749a5ac
Add tests
2022-08-03 22:43:03 +02:00
Alexandre Bodin
fbc7e882f4
Apply feedback and finish some tasks
2022-08-02 20:58:37 +02:00
Convly
7d40f78384
Revert action/subject to action only
2022-08-02 16:51:06 +02:00
Convly
4ebc128ffb
Make users-permissions auth strategy use the content API permission engine
2022-07-29 10:17:06 +02:00
Alexandre Bodin
0d5557a71d
Fix default permissions
2022-07-01 19:58:51 +02:00
Alexandre Bodin
70b05b5e9b
Fix twitter provider
...
Co-authored-by: kwang1198
Please enter the commit message for your changes. Lines starting
2022-06-01 20:05:01 +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
Kim, Harim
e0191544e5
Merge branch 'strapi:master' into fix/populate-user
2022-04-20 21:50:33 +09:00
Kai-Siang Wang
7443c433f2
fix: solve github return undefined
2022-03-30 13:57:50 +08: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
Alexandre BODIN
94569e5e36
Merge pull request #12193 from abdonrd/split-auth-providers
...
[v4] Split providers and grant config to a new files
2022-03-10 09:37:33 +01:00
Marlon Baeten
1028fefb7f
Add SERVER_URL variable to user e-mail templates
2022-03-07 16:08:47 +01: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
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
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
Pierre Noël
da9b064536
add session middleware + remove authentication using url param access_token
2022-01-19 17:10:41 +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
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