0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00
ghost/core/server/services
Katharina Irrgang fc21b25895
🐛Fixed auto redirect for extra data queries on post and page resources (#9828)
closes #9791

- we only made use of the redirect middleware, who detects if a redirect should happen, for taxonomies (tags, authors)
- `data: page.team` will now redirect too
- `data: post.team` will now redirect too
- you can disable the redirect using the long form
2018-12-03 20:31:48 +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 🐛Fixed auto redirect for extra data queries on post and page resources (#9828) 2018-12-03 20:31:48 +01:00
rss Fixed correct promise order in RSS feed generator (#9726) 2018-09-10 11:39:38 +02:00
settings 🐛Fixed auto redirect for extra data queries on post and page resources (#9828) 2018-12-03 20:31:48 +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