Delvin127562

Results 4 comments of Delvin127562

I understand, that this soft is free, but maybe you can point, where can I look for correcting this bug?

Friend of mine helped me a little. He added some strokes in apps/workflowengine/lib/Check/AbstractStringCheck.php to debug the problem. ``` file_put_contents('superdebug.log',"pattern: $pattern, subject: $subject \n", FILE_APPEND | LOCK_EX); $this->matches[$patternHash][$subjectHash] = preg_match($pattern, $subject);...

As another workaround I made some custom mime types for file types like ps1,vbs,ico and so on and added them to /var/www/html/nextcloud/config/mimetypemapping.json Now I can add **application/octet-stream** to my filter...