Commit Graph

21 Commits (084b5fba3ac2e5665ca250590e92e3b6c7cccf65)

Author SHA1 Message Date
tycrek 084b5fba3a
fix: run this sequentially to avoid crashing on low-spec servers, maybe
1 year ago
tycrek 93dc91a761
fix: tested password reset in prod, not working for some reason
1 year ago
tycrek 7b6e2b12e1
feat: create default users
1 year ago
tycrek 4663ce40c9
feat: add creating users via API
1 year ago
tycrek faaaa8d572
fix: this shouldn't be an entire `User`, that makes no sense
1 year ago
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