zotero/chrome
Dan Stillman 32be699862
Some checks are pending
CI / Detect changes (push) Waiting to run
CI / Test () (push) Blocked by required conditions
CI / Test (macOS NFS) (push) Blocked by required conditions
CI / Utilities Tests (push) Waiting to run
CI / Build, Upload (push) Waiting to run
Fix WebDAV downloads with non-ASCII characters in the password
HTTP.download() built the Basic auth header with btoa(), which throws
on code points above 255, so every file download failed immediately
with a TypeError. Requests that go through XMLHttpRequest were
unaffected, since Necko builds the header itself, UTF-8 encoded.

https://forums.zotero.org/discussion/133454/synchronization-error-after-upgrading-to-10-0-1

(cherry picked from commit 3b93d33b35)
2026-08-27 10:53:47 -04:00
..
content Fix WebDAV downloads with non-ASCII characters in the password 2026-08-27 10:53:47 -04:00
locale Update locales from Transifex 2026-08-24 11:14:30 -04:00
skin/default/zotero Advanced search: Update condition grouping icon and add ungroup button 2026-06-26 15:52:16 -04:00