mirror of
https://github.com/colanode/colanode.git
synced 2025-12-28 16:06:37 +01:00
Improve file uploads and downloads (#164)
* Track upload progress in clients * Implement client side jobs * Separate local files, downloads and uploads * Use dates instead of timestamps in jobs * Improve some recurring jobs * Local file improvements * Remove job schedules on cancel * Improve avatar handling * Fix manual download * Improve file uploads and downloads * Improve downloads * Use tus resumable uploads * Drop file states table migration * Remove some unused file system methods and types * Use Redis KV and Locker for distributed TUS deployments * Fix file name generation * Add uploads clean job * Have a dedicated endpoint for TUS uploads * Do not revert uploads state because ot TUS resumables * Use integer instead of text for job and job schedule status * Rename a query * Fix error handling for file uploads and downloads jobs * Check node sync for file uploads * Rename the temp files clean job * Minor renames for consistency * Improve uploads badge * Small refactor in server job service * Add env varaibles config for some tus stuff * Use ms package for millisecond conversions * Fix some migrations * Fix logout * Update hosting values
This commit is contained in:
@@ -38,6 +38,9 @@
|
||||
"@langchain/langgraph": "^0.3.11",
|
||||
"@langchain/openai": "^0.6.2",
|
||||
"@node-rs/argon2": "^2.0.2",
|
||||
"@redis/client": "^5.7.0",
|
||||
"@tus/s3-store": "^2.0.0",
|
||||
"@tus/server": "^2.3.0",
|
||||
"bullmq": "^5.56.5",
|
||||
"diff": "^8.0.2",
|
||||
"dotenv": "^17.2.0",
|
||||
@@ -49,10 +52,10 @@
|
||||
"kysely": "^0.28.3",
|
||||
"langchain": "^0.3.30",
|
||||
"langfuse-langchain": "^3.38.4",
|
||||
"ms": "^2.1.3",
|
||||
"nodemailer": "^7.0.5",
|
||||
"pg": "^8.16.3",
|
||||
"pino": "^9.7.0",
|
||||
"redis": "^5.6.0",
|
||||
"sharp": "^0.34.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user