0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server
Naz 06a6dcb2d1 Added an /email/ root route for email-only posts
refs https://github.com/TryGhost/Team/issues/948

- The  frontend route `/email/:uuid` is aliased to the preview as a temporary solution. It fulfills the premise of the email-only post anyway - not being accessible publicly and only shared through email.
- The tests for the new route are missing as adding them was way more problematic than I envisoned. They are in the works and will be added as a follow up commit next.
2021-08-06 18:10:19 +04:00
..
adapters Swapped to American English spellings 2021-07-27 12:15:19 +04:00
api Added an /email/ root route for email-only posts 2021-08-06 18:10:19 +04:00
data Added email_only column to posts_meta table 2021-08-05 19:44:35 +12:00
lib Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00
models Added ability to send newsletter and not publish the post 2021-08-06 11:57:54 +04:00
public New logo in Admin (#12768) 2021-03-18 17:27:27 +00:00
services Fixed invalid variable naming 2021-08-06 13:21:28 +04:00
views
web Swapped to American English spellings 2021-07-27 12:15:19 +04:00
analytics-events.js Added comments to all usages of lib/common/events 2021-07-07 16:02:44 +01:00
ghost-server.js Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
notify.js Change to use @tryghost/logging 2021-06-15 15:59:11 +01:00
overrides.js
run-update-check.js Added protective code to update-check job 2021-06-29 14:02:16 +04:00
update-check.js Fixed critical alerts sending to admin users 2021-07-07 11:29:18 +04:00