- Fixed a batch of WebDAV RFC compliance issues found while auditing the CLI's WebDAV server (PROPFIND, PUT, DELETE...).
- Improved fetching a folder's subfolders and subfiles, now its done concurrently instead of sequentially, so it halves the round-trips for large folder listings.
- Fixed docker
session_alivekeepalive check: compare the logged-in email case-insensitively. Before, an INXT_USER env var with any uppercase character made the keepalive loop think the session was always expired, forcing a full re-login (and WebDAV server restart) roughly every 30s, even when idle. unhandledRejectionguard added to both CLI entrypoints in order to not reject an orphaned promise, so now it's logged and the command can keep going.- Updated dependencies to fix security issues