Ghost/core/frontend/services/routing/controllers
Naz 74280cfbea Added "email post" frontend routing
refs https://github.com/TryGhost/Team/issues/953

- Emails posts should be not explorable by the rest of the frontend similarly to the draft or scheduled posts. Email posts should also keep the content gating, so that specific parts of content can still be gated based on the post's visibility setup
- A separate frontend router was chosen to implement this part of the system instead of a moutable express app due to increased complexity to introduce the latter approach.
- All "sent" email-only posts will be accessible through the `/email/:slug/` route
2021-08-13 12:09:11 +04:00
..
channel.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
collection.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
email-post.js Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
entry.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
index.js Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
preview.js Decreased coupling of frontend routing to server api 2021-07-19 19:45:54 +12:00
rss.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
static.js Decreased coupling of frontend routing to server api 2021-07-19 19:45:54 +12:00
unsubscribe.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00