filesafe/controllers
Bobby Wibowo d8b78d29ed
feat: hard-code prevent registering as "root"
and allow migration script to not throw when root user is missing

this facilitates safely removing root user altogether via database query
if you don't use it
2022-08-08 06:22:18 +07:00
..
handlers fix: ServeStatic 2022-08-01 07:29:49 +07:00
middlewares fix: 416 status code handling 2022-07-31 16:46:35 +07:00
utils fix: 416 status code handling 2022-07-31 16:46:35 +07:00
albumsController.js feat: cleaned up routes init 2022-08-04 21:59:06 +07:00
authController.js feat: hard-code prevent registering as "root" 2022-08-08 06:22:18 +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: hard-code prevent registering as "root" 2022-08-08 06:22:18 +07:00
tokenController.js feat: token failure rate limit on login/register 2022-08-04 23:34:58 +07:00
uploadController.js fix: improve filtering uploads by album ids 2022-08-08 06:08:40 +07:00
utilsController.js fix: possible event listeners memory leak 2022-08-05 00:54:44 +07:00