Ghost/core/server/web/shared/middlewares
notanengineercom 631716053a 🐛 Fixed files staying in temp directory after upload is done
closes #10174

- Introduced upload middleware that cleans up temporary files stored by mutler after the request is finished
- Removed redundant fs.remove calls as this work is now handled in newly introduced middleware
2019-01-30 09:24:29 +00:00
..
api Added brute protection to content api (#10362) 2019-01-14 14:11:48 +01:00
image
validation
admin-redirects.js
brute.js
cache-control.js
custom-redirects.js Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
emit-events.js
error-handler.js
frontend-client.js
ghost-locals.js 🐛 Fixed crash on startup when no active theme (#10426) 2019-01-28 22:36:47 +05:30
index.js 🐛 Fixed files staying in temp directory after upload is done 2019-01-30 09:24:29 +00:00
labs.js
log-request.js
maintenance.js
pretty-urls.js
serve-favicon.js
serve-public-file.js De-aliased api versions in codebase (#10375) 2019-01-14 19:49:55 +01:00
static-theme.js
uncapitalise.js
update-user-last-seen.js
upload.js 🐛 Fixed files staying in temp directory after upload is done 2019-01-30 09:24:29 +00:00
url-redirects.js