Ghost/core/server/web
Fabien O'Carroll f900b4ee78 Moved theme middleware after static middleware
refs https://github.com/TryGhost/Team/issues/907

The theme middleware makes several calls to the content api in order to
populate global theme data for use in templates. By adding this
middleware after the static theme files, we remove redundant calls.
2021-07-21 11:25:02 +01:00
..
admin Switch to @tryghost/debug, remove ghost-ignition 2021-06-15 17:24:22 +01:00
api Refactor imports in API's routes files 2021-07-07 18:33:25 +04:00
members Added userAuth brute middleware to members auth endpoint (#13152) 2021-07-19 09:40:38 +01:00
oauth Added a feature flag to the oauth login feature 2021-07-20 23:16:49 +02:00
parent Revert "Moved vhost mounts into boot file" 2021-07-08 07:10:18 +01:00
shared Added userAuth brute middleware to members auth endpoint (#13152) 2021-07-19 09:40:38 +01:00
site Moved theme middleware after static middleware 2021-07-21 11:25:02 +01:00
index.js Refactored how we require shared middlewares from web/ (#9893) 2018-09-21 16:17:11 +05:30
well-known.js Moved settings/cache to shared/settings-cache 2021-06-30 15:49:10 +01:00