filesafe/controllers/utils
Bobby 9d464c6894
fix: useless logic
for context, we prefer to list files in zips dir, because admins may
choose to manually delete their ZIPs anytime, and lolisafe will not be
aware of it

the download API will automatically re-generate them if required, so
admins manually deleting ZIPs is okay
2022-10-08 18:18:12 +07:00
..
ClientError.js fix: remove token from local storage if invalid 2022-05-06 21:58:23 +07:00
ConfigManager.js feat: ConfigManager 2022-10-06 02:39:51 +07:00
Constants.js feat: Constants 2022-10-06 02:44:31 +07:00
initDatabase.js fix: re-create "root" user if users table is empty 2022-08-09 17:28:21 +07:00
ScannerManager.js feat: ScannerManager 2022-10-06 02:42:36 +07:00
ServerError.js fix: remove token from local storage if invalid 2022-05-06 21:58:23 +07:00
serveUtils.js feat: allow specifying root path in serve classes 2022-08-23 15:12:25 +07:00
SimpleDataStore.js feat: improved SimpleDataStore.hold() again 2022-07-06 17:49:13 +07:00
StatsManager.js fix: useless logic 2022-10-08 18:18:12 +07:00