filesafe/controllers
Bobby Wibowo 2389974c7d
feat: ServeStaticQuick
chokidar is now a production dependency

please read the comments in ServeStaticQuick.js for a description of
what the class does

public and dist directories are now served with that class by default

before starting hyper-express on the listen port, await for all
ServeLiveDirectory and ServeStaticQuick instances
2022-07-31 14:31:25 +07:00
..
handlers fix: ServeStatic with zero bytes files 2022-07-31 14:17:06 +07:00
middlewares feat: ServeStaticQuick 2022-07-31 14:31:25 +07:00
utils fix: ServeStatic ensure forward slashes path 2022-07-31 14:06:17 +07:00
albumsController.js feat: console logs for identifiers on debug only 2022-07-30 08:35:26 +07:00
authController.js refactor: generateUniqueToken -> getUniqueToken 2022-07-30 08:37:57 +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 refactor: generateUniqueToken -> getUniqueToken 2022-07-30 08:37:57 +07:00
uploadController.js feat: console logs for identifiers on debug only 2022-07-30 08:35:26 +07:00
utilsController.js refactor: generateUniqueToken -> getUniqueToken 2022-07-30 08:37:57 +07:00