filesafe/controllers/utils
Bobby Wibowo 0a62002a6e
fix: re-create "root" user if users table is empty
previously it'd always re-create it if "root" user itself is missing
from users table

this facilitates not having "root" user altogether
2022-08-09 17:28:21 +07:00
..
ClientError.js fix: remove token from local storage if invalid 2022-05-06 21:58:23 +07:00
initDatabase.js fix: re-create "root" user if users table is empty 2022-08-09 17:28:21 +07:00
ServerError.js fix: remove token from local storage if invalid 2022-05-06 21:58:23 +07:00
serveUtils.js fix: 416 status code handling 2022-07-31 16:46:35 +07:00
SimpleDataStore.js feat: improved SimpleDataStore.hold() again 2022-07-06 17:49:13 +07:00