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
Naz Gargol
48d6e7298a
Refactored content-disposition header handling in API v2 ( #10374 )
...
closes https://github.com/TryGhost/Ghost/issues/10331
- Left only a filename part to be handled by controller configuration, the rest was extracted to more generic headers layer
2019-01-14 18:05:16 +00:00
kirrg001
8d12c8908f
🐛 Fixed missing filename when exporting subscribers csv
...
closes #10075
- the filename was missing
2018-10-27 18:39:39 +02:00
kirrg001
5f7401051c
🐛 Fixed pagination for subscribers
...
closes #10074
- the `page` option was missing
2018-10-27 18:27:35 +02:00
Nazar Gargol
cfea6375ab
Added subscribers controller to v2
...
refs #9866
2018-10-12 22:27:37 +02:00