Thierry Kauffmann
Thierry Kauffmann
This could be a separate panel or, as I did myself, an addition to the "participants" panel. I added a right-y axis with the number of online servers. This is...
Hi, same issue here : can not add members. The drop down list disappears but no members are added. NC 14.0.3 Circles 0.15.2 Php-fpm 7.0.27 Apache 2.4.10 Debian Jessie Users...
Hi, Anybody out there ? Still waiting for a review ! Thanks, Thierry
Hi, @nickvergessen @MariusBluem Can you review ? Thanks,
Hi, From BBB 2.7.2 on it is now possible to add a default presentation URL as a single create call query string parameter : See : https://docs.bigbluebutton.org/development/api/#create ``` preUploadedPresentation String...
We faced this issue yesterday. The solution consisted in disabling "Lookup server" in Nextcloud sharing options.
Hi, PostgreSQL does not support field length limitations in Indexes, thus Doctrine/DBAL won't use it for this platform. The "lengths" options in the following command would not be taken into...
I updated my first comment as It was incorrect : in order to optimize requests with "Like" expressions one can not use an index with a "left(path, 64)" limitation. This...
@flaf > CREATE INDEX TEST_storage_path_prefix ON oc_filecache (storage, left(path,64)); > The index is used, correct? Well, the index is used but only partly : the first field of the index,...
I guess an index on 'storage' field' alone is missing although several multi-columns indexes already exist with field 'storage' being first field of the index that could be used (see...