Ghost/core/frontend/services/routing/controllers
Rish f770e9f2ad 🐛 Fixed incorrect member gating on custom static page routes
no issue

- Member gating on post/page content is done using member context on request's frame
- Custom static page route was incorrectly setting the member context as `members` instead of `member`, which caused logged-in members to still not able to see content while logged in as a member
- Fix corrects the member context for these routes to use `member` as expected
2020-08-03 17:28:55 +05:30
..
channel.js Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
collection.js Refactored common lib import to use destructuring (#11835) 2020-05-22 19:22:20 +01:00
entry.js 🐛 Moved access to an API property (#11967) 2020-06-30 14:46:46 +01:00
index.js Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00
preview.js Updated edit URLs to use consistent correct URLs 2020-06-01 08:42:11 +01:00
rss.js Updated var declarations to const/let and no lists 2020-04-29 16:51:13 +01:00
static.js 🐛 Fixed incorrect member gating on custom static page routes 2020-08-03 17:28:55 +05:30
unsubscribe.js Added /unsubscribe/ route to the front-end (#11394) 2019-11-15 09:36:49 +00:00