Ghost/core/server/api/v0.1
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
..
decorators 🐛 Fixed 'url' attribute miscalculation when when requested as the only part of fields filter (#9969) 2018-10-15 14:47:56 +02:00
authentication.js Ability to not send welcome email (#10293) 2018-12-17 15:02:47 +01:00
clients.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
configuration.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
db.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
index.js Corrected 'Content-Length' header by using Buffer.byteLength (#10055) 2018-10-25 09:18:36 +07:00
invites.js Moved custom invite permission to permissible fn 2018-10-05 15:38:14 +02:00
mail.js Updated docs links to best equivalents (#10386) 2019-01-17 06:57:37 +00:00
notifications.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
oembed.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
posts.js Bumped knex & bookshelf dependencies (#10404) 2019-01-21 21:53:11 +01:00
redirects.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
roles.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
schedules.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
settings.js Removed deprecated settings 2019-01-04 12:17:32 +00:00
slack.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
slugs.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
subscribers.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
tags.js 🐛 Fixed 'url' attribute miscalculation when when requested as the only part of fields filter (#9969) 2018-10-15 14:47:56 +02:00
themes.js 🐛 Fixed files staying in temp directory after upload is done 2019-01-30 09:24:29 +00:00
upload.js Moved api controllers into api/v0.1 (#9918) 2018-09-27 16:06:57 +02:00
users.js Added some deprecation notes for x_by fields 2019-01-03 17:14:52 +01:00
utils.js Extracted trimAndLowerCase utility to shared utility module 2018-12-10 13:56:42 +01:00
webhooks.js Added new site.changed event and webhook trigger service (#10019) 2018-10-19 00:01:30 +05:30