Martin de Keijzer

Results 12 issues of Martin de Keijzer

When extending the `FOS\CommentBundle\Controller\ThreadController` class and overriding the `newThreadCommentsAction` I'm not able to use the `$this->container->get('fos_comment.form_factory.comment')` like it is called in the parent method. The error returned is; `Service "fos_comment.form_factory.comment"...

I'm working on a feature where users can remove their account and data (in accordance with GDPR regulations). For this when an author deletes their account their comments are removed...

When entering an input as a file and you fill out a URL the application won't be able to broadcast. Make sure that a file is really a file.

bug

Make the encoder by default ffmpeg but also support others like core-avc

enhancement

Facebook has deprecated it's premiere functionality. Reimplement the flow of Facebook livestreams.

bug

If a null value is passed to the twig extension an error occurs; Artgris\Bundle\FileManagerBundle\Twig\FileTypeExtension::fileIcon(): Argument #1 ($filePath) must be of type string, null given Therefor this fix will convert values...