Ghost/core/server
Hannah Wolfe de9864db30 Moved upload validation mw into api app
- Moved upload validation mw from shared to api as it is not shared (except within the API)
- Co-located the code with the upload middleware, as it's small and gives us a nice API of .upload.single and .upload.validation
- This file is only used in one part of the app, this updates the code structure to reflect this
- This is one of many similar changes needed to make it easier to refactor to the existing setup
2020-04-22 07:37:02 +01:00
..
adapters Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00
api Fixed allowSelfSignup value in site data 2020-04-21 23:35:16 +05:30
config Refactored existing adapters to use adapter-manager 2020-04-05 21:13:47 +02:00
data 🐛 Fixed importer always erroring 2020-04-15 13:24:43 +01:00
lib Moved lib/thing/index.js files to lib/thing.js 2020-04-09 10:06:20 +01:00
models Returned full error upon missing tag/label 2020-04-15 10:15:48 +01:00
public
services Exposed member session data on site 2020-04-21 23:35:16 +05:30
translations
views
web Moved upload validation mw into api app 2020-04-22 07:37:02 +01:00
analytics-events.js
ghost-server.js Added debug info to controller process messages 2020-04-06 10:44:39 +01:00
index.js Moved web/parent-app to web/parent/app 2020-04-21 18:08:29 +01:00
overrides.js
sentry.js Switched Sentry to use helper file for Ghost version 2020-03-26 15:35:46 +00:00
update-check.js