Oleksa

Results 157 comments of Oleksa

> > > > Still reproducible with Nextcloud tag _v30.0.0_ and Viewer tag _v30.0.0_,`'debug' => false` (so that a cache-buster parameter is appended to resources) > > > > >...

> > same issue. installed new nextcloud using linuxserver.io v30 hub9 -- same issue exists on new install. > > @randall11GB upgrade to 30.0.1 and the issue will be solve....

I also suggest to have a look at the jamboard - very nice solution.

It works under NC30 NOT so ~~fine~~. Update: The trash bin in the Files app should not show actions, as it does now.

> Hi, and thanks for reaching out. > > Removing the gateway is actually on my list of things to do because it's not that important and requires shell_exec to...

So, what I did: I've added this snippet to Linux.php ``` public function getModemSignal(): string { $data = 'Unknown state'; try { return $this->executeCommand('python /usr/local/bin/modem_signal.py'); } catch (RuntimeException) { return...

Finally, I managed to get constant refreshing by adding Controller, ajax scripts to scripts.js, as well as modifying the template file. It works with the help of Python script. Are...