Commit Graph

20 Commits (6dc539c7d58fe4c8d9428939b583dd9299f3780a)

Author SHA1 Message Date
tycrek 6dc539c7d5
fix: show original if user overrode with zws
1 year ago
tycrek fe79d84662
feat: allow using the generated ID in the web viewer (closes #181)
1 year ago
tycrek 76dc68405a
feat: deprecate `token` in FileData, switch to `uploader`
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 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
2 years ago
tycrek 29add713c3
Significantly improve loading data & config
2 years ago
tycrek dbb024815e
Fix type importing (simple diffs)
2 years ago
tycrek ab471d43ed
Properly extend Express interfaces
2 years ago
Josh Moore fc82a6d6b3
Fix crash if file is missing from`uploads/` (closes #103) (#112)
2 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 b2ffc44972
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 5d9d749062
migrated Resource router to TS; added some type definitions
3 years ago