Asier Iturralde Sarasola

Results 4 comments of Asier Iturralde Sarasola

Hi Ronny-André, support for Vimeo would be really great! According to a comment made by the author on the comments section of this demo (http://codepen.io/mike-zarandona/pen/FELxi) he is planning to extend...

Hi! I have a Nextcloud container running as a non-root user as well. I can confirm that adding the user of the container fixes the issue. After the fix I...

Thanks for your help @equinox0815, I really appreciate it! I noticed that 13 days ago the function posix_getpwuid was removed from console.php and cron.php. Now Nextcloud compares only the userid...

I haven't tested it yet, but it looks like the changes where included in the NC 20.0.1 release: ``` $user = posix_getuid(); $configUser = fileowner(OC::$configDir . 'config.php'); if ($user !==...