filesafe/controllers
Bobby Wibowo ad22285661
refactor: res.set -> res.header
res.set() is an expressjs-compat function with unnecessary checks for
our use case
2022-07-21 20:28:10 +07:00
..
middlewares refactor: res.set -> res.header 2022-07-21 20:28:10 +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: res.set -> res.header 2022-07-21 20:28:10 +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 fix: handle connection drop on multiform upload 2022-07-15 01:40:57 +07:00
utilsController.js perf: no try-catch block on cloudflare cache purge 2022-07-14 14:41:55 +07:00