0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/test/regression/site
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
..
intergration-web-site Removed redundant theme engine stubbing in tests 2021-08-06 17:16:33 +04:00
dynamic_routing.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
email_routes.test.js Added "email post" frontend routing 2021-08-13 12:09:11 +04:00
frontend.test.js Broke down "frontend" test suite into smoller chunks 2021-08-06 15:18:03 +04:00
parent_app_vhosts.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00
preview_routes.test.js Broke down "frontend" test suite into smoller chunks 2021-08-06 15:18:03 +04:00
redirects.test.js Broke down "frontend" test suite into smoller chunks 2021-08-06 15:18:03 +04:00
url_service.test.js Renamed tests to .test.js & updated commands 2021-07-06 20:45:01 +01:00