Commit Graph

26 Commits (a80d15fb06b0e5a8bd72780553707fd68dfb98c0)

Author SHA1 Message Date
tycrek 717b788e83
feat: added server-side embed configuration (closes #173)
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 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 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 1e943859eb
Removed all of these now redundant symbols
2 years ago
tycrek 587d4d6452
Fixed other parts
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
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