filesafe/controllers
Bobby 93621afe94
feat: allow stream download of album ZIPs
extend ServeStatic handler to allow programatically calling the handle()
function from within in-progress Requests

also use file's timestamp as file's modified time in the ZIP archive
2022-10-04 07:06:37 +07:00
..
handlers feat: allow stream download of album ZIPs 2022-10-04 07:06:37 +07:00
middlewares feat: slowly transition to fs-jetpack 2022-10-04 04:20:38 +07:00
utils feat: allow specifying root path in serve classes 2022-08-23 15:12:25 +07:00
albumsController.js feat: allow stream download of album ZIPs 2022-10-04 07:06:37 +07:00
authController.js feat: use fs-jetpack in authController.js 2022-10-04 05:29:07 +07:00
errorsController.js feat: improved errorsController.js 2022-07-21 23:56:08 +07:00
pathsController.js feat: use fs-jetpack in pathsController.js 2022-10-04 05:34:01 +07:00
permissionController.js feat: hard-code prevent registering as "root" 2022-08-08 06:22:18 +07:00
tokenController.js feat: token failure rate limit on login/register 2022-08-04 23:34:58 +07:00
uploadController.js fix: size attribute of uploads with stripped tags 2022-10-04 05:42:00 +07:00
utilsController.js fix: size attribute of uploads with stripped tags 2022-10-04 05:42:00 +07:00