Ghost/core/server/web
Daniel Lockyer dbcffe9245 🐛 Handled trailing slashes in resized image URLs
no issue

- requests for resized images with a trailing slash would end up
  throwing a EISDIR error because it got through to writing an
  image buffer to a directory
- we want to cut this off early and disallow trailing slashes
2020-01-18 13:45:22 +07:00
..
admin 🐛 Fixed 404s when using a proxy setup (#11269) 2019-10-28 11:22:05 +00:00
api Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
shared 🐛 Handled trailing slashes in resized image URLs 2020-01-18 13:45:22 +07:00
site 🐛 Fixed 500 errors for incorrect Origin headers (#11433) 2019-12-04 18:06:30 +07:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
parent-app.js 🐛 Fixed 404s when using a proxy setup (#11269) 2019-10-28 11:22:05 +00:00