Ghost/core/server
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
..
adapters Handle content requests with overly long filenames 2020-01-16 14:18:09 +07:00
api Refactored member controller to use model layer 2020-01-15 17:52:47 +07:00
config 🐛 Fixed csv file uploads on Windows w/Excel installed 2019-11-26 15:11:05 +00:00
data Fixed typo in the post fixture 2020-01-17 13:00:38 +07:00
lib 🏗Added host config limits for member emails (#11439) 2019-12-17 19:24:27 +05:30
models Optimized posts_meta table join when meta columns are not requested (#11300) 2020-01-06 15:38:40 +01:00
public Added member's subscription cancellation helper {{cancel_link}} (#11434) 2019-12-12 19:59:15 +07:00
services Removed unused isPaymentConfigured method 2020-01-17 12:08:30 +07:00
translations Fixed cancel_link helper documentation link 2019-12-20 11:39:58 +07:00
views Update default 404 page 2019-07-15 14:47:01 +02:00
web 🐛 Handled trailing slashes in resized image URLs 2020-01-18 13:45:22 +07:00
analytics-events.js Added event to integrations when created (#10588) 2019-03-11 15:28:17 +01:00
ghost-server.js Update Test & linting packages (major) (#10858) 2019-07-05 13:40:43 +02:00
index.js Merge branch 'master' into mega 2019-11-18 11:09:46 +00:00
overrides.js Disabled bluebird debug logs 2018-08-13 14:01:31 +02:00
update-check.js Updated links to docs (#10941) 2019-07-22 18:17:50 +08:00