0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/web/shared/middlewares
Hannah Wolfe d9dfdd775e
Replaced image manipulation w/ @tryghost/image-transform (#11687)
- moved image.manipulation lib to a new package called @tryghost/image-transform
- new package has an updated API signature, so the method calls have changed but the underlying code is identical
- removed the optional sharp dependency from Ghost, as this is now optionally required by the image-transform module
2020-03-25 17:33:03 +00:00
..
api Removed all clients and client_trusted_domains related code 2019-09-12 15:09:49 +01:00
image Replaced image manipulation w/ @tryghost/image-transform (#11687) 2020-03-25 17:33:03 +00:00
validation
admin-redirects.js 🔒 Added admin:redirects config option for disabling admin redirects 2019-09-12 12:40:12 +01:00
brute.js
cache-control.js
custom-redirects.js
emit-events.js
error-handler.js Fixed error reporting to Sentry 2020-02-17 13:52:01 +00:00
ghost-locals.js
index.js Merge branch 'master' into v3 2019-10-08 13:58:08 +01:00
labs.js Removed subscribers from the codebase (#11153) 2019-10-09 11:47:04 +02:00
log-request.js Improved x-request-id handling 2019-09-22 18:23:45 +01:00
maintenance.js
pretty-urls.js
request-id.js Improved x-request-id handling 2019-09-22 18:23:45 +01:00
serve-favicon.js
serve-public-file.js Fixed error when serving public images from servePublicFile middleware 2020-02-17 09:24:15 +00:00
static-theme.js
uncapitalise.js Reworded confusing comment mentioning v0.1 2019-09-12 19:17:35 +02:00
update-user-last-seen.js
upload.js
url-redirects.js 🐛 Fixed 404s when using a proxy setup (#11269) 2019-10-28 11:22:05 +00:00