0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-27 22:49:56 -05:00
ghost/core/server
Kevin Ansfield ee47dd4dae
Added /unsubscribe/ route to the front-end (#11394)
no issue

- adds new router to the frontend for handling unsubscribe
- default template lives in `core/server/frontend/views/unsubscribe.hbs`
- `{{error}}` is present and contains the error message when unsubscribe fails
- `{{member}}` is present and contains the member email
- updated unsubscribe url to match the new format
2019-11-15 09:36:49 +00:00
..
adapters
api Added send_email_when_published query param to posts endpoint 2019-11-14 17:29:03 +00:00
config
data Removed redundant bulk email settings migration 2019-11-13 22:29:31 +05:30
lib
models Added send_email_when_published query param to posts endpoint 2019-11-14 17:29:03 +00:00
public
services Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00
translations Implemented GET /emails/:id endpoint 2019-11-06 15:56:56 +07:00
views
web Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00
analytics-events.js
ghost-server.js
index.js Switched scheduler to use API v3 (#11391) 2019-11-14 15:12:52 +07:00
overrides.js
update-check.js