0
Fork 0
mirror of https://github.com/stonith404/pingvin-share.git synced 2025-01-15 01:14:27 -05:00
pingvin-share/frontend/src/services
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
..
api.service.ts feat: use cookies for authentication 2023-01-04 11:54:28 +01:00
auth.service.ts feat: use cookies for authentication 2023-01-04 11:54:28 +01:00
config.service.ts feat: show version and show button if new release is available on admin page 2022-12-30 19:23:17 +01:00
share.service.ts feat: chunk uploads (#76) 2023-01-09 11:43:48 +01:00
user.service.ts feat: add user management 2022-12-05 15:53:24 +01:00