0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/server/apps/private-blogging/tests
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
..
controller_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
input_password_spec.js 💄 🐷 Test consistency (#8199) 2017-03-21 09:24:11 +01:00
middleware_spec.js Private RSS feed (#9088) 2017-10-05 11:07:32 +01:00