tycrek
|
b44172d999
|
Switched to using Sharp to fix JPEG uploads failing (remove Jimp)
|
3 years ago |
tycrek
|
c1a5d77f0f
|
Fix DeepSource JS-0356
|
3 years ago |
tycrek
|
5b88d5e585
|
Removed these again
|
3 years ago |
tycrek
|
a37577bb35
|
Fix ordering to resolve DeepSource JS-0357
|
3 years ago |
tycrek
|
1e943859eb
|
Removed all of these now redundant symbols
|
3 years ago |
tycrek
|
70689b9240
|
Fixed startup sequence
|
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
|
35afc9cd0f
|
Added more definition files
|
3 years ago |
tycrek
|
0f54ac24b4
|
Somehow converted my modules to `import` by declaring empty namespaces?
|
3 years ago |
tycrek
|
ab471d43ed
|
Properly extend Express interfaces
|
3 years ago |
tycrek
|
c5460b38e9
|
Removed Marked as it wasn't used anymore
|
3 years ago |
tycrek
|
36179e8ec0
|
Merge branch 'master' into tailwind
|
3 years ago |
Josh Moore
|
fc82a6d6b3
|
Fix crash if file is missing from`uploads/` (closes #103) (#112)
|
3 years ago |
Josh Moore
|
a2aa4d58bc
|
Added shitty patch for `webp` failing to upload (#111)
|
3 years ago |
tycrek
|
8ae078c5be
|
Merge branch 'master' into tailwind
|
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
|
74678904f2
|
Print "on Sia blockchain" in logs
|
3 years ago |
tycrek
|
b1680c39b3
|
Added `skynet.ts` with functions for uploading and downloading
|
3 years ago |
tycrek
|
efbef491a7
|
Added `useSia` config option for using Sia Skynet decentralized storage
|
3 years ago |
tycrek
|
5c3374991c
|
Index now redirects to GitHub by default
|
3 years ago |
tycrek
|
75c26fb4db
|
Added necessary code for PostCSS/Tailwind compilation
|
3 years ago |
tycrek
|
ad642bc003
|
Lowercased NPM -> npm as per branding FAQ
|
3 years ago |
tycrek
|
55c07e0ab5
|
Migrated `storage.js` to `storage.ts`
|
3 years ago |
tycrek
|
7ee0080ba0
|
Removed redundant comment
|
3 years ago |
tycrek
|
3810db4a8b
|
Updated major versions of some packages
- fs-extra (major)
- luxon (major)
- marked (major)
- node-fetch (patch)
- node-vibrant (??)
|
3 years ago |
tycrek
|
4c63c889ad
|
Updated dependency versions in `package.json`
- also removed an old TODO
|
3 years ago |
tycrek
|
553e07119d
|
Fixed uploads not properly saving to save dir
|
3 years ago |
tycrek
|
3296e119af
|
Moved `getDatedDirname` out of `utils.js` as only one file actually used it
|
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
|
3237f4882b
|
Fixed metrics script
|
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
|
ddb5413cc9
|
Fixed token generation (`npm run new-token <username>`)
|
3 years ago |
tycrek
|
31fa676f5f
|
Merge branch 'master' into ts-attempt-over-9000
|
3 years ago |
tycrek
|
f201792193
|
Fixed incorrect path check for custom index
|
3 years ago |
tycrek
|
934398659d
|
Merge branch 'master' into ts-attempt-over-9000
|
3 years ago |
tycrek
|
590a5f1fe8
|
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
|
c188a7dacd
|
fixed setup flow
|
3 years ago |
tycrek
|
589c85d7e5
|
migrated `ass.js` to `ass.ts`, why tf was this the easy one to migrate?!
|
3 years ago |
tycrek
|
9b45bc21fe
|
migrated `utils.js` to `utils.ts`, goddam!
|
3 years ago |
tycrek
|
75bd856d3e
|
Merge branch 'master' into ts-attempt-over-9000
|
3 years ago |
tycrek
|
759fcd1729
|
fixed exports
|
3 years ago |
tycrek
|
2521ec6cf0
|
Migrated more files (expand for details)
- `auth.js`
- `data.js`
- `hash.js`
- `thumbnail.js`
- `vibrant.js`
|
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
|
e1032588c5
|
migrated generators to TS!!
|
3 years ago |
tycrek
|
2aadafe37b
|
moved all `.js` files into `src/` & removed TLog socket plugin
|
3 years ago |