Steve Larson
dac2561252
🔒 Added uuid verification to member endpoints not requiring a session
...
ref https://linear.app/tryghost/issue/ENG-1364
ref https://linear.app/tryghost/issue/ENG-1464
- credits to https://github.com/1337Nerd
- added a hashed value to endpoints that do not require a member sign in in order to verify the source of the link and resulting request
- added redirect to sign in page when trying to access newsletter
management
2024-08-20 16:24:02 +02:00
Simon Backx
c7ef22d4df
Updated feedback button links ( #15701 )
...
fixes https://github.com/TryGhost/Team/issues/2174
The feedback links now use a hash instead of a querystring, so it won't pass by the server.
New format: https://site.ghost/post-slug/#/feedback/6359174f2eb251019d14d6fb/0?uuid=13924399-c3ae-413b-a045-0b8294d71f64
2022-10-26 18:04:11 +02:00
Elena Baidakova
17cfdcd3a9
Updated feedback buttons url ( #15655 )
...
closes TryGhost/Team#2080
- If the post was published and emailed the link leads the user to the
post.
- If the post was just emailed the link leads the user to the home page.
2022-10-19 15:21:43 +04:00
Elena Baidakova
e831be6bc2
Added the feedback buttons in the emails ( #15619 )
...
closes TryGhost/Team#2046
closes TryGhost/Team#2045
- Added feedback buttons markup.
- Added feedback links generation.
2022-10-14 18:12:17 +04:00
Simon Backx
e540344ef2
Added audience feedback service and storage ( #15584 )
...
fixes https://github.com/TryGhost/Team/issues/2049
fixes https://github.com/TryGhost/Team/issues/2053
- This adds a new audience feedback package to Ghost.
- A new members API to give feedback on posts using the `/api/feedback` endpoint.
- Added a new authentication middleware that supports both uuid-based and session based authentication.
2022-10-11 16:32:28 +02:00