Description
- Update dependencies and fix related security vulnerabilities
- Update sdk
- Upload was broken locally with a
window is undefinederror.uploadWorkerUtilsimportednotifyUserWithCooldowndirectly as a static dependency, causing it to be evaluated inside the worker context wherewindowand other browser APIs (notificationsService,i18next) are not available. Refactored to receiveonRateLimitedas an injected callback fromnetwork.service, which runs in the main thread where those APIs work correctly.
Related Issues
Related Pull Requests
Checklist
- Changes have been tested locally.
- Unit tests have been written or updated as necessary.
- The code adheres to the repository's coding standards.
- Relevant documentation has been added or updated.
- No new warnings or errors have been introduced.
- SonarCloud issues have been reviewed and addressed.
- QA Passed
Testing Process
- Login with wrong credentials shows backend error message
- Password protected shared link - wrong password shows inline error, correct password loads content
- Invalid/expired shared link - shows "link expired" screen
- Rate limit display notification
- Upload items working as expected