filesafe/controllers
Bobby 3df67f87be
feat: timeout url uploads to 10s
uwebsockets.js has a 10s timeout of no communication between client and
server, for it to simply drop the connection

there's no point waiting any further at that point since we can't reply
to client anymore
2022-08-24 04:37:13 +07:00
..
handlers fix: ServeStatic 2022-08-01 07:29:49 +07:00
middlewares feat: ignore option for ServeStaticQuick class 2022-08-23 15:13:04 +07:00
utils feat: allow specifying root path in serve classes 2022-08-23 15:12:25 +07:00
albumsController.js feat: wrap add to album db query in transaction 2022-08-09 17:18:56 +07:00
authController.js fix: /users/edit throw with empty edits 2022-08-23 15:09:47 +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: timeout url uploads to 10s 2022-08-24 04:37:13 +07:00
utilsController.js chore: indents 2022-08-23 15:16:02 +07:00