Marcelo Andrade

Results 7 comments of Marcelo Andrade

I was able to fix the scope issue using global scopes. But the other thing I tried setting the organization_id on the Entity::creating event, but that is never fired, looks...

hi, all, I was investigating the flysystem api, and to be able to have the files non-public in s3, we need to create presigned requests. This can be done using...

I think this should be done using a configuration to request this kind of temporary urls

This is the patch I'm using for now: ```diff +++ ../src/Http/Services/NormalizeFile.php @@ -50,7 +50,7 @@ 'mime' => $this->getCorrectMimeFileType(), 'path' => $this->storagePath, 'size' => $this->getFileSize(), - 'url' => $this->cleanSlashes($this->storage->url($this->storagePath)), + 'url'...

@arnaudbesnier I think you need to install `ember install ember-ckeditor`

I'm not sure if that will happen. On Thu, Aug 8, 2019, 9:00 AM Ruud Boon wrote: > Any plans for support Phalcon 4 (currently in beta)? > > —...