filesafe/controllers
Bobby Wibowo 8142eae9df
refactor: /users/{delete,disable,edit} API routes
simplify self.assertPermission function to only assert permission

fixed hard-coded "root" user protection not being asserted first
2022-08-09 17:51:31 +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: re-create "root" user if users table is empty 2022-08-09 17:28:21 +07:00
albumsController.js feat: wrap add to album db query in transaction 2022-08-09 17:18:56 +07:00
authController.js refactor: /users/{delete,disable,edit} API routes 2022-08-09 17:51:31 +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 feat: wrap upload db insert within transaction 2022-08-09 16:57:55 +07:00
utilsController.js feat: wrap add to album db query in transaction 2022-08-09 17:18:56 +07:00