2
1
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2023-12-13 21:00:40 +01:00
Ghost/core/server/apps
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
..
amp Debug: Measure AMP parse (#9097) 2017-10-04 10:32:00 +01:00
default-cards Re-instate mobiledoc dom rendering with bypass of SimpleDOM parsing (#8937) 2017-08-31 12:09:02 +02:00
private-blogging Private RSS feed (#9088) 2017-10-05 11:07:32 +01:00
subscribers Misc cleanup & consistency amends (#9002) 2017-09-12 17:31:14 +02:00
dependencies.js Replace fs.exists (deprecated) with fs.stat 2015-03-17 11:49:43 -07:00
index.js 🎨 internalApps -> apps.internal 2017-05-31 16:12:11 +01:00
loader.js 🎨 internalApps -> apps.internal 2017-05-31 16:12:11 +01:00
permissions.js 🎨 Collect & simplify package utils (#8080) 2017-03-01 14:09:31 +01:00
proxy.js Helper Proxy & single express-hbs instance (#8225) 2017-04-04 18:07:35 +02:00
sandbox.js 🔥 remove postgres support 2016-09-20 15:59:34 +01:00