filesafe/controllers
Bobby Wibowo 681a3ca32f
fix: ServeStatic content-length transfer-encoding
both headers cannot co-exist at the same time, so we pass the expected
content-length value into 2nd param of Response.stream(), so that the
internal can decide to add it only when required
2022-07-29 10:16:49 +07:00
..
handlers fix: ServeStatic content-length transfer-encoding 2022-07-29 10:16:49 +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 feat: parse content-disposition on url uploads 2022-07-29 10:15:11 +07:00
utilsController.js feat: deprecate uploads.cacheFileIdentifiers conf 2022-07-29 09:14:55 +07:00