aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-01-05 19:30:37 +0000
committerMario <mario@mariovavti.com>2024-01-05 19:30:37 +0000
commite95b7ca3a0a4900690cd79d39c70eba7308c348d (patch)
tree2c7539d3c1f0c6a248f1ea2a6aaed8a3570c6d4e
parentc771d7c31a6a8817753079f0010b8e1cbda8c11a (diff)
downloadvolse-hubzilla-e95b7ca3a0a4900690cd79d39c70eba7308c348d.tar.gz
volse-hubzilla-e95b7ca3a0a4900690cd79d39c70eba7308c348d.tar.bz2
volse-hubzilla-e95b7ca3a0a4900690cd79d39c70eba7308c348d.zip
require ext-sodium, dump composer autoload and a minor js fix
-rw-r--r--composer.json1
-rw-r--r--vendor/composer/autoload_classmap.php2
-rw-r--r--vendor/composer/autoload_static.php2
-rw-r--r--vendor/composer/installed.php4
-rw-r--r--view/js/main.js5
5 files changed, 9 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index 767faa707..8d9301e6a 100644
--- a/composer.json
+++ b/composer.json
@@ -31,6 +31,7 @@
"ext-openssl": "*",
"ext-json": "*",
"ext-posix": "*",
+ "ext-sodium": "*",
"sabre/dav": "^4.0",
"michelf/php-markdown": "^2.0",
"bshaffer/oauth2-server-php": "^1.9",
diff --git a/vendor/composer/autoload_classmap.php b/vendor/composer/autoload_classmap.php
index 9842ebb79..837208ef0 100644
--- a/vendor/composer/autoload_classmap.php
+++ b/vendor/composer/autoload_classmap.php
@@ -1236,6 +1236,7 @@ return array(
'Zotlabs\\Lib\\IConfig' => $baseDir . '/Zotlabs/Lib/IConfig.php',
'Zotlabs\\Lib\\Img_filesize' => $baseDir . '/Zotlabs/Lib/Img_filesize.php',
'Zotlabs\\Lib\\JSalmon' => $baseDir . '/Zotlabs/Lib/JSalmon.php',
+ 'Zotlabs\\Lib\\JcsEddsa2022' => $baseDir . '/Zotlabs/Lib/JcsEddsa2022.php',
'Zotlabs\\Lib\\Keyutils' => $baseDir . '/Zotlabs/Lib/Keyutils.php',
'Zotlabs\\Lib\\LDSignatures' => $baseDir . '/Zotlabs/Lib/LDSignatures.php',
'Zotlabs\\Lib\\Libsync' => $baseDir . '/Zotlabs/Lib/Libsync.php',
@@ -1243,6 +1244,7 @@ return array(
'Zotlabs\\Lib\\Libzotdir' => $baseDir . '/Zotlabs/Lib/Libzotdir.php',
'Zotlabs\\Lib\\MarkdownSoap' => $baseDir . '/Zotlabs/Lib/MarkdownSoap.php',
'Zotlabs\\Lib\\MessageFilter' => $baseDir . '/Zotlabs/Lib/MessageFilter.php',
+ 'Zotlabs\\Lib\\Multibase' => $baseDir . '/Zotlabs/Lib/Multibase.php',
'Zotlabs\\Lib\\PConfig' => $baseDir . '/Zotlabs/Lib/PConfig.php',
'Zotlabs\\Lib\\Permcat' => $baseDir . '/Zotlabs/Lib/Permcat.php',
'Zotlabs\\Lib\\PermissionDescription' => $baseDir . '/Zotlabs/Lib/PermissionDescription.php',
diff --git a/vendor/composer/autoload_static.php b/vendor/composer/autoload_static.php
index b2f48f9c0..149cdbb9f 100644
--- a/vendor/composer/autoload_static.php
+++ b/vendor/composer/autoload_static.php
@@ -1478,6 +1478,7 @@ class ComposerStaticInit7b34d7e50a62201ec5d5e526a5b8b35d
'Zotlabs\\Lib\\IConfig' => __DIR__ . '/../..' . '/Zotlabs/Lib/IConfig.php',
'Zotlabs\\Lib\\Img_filesize' => __DIR__ . '/../..' . '/Zotlabs/Lib/Img_filesize.php',
'Zotlabs\\Lib\\JSalmon' => __DIR__ . '/../..' . '/Zotlabs/Lib/JSalmon.php',
+ 'Zotlabs\\Lib\\JcsEddsa2022' => __DIR__ . '/../..' . '/Zotlabs/Lib/JcsEddsa2022.php',
'Zotlabs\\Lib\\Keyutils' => __DIR__ . '/../..' . '/Zotlabs/Lib/Keyutils.php',
'Zotlabs\\Lib\\LDSignatures' => __DIR__ . '/../..' . '/Zotlabs/Lib/LDSignatures.php',
'Zotlabs\\Lib\\Libsync' => __DIR__ . '/../..' . '/Zotlabs/Lib/Libsync.php',
@@ -1485,6 +1486,7 @@ class ComposerStaticInit7b34d7e50a62201ec5d5e526a5b8b35d
'Zotlabs\\Lib\\Libzotdir' => __DIR__ . '/../..' . '/Zotlabs/Lib/Libzotdir.php',
'Zotlabs\\Lib\\MarkdownSoap' => __DIR__ . '/../..' . '/Zotlabs/Lib/MarkdownSoap.php',
'Zotlabs\\Lib\\MessageFilter' => __DIR__ . '/../..' . '/Zotlabs/Lib/MessageFilter.php',
+ 'Zotlabs\\Lib\\Multibase' => __DIR__ . '/../..' . '/Zotlabs/Lib/Multibase.php',
'Zotlabs\\Lib\\PConfig' => __DIR__ . '/../..' . '/Zotlabs/Lib/PConfig.php',
'Zotlabs\\Lib\\Permcat' => __DIR__ . '/../..' . '/Zotlabs/Lib/Permcat.php',
'Zotlabs\\Lib\\PermissionDescription' => __DIR__ . '/../..' . '/Zotlabs/Lib/PermissionDescription.php',
diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php
index 2e1218018..39b7d9814 100644
--- a/vendor/composer/installed.php
+++ b/vendor/composer/installed.php
@@ -3,7 +3,7 @@
'name' => 'zotlabs/hubzilla',
'pretty_version' => 'dev-master',
'version' => 'dev-master',
- 'reference' => 'afe8552be66a05b379ddc7b5f78e40f8a76540b8',
+ 'reference' => 'c771d7c31a6a8817753079f0010b8e1cbda8c11a',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
@@ -331,7 +331,7 @@
'zotlabs/hubzilla' => array(
'pretty_version' => 'dev-master',
'version' => 'dev-master',
- 'reference' => 'afe8552be66a05b379ddc7b5f78e40f8a76540b8',
+ 'reference' => 'c771d7c31a6a8817753079f0010b8e1cbda8c11a',
'type' => 'application',
'install_path' => __DIR__ . '/../../',
'aliases' => array(),
diff --git a/view/js/main.js b/view/js/main.js
index 5c5e030c6..f7b341557 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -848,12 +848,11 @@ function scrollToItem() {
function collapseHeight() {
$(".wall-item-content:not('.divmore_checked'), .directory-collapse:not('.divmore_checked')").each(function(i) {
let orgHeight = $(this).outerHeight(true);
- let id = $(this).attr('id');
+ let id = $(this).attr('id').split('wall-item-content-').pop();
if (bParam_mid) {
// Display the selected mid in an open state
- let num_id = id.split('wall-item-content-').pop();
- let b64mids = $('#thread-wrapper-' + num_id).data('b64mids');
+ let b64mids = $('#thread-wrapper-' + id).data('b64mids');
if (b64mids.indexOf(bParam_mid) !== -1) {;
expanded_items.push(id);