Ghost/core/server/apps/private-blogging/lib
Katharina Irrgang 7800ed3d8b Private RSS feed (#9088)
refs #9001

When a blog is in private mode there is now an unguessable URL that allows access to the RSS feed for internal use, commenting systems, etc.

- add public hash for private blogging
  - auto generate on bootstrap if missing
  - global hash, we can re-use in the future
- update private blogging middleware to detect the private RSS URL and rewrite it so that the normal rss route/code is used for display
- if a normal `/rss/` route is accessed with a private session return a 404
2017-10-05 11:07:32 +01:00
..
helpers Helper Proxy & single express-hbs instance (#8225) 2017-04-04 18:07:35 +02:00
views 🎨 Use svg icons in default templates (#8343) 2017-05-15 13:43:58 +02:00
middleware.js Private RSS feed (#9088) 2017-10-05 11:07:32 +01:00
router.js Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00