filesafe/controllers
Bobby Wibowo 64b04abbe9
Updates (a small breaking change with config file)
"generateZips" is no longer merely accepting boolean value, it's now an object with 2 properties: "enabled" and "maxTotalSize". The former is of course to enable/disable zip generation, while the latter is to limit the total size of all the files in an album. If the total size exceeds the set limit, it will not generate a zip file. It'll probably be useful when used alongside Cloudflare's Cache Everything (since Cloudflare will only cache files with a maximum size of 512MB).
2018-04-27 10:27:34 +07:00
..
albumsController.js Updates (a small breaking change with config file) 2018-04-27 10:27:34 +07:00
authController.js Updates 2018-04-13 23:20:57 +07:00
tokenController.js Updates 2018-04-13 23:20:57 +07:00
uploadController.js Updates 2018-04-25 20:39:07 +07:00
utilsController.js Updates 2018-04-21 04:39:06 +07:00