Git'Fellow
Git'Fellow
In a big Nextcloud instance, with tens of users, filter activities **by User** (at least) would be indeed a very good option. π
Can't reproduce on my side.
Shouldn't we also check if we can `shell_exec()` before even call it anywhere? https://stackoverflow.com/questions/21581560/php-how-to-know-if-server-allows-shell-exec#answer-21581873
Having same issue here. @kesselb : ``` sudo -u www-data php -r "var_dump(glob('/sys/class/net/*'));" array(3) { [0]=> string(20) "/sys/class/net/ens10" [1]=> string(19) "/sys/class/net/eth0" [2]=> string(17) "/sys/class/net/lo" } ```
In my case `open_basedir` is not used.
> the format is not supported HEVC H265 Isn't the user informed here? I don't think that Nextcloud should handle these cases, otherwise, we should maintain an entire DB only...
Sure, if only i didn't wish to have the webpage embed π
Do you have a `'secret'` value on your `config.php` file?
Secret is used in many places. There are PRs ongoing about this: https://github.com/nextcloud/server/pull/31499 https://github.com/nextcloud/server/pull/31492
This can also help in this cases: https://github.com/nextcloud/server/issues/30273