filesafe/controllers
Bobby Wibowo 0f6409132a
feat: busboy limits and multipart errors handler
unfortunately to capture multipart errors, we have to wrap the entire
callback function with try-catch block

but it appears overall processing is still slightly faster than
expressjs + multer
2022-07-12 14:39:16 +07:00
..
middlewares feat: have res.render return the compiled html 2022-07-12 10:41:58 +07:00
utils feat: multer -> hyper-express multipartfield 2022-07-12 13:07:13 +07:00
albumsController.js refactor: HUGE REFACTOR for hyper-express 2022-07-10 19:46:25 +07:00
authController.js refactor: HUGE REFACTOR for hyper-express 2022-07-10 19:46:25 +07:00
errorsController.js refactor: standardize paths in require()'s 2022-07-12 08:51:22 +07:00
pathsController.js fix: verify database dir 2022-06-22 14:23:54 +07:00
permissionController.js feat: usergroup-based file retention periods 2022-05-07 02:17:31 +07:00
tokenController.js refactor: HUGE REFACTOR for hyper-express 2022-07-10 19:46:25 +07:00
uploadController.js feat: busboy limits and multipart errors handler 2022-07-12 14:39:16 +07:00
utilsController.js refactor: HUGE REFACTOR for hyper-express 2022-07-10 19:46:25 +07:00