0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-02-19 01:55:48 -05:00
pingvin-share/backend/src
Elias Schneider 653d72bcb9
feat: chunk uploads (#76)
* add first concept

* finished first concept

* allow 3 uploads at same time

* retry if chunk failed

* updated clean temporary files job

* fix throttling for chunk uploads

* update tests

* remove multer

* migrate from `MAX_FILE_SIZE` to `MAX_SHARE_SIZE`

* improve error handling if file failed to upload

* fix promise limit

* improve file progress
2023-01-09 11:43:48 +01:00
..
auth fix: refresh token expires after 1 day instead of 3 months 2023-01-07 12:16:03 +01:00
config feat: improve config UI (#69) 2022-12-30 14:40:23 +01:00
email fix: email configuration updated without restart 2023-01-04 15:30:49 +01:00
file feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
jobs feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
prisma feat: upload 3 files at same time 2022-12-10 23:16:10 +01:00
share feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
user feat: TOTP (two-factor) Authentication (#55) 2022-12-21 17:58:37 +01:00
app.module.ts feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
main.ts feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00