Ghost/core/server/services
Rishabh Garg 876e310aea
Updated check for members-ssr use at theme layer (#10693)
no issue

### Context

As part of updating the theme layer to use members-ssr [here](f9899cb8c4), we introduced a case where if `enableDeveloperExperiments` is not switched on, the whole theme loading will crash due to unavailability of `ssr` property on members service [here](https://github.com/TryGhost/Ghost/blob/master/core/server/services/members/index.js#L12). Since we switch on `enableDeveloperExperiments` by default on master now, the issue won't be reproducible locally until explicitly switched off. 

This PR includes a patch fix which adds dummy `ssr` object to members service `api` object and members middleware check on APIs to ensure no crash in case developer flags is not switched on. 

Longer term it will be definitely useful to upgrade the dummy `api` object to trigger on member labs than the developer flag.
2019-04-17 17:38:12 +05:30
..
apps Refactored proxy to not take name param 2019-04-16 11:05:33 +02:00
auth Updated theme layer to use members-ssr (#10676) 2019-04-16 16:50:25 +02:00
mail Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
members Updated check for members-ssr use at theme layer (#10693) 2019-04-17 17:38:12 +05:30
permissions Added v2 actions endpoint 2019-02-06 21:36:09 +01:00
routing Removed use of filters module 2019-04-16 11:05:33 +02:00
rss Removed use of filters module 2019-04-16 11:05:33 +02:00
settings Updated default-routes.yaml syntax to single template (#10459) 2019-02-06 14:34:57 +01:00
themes Improved error context usage (#10669) 2019-04-09 13:00:56 +08:00
url 🐛 Fixed fetching RSS in case of posts with no content 2019-04-17 15:12:01 +05:30
webhooks Fixed webhook resource name for page events 2019-02-25 23:51:23 +01:00
labs.js Refactored members auth flow with dynamic settings 2019-02-26 15:43:36 +07:00
slack.js Added Slack username option. (#10285) 2018-12-14 18:57:32 +07:00
xmlrpc.js 🐛 Fixed uncaught exceptions from image fetches 2019-01-15 20:35:46 +00:00