filesafe/controllers
Bobby Wibowo 79631ce624
feat: RateLimiter custom middleware class
this adds new production dependency rate-limiter-flexible

this deprecates old rateLimits option in config

to use the new rate limiters, the new option is named rateLimiters and
rateLimitersWhitelist
please consult config.sample.js

rate limiters will also be now processed before any other middlewares,
as only makes sense
2022-07-12 08:48:09 +07:00
..
middlewares feat: RateLimiter custom middleware class 2022-07-12 08:48:09 +07:00
utils feat: improved SimpleDataStore.hold() again 2022-07-06 17:49:13 +07:00
albumsController.js refactor: HUGE REFACTOR for hyper-express 2022-07-10 19:46:25 +07:00
authController.js refactor: HUGE REFACTOR for hyper-express 2022-07-10 19:46:25 +07:00
errorsController.js fix: errorsController 2022-07-12 08:05:45 +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: HUGE REFACTOR for hyper-express 2022-07-10 19:46:25 +07:00
uploadController.js refactor: HUGE REFACTOR for hyper-express 2022-07-10 19:46:25 +07:00
utilsController.js refactor: HUGE REFACTOR for hyper-express 2022-07-10 19:46:25 +07:00