filesafe/controllers
Bobby 301cf3377d
fix: set upload name utf8 encoding via busboy conf
instead of converting from the default latin1 using Buffer

changing busboy config was not possible with express + multer,
so i did not notice it's instead possible with hyper-express
2022-07-28 10:19:28 +07:00
..
handlers refactor: rename handler/middleware class files 2022-07-25 07:48:31 +07:00
middlewares refactor: rename handler/middleware class files 2022-07-25 07:48:31 +07:00
utils feat: serveStatic with accept-ranges support 2022-07-22 00:01:25 +07:00
albumsController.js feat: req content-type json -> application/json 2022-07-25 06:12:55 +07:00
authController.js feat: req content-type json -> application/json 2022-07-25 06:12:55 +07:00
errorsController.js feat: improved errorsController.js 2022-07-21 23:56:08 +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 feat: req content-type json -> application/json 2022-07-25 06:12:55 +07:00
uploadController.js fix: set upload name utf8 encoding via busboy conf 2022-07-28 10:19:28 +07:00
utilsController.js refactor: move devmode flag to utils 2022-07-25 07:39:35 +07:00