Ghost/core/server
kirrg001 b335002269 🐛 Fixed Disqus comments on post preview pages
closes #9727

- this is a short term fix to proof that Disqus comments on preview pages no longer appear on other threads
- this is not a full solution to the problem
- the private API still returns /404/, which is right now inconsistent, but not critical in any way
- the url helper will now output the post preview url if you serve a draft/scheduled post
- this should register unique page urls at Disqus and ensure uniquness for threads
  - i still don't understand why the cross posting happens at all, because we also pass an unique identifier to Disqus (the post ID)
- it could be that comments, which are added on the preview page, won't appear on the published urls, because
  the published url !== preview url. I wasn't able to figure this out via testing or reading their docs
2018-07-11 00:20:55 +02:00
..
adapters ES6 migration: server/adapters/scheduling/post-scheduling (#9698) 2018-06-26 00:46:31 +02:00
api Fixed typo in server/api/utils (#9714) 2018-07-10 12:20:43 +02:00
apps 🐛Fixed slugs containing the word amp result in 404s when serving the amp version (#9722) 2018-07-10 12:55:08 +02:00
config Replaced routeKeywords in config with hard coded keywords (#9561) 2018-04-17 10:36:05 +01:00
data 🐛 Fixed Disqus comments on post preview pages 2018-07-11 00:20:55 +02:00
helpers 🐛 Fixed preview url and Zapier on subdirectory (#9683) 2018-06-12 16:36:58 +01:00
lib 🎨 Koenig - Added ID attributes to heading tags when rendering (#9720) 2018-07-11 00:03:25 +02:00
models Fixed missing defaults in model layer 2018-06-26 16:35:23 +02:00
public 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00
services Renamed StaticRoutesRouter debug namespace (#9706) 2018-06-28 10:44:05 +02:00
translations Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
views Fixed error trying to render 404 for missing asset 2017-12-22 20:08:59 +00:00
web Added debug log in error handler 2018-06-14 00:36:19 +02:00
analytics-events.js Cleared out old unused events 2017-12-13 09:08:25 +00:00
filters.js Moved pipeline/sequence to lib/promise 2017-12-13 22:20:02 +01:00
ghost-server.js Consistent event names 2018-04-15 23:52:42 +02:00
index.js Dynamic Routing Beta (#9596) 2018-06-05 19:02:20 +02:00
overrides.js Added /oembed API endpoint 2018-06-12 16:18:01 +01:00
update-check.js 🔥 Drop Node v4 Support 2018-05-01 14:06:18 +02:00