Commit Graph

47 Commits (a80d15fb06b0e5a8bd72780553707fd68dfb98c0)

Author SHA1 Message Date
tycrek 93dc91a761
fix: tested password reset in prod, not working for some reason
2 years ago
tycrek 4663ce40c9
feat: add creating users via API
2 years ago
tycrek 717b788e83
feat: added server-side embed configuration (closes #173)
2 years ago
tycrek 6dc539c7d5
fix: show original if user overrode with zws
2 years ago
tycrek fe79d84662
feat: allow using the generated ID in the web viewer (closes #181)
2 years ago
tycrek 20db648bc1
feat: display ass version in Webhook author
2 years ago
tycrek 338f6a73e1
feat: switch to `@tycrek/discord-hookr` for webhooks
2 years ago
tycrek 16ba3ca438
feat: allow password resets over the API
2 years ago
tycrek cb1d75ff1d
feat: added user API routes
2 years ago
tycrek 55401441fa
fix: remove duplicate function
2 years ago
tycrek 118039f849
fix: user names that make sense
2 years ago
tycrek ac8c861bb1
feat: add middleware function for verifying admin users
2 years ago
tycrek 6c9b8166e9
feat: use functions instead because why not
2 years ago
tycrek fd06e92191
fix: API auth middleware for new auth system
2 years ago
tycrek 76dc68405a
feat: deprecate `token` in FileData, switch to `uploader`
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 340b44a300
fix: use `setURL` instead of `setUrl`, package seems unmaintained
2 years ago
tycrek 1a9fad7076
feat: BREAKING: overhaul auth file format and handling (etc, expand)
2 years ago
tycrek f302f56ac6
feat: gave API an onStart()
2 years ago
tycrek 62b2bf953f
feat: added initial API routers (no routes yet)
2 years ago
tycrek 3dab919e3f
fix: DeepSource JS-0295 but idfk why it's only complaining here
2 years ago
tycrek 1aaf298b02
feat: added global admin webhook (#142)
2 years ago
tycrek a36f944eba
fix: Replace `fs.createReadStream` with `res.sendFile`
2 years ago
tycrek ed6595fc3b
Fix not checking proper path type
2 years ago
tycrek 651f213351
Added toggle for brand line
2 years ago
tycrek 1e943859eb
Removed all of these now redundant symbols
3 years ago
tycrek 587d4d6452
Fixed other parts
3 years ago
tycrek 29add713c3
Significantly improve loading data & config
3 years ago
tycrek dbb024815e
Fix type importing (simple diffs)
3 years ago
tycrek ab471d43ed
Properly extend Express interfaces
3 years ago
Josh Moore fc82a6d6b3
Fix crash if file is missing from`uploads/` (closes #103) (#112)
3 years ago
tycrek 0667cc0f0a
🔗 Added interoperability between S3 hosted files & Sia Skynet files
3 years ago
tycrek 6bab3e0375
Added Sia Skynet uploading and downloading/viewing
3 years ago
tycrek 093e59ccba
Fixed express-busboy on TypeScript
3 years ago
tycrek c1447e2d36
Squash branch 'master' into ts-attempt-over-9000
3 years ago
tycrek b38a403bc9
Fixed timeoffset breaking TS compilation
3 years ago
tycrek b2ffc44972
Merge branch 'master' into ts-attempt-over-9000
3 years ago
tycrek a1448416bc
Merge branch 'master' into ts-attempt-over-9000
3 years ago
tycrek 2db8a33d2f
`spaceReplace` fixed for TS
3 years ago
tycrek ca73a377c4
Merge branch 'master' into ts-attempt-over-9000
3 years ago
tycrek 9b80ae6ff1
converted a ton of `module.exports` to `export` and `require` to `import`
3 years ago
tycrek de1358cfc8
moved `verify()` and `generateId()` to TS exports
3 years ago
tycrek 589c85d7e5
migrated `ass.js` to `ass.ts`, why tf was this the easy one to migrate?!
3 years ago
tycrek f5896e0031
holy shit it's working (migrated `upload.js` to `upload.ts`)
3 years ago
tycrek 5d9d749062
migrated Resource router to TS; added some type definitions
3 years ago
tycrek 2aadafe37b
moved all `.js` files into `src/` & removed TLog socket plugin
3 years ago