filesafe/controllers
Bobby 09fea107f3
feat: env SERVE_STATIC_QUICK=0 yarn start
restore an older behavior of serving static files with
ServeLiveDirectory middleware instead of ServeStaticQuick, in case of
issues with streaming files from disk via createReadStream

if you do encounter this issue, serving uploaded files with node will
likely encounter issues as well, but you can choose to serve them
directly with nginx, etc., so i guess it's not beyond hope
2022-08-21 21:23:14 +07:00
..
handlers fix: ServeStatic 2022-08-01 07:29:49 +07:00
middlewares feat: enable persistent cache for nojs uploader 2022-08-19 09:50:08 +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 fix: less strict missing token header check 2022-08-19 07:30:32 +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: fallback deletion url to relative path 2022-08-19 09:29:11 +07:00
utilsController.js feat: env SERVE_STATIC_QUICK=0 yarn start 2022-08-21 21:23:14 +07:00