You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed a spurious 401 error toast when resuming a large upload after session expiry — the resume HEAD request now retries with a refreshed token (same behavior as PATCH chunks)
Fixed bulk upload file count tracking: progress counter now correctly accounts for files that fail early (encryption key mismatch) and for the normal completion path
Partial uploads are now automatically resumed when the same file is re-dropped onto the upload area, rather than starting a duplicate upload
Account Activity
Login events (OPAQUE, LDAP, OIDC) now display as "Logged in" / "Login failed" instead of raw event type strings
Browser/user-agent is now shown in the event detail modal, making it easier to spot logins from unfamiliar devices
Dependencies & security
Upgraded PyO3 0.24 → 0.29.0 (resolves Dependabot high and medium severity alerts)