Commit Graph

16 Commits (87c8e64698cb046df0cee7f75567a5afb50d98af)

Author SHA1 Message Date
tycrek 87c8e64698
fix: remove this method for duplicating the list (ironically correctly)
2 years ago
tycrek a774ab311b
feat: try to reset user array at start of onStart*
2 years ago
tycrek 4c4009207f
feat: migrate datafile (token => uploader unid)
2 years ago
tycrek 6cc0cb3ffa
feat: use vars for filenames instead of direct strings
2 years ago
tycrek 76dc68405a
feat: deprecate `token` in FileData, switch to `uploader`
2 years ago
tycrek 619a30d685
fix: auth file written before bcrypt Promise resolved
2 years ago
tycrek 1887409eeb
fix: put salt rounds in a constant
2 years ago
tycrek 2dad6f13ce
feat: `createNewUser` now accepts a password and handles hashing
2 years ago
tycrek 6cfd353a54
feat: added export for setting passwords
2 years ago
tycrek 6be768d655
feat: auto-gen random unknown admin password during migration
2 years ago
tycrek 42a7b4758f
chore: rename this to improve understanding
2 years ago
tycrek 27aa264d37
refactor: switch to arrays instead of Objects/maps
2 years ago
tycrek 1a9fad7076
feat: BREAKING: overhaul auth file format and handling (etc, expand)
2 years ago
tycrek a6c246b134
Use new experimental TLog
2 years ago
tycrek 9b80ae6ff1
converted a ton of `module.exports` to `export` and `require` to `import`
3 years ago
tycrek 2521ec6cf0
Migrated more files (expand for details)
3 years ago