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
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
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
Convly
25e62db93a
use 'sanitizers' instead of 'utils'
2021-11-10 17:08:54 +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
Pierre Noël
b4c9ad0440
refacto graphql errors
2021-11-04 11:42:43 +01:00
Alexandre Bodin
4fa751d519
Move u&p providers urls
2021-10-26 16:51:29 +02:00
Alexandre Bodin
3b472e22f7
Filter action and routes displayed in users-permissions to be in the
...
content-api
- Remove legacy getPlugins code
2021-10-08 10:12:21 +02:00
Pierre Noël
32eb442cd5
store emails in lowercase + add /api as prefix
2021-09-29 12:04:42 +02:00