Commit Graph

37 Commits (master)

Author SHA1 Message Date
Sylvie bf07999ed8
fix: missing `data.json` breaking auth.json migration
6 months ago
Sylvie 688b199781
fix: create missing `cliKey` when migrating `auth.json`
6 months ago
Josh Moore da71098ac9 fix: added silly message for new users on 0.14.x
7 months ago
tycrek 0061ba0fc8
feat: updated Luxon & tlog
11 months ago
tycrek 3edb2e097d
feat: added password check route that returns a token on success
1 year ago
tycrek 77d0ad02ca
feat: improve logging when modifying auth/users data
1 year ago
tycrek 6e242ede6d
fix: actually delete files/thumbnails when deleting user via API \*\*\*
1 year ago
tycrek dbcb3dc777
fix: CLI key not generating on first-time install
1 year ago
tycrek a84bbe12e5
feat: added resetting upload tokens via API
1 year ago
tycrek 642e84910b
feat: added setting username via API
1 year ago
tycrek 894d773e8c
feat: added setting and deleting user meta keys via API
1 year ago
tycrek 2b87e044e1
feat: added deleting users via the API
1 year ago
tycrek 94cac0f5ba
chore: remove old code
1 year ago
tycrek 2abea4894d
chore: minor cleanup
1 year ago
tycrek 182d674a7e
feat: add a CLI key for scripts to auth with API
1 year ago
tycrek eb5578ef9e
chore: minor cleanup before release
1 year ago
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)
1 year ago
tycrek a774ab311b
feat: try to reset user array at start of onStart*
1 year ago
tycrek 4c4009207f
feat: migrate datafile (token => uploader unid)
1 year ago
tycrek 6cc0cb3ffa
feat: use vars for filenames instead of direct strings
1 year ago
tycrek 76dc68405a
feat: deprecate `token` in FileData, switch to `uploader`
1 year ago
tycrek 619a30d685
fix: auth file written before bcrypt Promise resolved
1 year ago
tycrek 1887409eeb
fix: put salt rounds in a constant
1 year ago
tycrek 2dad6f13ce
feat: `createNewUser` now accepts a password and handles hashing
1 year ago
tycrek 6cfd353a54
feat: added export for setting passwords
1 year ago
tycrek 6be768d655
feat: auto-gen random unknown admin password during migration
1 year ago
tycrek 42a7b4758f
chore: rename this to improve understanding
1 year ago
tycrek 27aa264d37
refactor: switch to arrays instead of Objects/maps
1 year ago
tycrek 1a9fad7076
feat: BREAKING: overhaul auth file format and handling (etc, expand)
1 year 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