Ghost/core/server/services
cotko 65a66ac007 Included relations if static resource is post | page (#10148)
refs #10082

- this is a requirement if a static route represents a single resource

e.g. `data: page.team`

- the page resource will no longer live on it's original static url
- instead, it now lives somewhere else
- that means the whole site needs to act the same than the original static url
  - the resource does not contain any relations
  - we don't forward the correct context (page, post, user?)
- we override the `include` property for now
  - need to wait for more use cases or bug reports for this controller
- more changes will follow asap
2018-12-03 19:26:21 +01:00
..
apps Updated blog site components to respect the api version 2018-10-18 19:41:07 +02:00
auth Renamed API -> Api for v2 auth logic (#10142) 2018-12-03 18:08:57 +01:00
mail Changed http to https links 2018-08-16 12:13:24 +02:00
permissions Sorted out the mixed usages of include and withRelated (#9425) 2018-02-15 10:53:53 +01:00
routing Included relations if static resource is post | page (#10148) 2018-12-03 19:26:21 +01:00
rss Fixed correct promise order in RSS feed generator (#9726) 2018-09-10 11:39:38 +02:00
settings 🐛Fixed order being ignored in routes.yaml file (#10146) 2018-11-12 20:24:12 +01:00
themes Enabled members lab setting for developer experiment flag (#10132) 2018-11-09 17:12:21 +05:30
url 🐛 Fixed missing 404 for unknown API routes (#10070) 2018-11-26 16:35:38 +07:00
webhooks Updated error message log and lastTriggeredError for webhook requests (#10147) 2018-11-20 12:13:35 +05:30
labs.js Enabled members lab setting for developer experiment flag (#10132) 2018-11-09 17:12:21 +05:30
slack.js 🎨 Modified slack webhook payload, added info about published post (#9850) 2018-11-12 13:04:50 +01:00
xmlrpc.js Fixed RPC pings (#9816) 2018-08-23 15:20:29 +02:00