Ghost/core/server/web/site/middleware
Naz 07afb08875 Made storage calls related to images use "images" feature
refs https://linear.app/tryghost/issue/CORE-1/multiple-adapters-per-type

- Having this preemptive change allows to separate implementation of "image" storage from future usecases like "videos", "audios" etc. Even if the "image" adapter is not configured the default behavior will fallback to use the "active" storage adapter. If there's a need to handle "images" differently through a custom apapter that'll work out of the box ;)
2021-10-21 20:22:45 +13:00
..
handle-image-sizes.js Made storage calls related to images use "images" feature 2021-10-21 20:22:45 +13:00
index.js Renamed redirect functions for clarity 2020-04-22 19:31:36 +01:00
redirect-ghost-to-admin.js Moved core/server/lib/url-utils to core/shared/url-utils (#11856) 2020-05-28 11:57:02 +01:00
serve-favicon.js Made storage calls related to images use "images" feature 2021-10-21 20:22:45 +13:00
serve-public-file.js Replaced i18n.t w/ tpl helper in serve-public-file.js (#13429) 2021-10-05 10:00:28 +01:00
static-theme.js Moved active theme to new theme engine service 2021-04-23 15:28:50 +01:00