filesafe/controllers
Bobby Wibowo ae31033c0c
refactor: init UserError, a custom Error object
This will be used for errors that are to be delivered to users, AND not
to be logged into the server (as in it stacktraces and all).
This will eventually remove the need to throw string literals.

In this commit, this has only been implemented on albumsController.js,
but more will soon to come.
2021-01-08 07:29:14 +07:00
..
handlers refactor: init UserError, a custom Error object 2021-01-08 07:29:14 +07:00
utils refactor: init UserError, a custom Error object 2021-01-08 07:29:14 +07:00
albumsController.js refactor: init UserError, a custom Error object 2021-01-08 07:29:14 +07:00
authController.js Removed custom ESLint curly rule 2020-10-31 01:12:09 +07:00
pathsController.js fs.copyFile() for chunks data on non-default path 2020-11-21 06:31:36 +07:00
permissionController.js Removed custom ESLint curly rule 2020-10-31 01:12:09 +07:00
tokenController.js Removed custom ESLint curly rule 2020-10-31 01:12:09 +07:00
uploadController.js refactor: move custom multer storage 2021-01-08 07:25:27 +07:00
utilsController.js removed utils.parallelLimit 2020-12-27 19:44:10 +07:00