Skip to content

Commit

Permalink
Refactored media uploader, with user namespaceing and media conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
f0x52 committed May 20, 2024
1 parent 5c1ab79 commit f939247
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 187 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"./public/**"
],
"dependencies": {
"@fastify/busboy": "1.0.0",
"bcryptjs": "2.4.3",
"chalk": "4.1.2",
"cheerio": "1.0.0-rc.12",
Expand All @@ -71,11 +70,15 @@
"linkify-it": "3.0.3",
"lodash": "4.17.21",
"mime-types": "2.1.34",
"multer": "1.4.5-lts.1",
"nanoid": "3.3.7",
"node-forge": "1.3.0",
"package-json": "7.0.0",
"read": "1.0.7",
"read-chunk": "3.2.0",
"resolve-path": "1.4.0",
"semver": "7.5.2",
"sharp": "0.33.1",
"socket.io": "4.6.1",
"tlds": "1.228.0",
"ua-parser-js": "1.0.33",
Expand Down Expand Up @@ -106,6 +109,7 @@
"@types/mime-types": "2.1.1",
"@types/mocha": "9.1.1",
"@types/mousetrap": "1.6.15",
"@types/multer": "1.4.11",
"@types/node": "17.0.45",
"@types/read": "0.0.32",
"@types/semver": "7.3.9",
Expand Down
Loading

0 comments on commit f939247

Please sign in to comment.