filesafe/controllers
Bobby Wibowo fae28f9aa2
feat: deprecate uploads.cacheFileIdentifiers conf
maintaining it is an unnecessary complexity
it's a feature that doesn't scale too well anyways

also renamed "queryDbForFileCollisions" to
"queryDatabaseForIdentifierMatch"
and updated config description accordingly

this should also now properly free the internal onHold Set
2022-07-29 09:14:55 +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 feat: deprecate uploads.cacheFileIdentifiers conf 2022-07-29 09:14:55 +07:00
utilsController.js feat: deprecate uploads.cacheFileIdentifiers conf 2022-07-29 09:14:55 +07:00