0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00
ghost/core/test/unit
Naz b0ff1e7cac
Added member login resource to Admin API (#11607)
no issue

- Adds 'GET /members/:id/signin_urls' endpoint to Admin API allowing to fetch login URL for member. This URL allows to log in as a member which is useful in situations when you need to impersonate a member (for example to debug some issue they are having)
- Added member_signin_urls permission with migrations. Only the "Owner" user can read "signin_urls" resource. Admin and other users will be denied access
2020-02-27 11:48:02 +08:00
..
adapters 🏗 Removed reschedule method from scheduling adapter 2019-11-27 13:38:30 +05:30
api Fixed serializer unit tests 2019-11-07 12:27:02 +07:00
apps Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
config Updated tests eslint config to use eslint-plugin-ghost@0.5.0 2019-08-19 13:38:35 +01:00
data Added member login resource to Admin API (#11607) 2020-02-27 11:48:02 +08:00
helpers Added 'visibility' property check to {{#has}} helper (#11596) 2020-02-14 17:28:26 +08:00
lib 🐛 Fixed unnecessary "unsaved changes" modal when using HR cards 2020-01-22 11:59:13 +00:00
models Added member.avatar_image for member gravatars in themes (#11584) 2020-02-19 10:08:12 +00:00
services Fixed use of deprecated function in test suite 2020-02-19 19:59:05 +00:00
web 🐛 Fixed 404s when using a proxy setup (#11269) 2019-10-28 11:22:05 +00:00