filesafe/controllers
Bobby 17c863f724
feat: SimpleDataStore.hold() no longer use up size
this means internal Map-store may actually contain more keys than limit,
but only if the extraenous keys are held-keys (i.e. has null value)

this expects that you don't manually set keys with null values into the
store however
2022-07-06 17:14:00 +07:00
..
handlers fix: remove token from local storage if invalid 2022-05-06 21:58:23 +07:00
utils feat: SimpleDataStore.hold() no longer use up size 2022-07-06 17:14:00 +07:00
albumsController.js feat: some env vars support 2022-06-22 13:27:38 +07:00
authController.js feat: initiate db connection only once 2022-06-04 04:21:56 +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 feat: initiate db connection only once 2022-06-04 04:21:56 +07:00
uploadController.js fix: utf-8 filename breaks 2022-07-03 10:18:04 +07:00
utilsController.js feat: in-memory caching of content-disposition 2022-07-03 10:35:36 +07:00