From cc675f400ded615ec2897d32e9eb21e40671f125 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 17 Jun 2026 15:07:49 +0200 Subject: [PATCH 1/2] fix(api): fix local URL in integration API --- www/integration/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/integration/main.js b/www/integration/main.js index f5d31daa7..f1ad8bae4 100644 --- a/www/integration/main.js +++ b/www/integration/main.js @@ -230,7 +230,7 @@ define([ return Config.httpUnsafeOrigin; }; let getBlobClient = (cb) => { - chan.send('GET_BLOB', obj => { + chan.send('GET_BLOB', {}, obj => { if (obj?.error) { console.error(obj?.error); } cb(obj?.blob); }); From dc395fc8298156e00ca97c8252322e03da34de54 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 27 Jul 2026 17:19:32 +0200 Subject: [PATCH 2/2] fix(logout): fix TypeError on /logout with nginx --- www/logout/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/logout/index.html b/www/logout/index.html index 593805e40..49f022a25 100644 --- a/www/logout/index.html +++ b/www/logout/index.html @@ -11,7 +11,7 @@ SPDX-License-Identifier: AGPL-3.0-or-later CryptPad: Collaboration suite, encrypted and open-source - +